- Kibana Guide: other versions:
- Introduction
- Get started
- Set Up Kibana
- Discover
- Visualize
- Creating a Visualization
- Saving Visualizations
- Using rolled up data in a visualization
- Line, Area, and Bar charts
- Controls Visualization
- Data Table
- Markdown Widget
- Metric
- Goal and Gauge
- Pie Charts
- Coordinate Maps
- Region Maps
- Timelion
- TSVB
- Tag Clouds
- Heatmap Chart
- Vega Graphs
- Inspecting Visualizations
- Dashboard
- Canvas
- Graph data connections
- Machine learning
- Elastic Maps
- Code
- Infrastructure
- Logs
- APM
- Uptime
- SIEM
- Dev Tools
- Stack Monitoring
- Management
- Reporting from Kibana
- REST API
- Kibana plugins
- Limitations
- Release Highlights
- Breaking Changes
- Release Notes
- Developer guide
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Create Logstash pipeline API
editCreate Logstash pipeline API
edit[preview] This functionality is in technical preview and may be changed or removed in a future release. Elastic will work to fix any issues, but features in technical preview are not subject to the support SLA of official GA features. Create a centrally-managed Logstash pipeline, or update an existing pipeline.
Request
editPUT /api/logstash/pipeline/<id>
Path parameters
edit-
id
- (Required, string) The pipeline ID. Only alphanumeric characters, hyphens, and underscores are supported.
Request body
edit-
description
- (Optional, string) The pipeline description.
-
pipeline
- (Required, string) The pipeline definition.
-
settings
-
(Optional, object) The pipeline settings. Supported settings, represented as object keys, are
pipeline.workers
,pipeline.batch.size
,pipeline.batch.delay
,queue.type
,queue.max_bytes
, andqueue.checkpoint.writes
.
Was this helpful?
Thank you for your feedback.