Logstash
- class elasticsearch.client.LogstashClient(client)
- Parameters:
client (BaseClient)
- delete_pipeline(*, id, error_trace=None, filter_path=None, human=None, pretty=None)
Deletes a pipeline used for Logstash Central Management.
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/logstash-api-delete-pipeline.html
- get_pipeline(*, id=None, error_trace=None, filter_path=None, human=None, pretty=None)
Retrieves pipelines used for Logstash Central Management.
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/logstash-api-get-pipeline.html
- put_pipeline(*, id, pipeline=None, body=None, error_trace=None, filter_path=None, human=None, pretty=None)
Creates or updates a pipeline used for Logstash Central Management.
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/logstash-api-put-pipeline.html