IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
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