Logstash
- class elasticsearch.client.LogstashClient
To use this client, access
client.logstashfrom anElasticsearchclient. For example:from elasticsearch import Elasticsearch # Create the client instance client = Elasticsearch(...) # Use the logstash client client.logstash.<method>(...)
- delete_pipeline(*, id, error_trace=None, filter_path=None, human=None, pretty=None)
Delete a Logstash pipeline.
Delete a pipeline that is used for Logstash Central Management. If the request succeeds, you receive an empty response with an appropriate status code.
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-logstash-delete-pipeline
- get_pipeline(*, id=None, error_trace=None, filter_path=None, human=None, pretty=None)
Get Logstash pipelines.
Get pipelines that are used for Logstash Central Management.
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-logstash-get-pipeline
- put_pipeline(*, id, pipeline=None, body=None, error_trace=None, filter_path=None, human=None, pretty=None)
Create or update a Logstash pipeline.
Create a pipeline that is used for Logstash Central Management. If the specified pipeline exists, it is replaced.
https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-logstash-put-pipeline