This documentation contains work-in-progress information for future Elastic Stack and Cloud releases. Use the version selector to view supported release docs. It also contains some Elastic Cloud serverless information. Check out our serverless docs for more details.
Logstash configuration management APIs
editLogstash configuration management APIs
editProgrammatically integrate with Logstash configuration management.
Do not directly access the .logstash
index. The structure of the .logstash
index is subject to change, which could cause your integration to break. Instead, use the Logstash configuration management APIs.
The following Logstash configuration management APIs are available:
- Delete Logstash pipeline API to delete a centrally-managed Logstash pipeline
- List Logstash pipeline API to list all centrally-managed Logstash pipelines
- Create Logstash pipeline API to create a centrally-managed Logstash pipeline, or update an existing pipeline
- Retrieve pipeline API to retrieve a centrally-managed Logstash pipeline