Class PutPipelineRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.logstash.PutPipelineRequest
All Implemented Interfaces:
JsonpSerializable

@JsonpDeserializable public class PutPipelineRequest extends RequestBase implements JsonpSerializable
Create or update a Logstash pipeline.

Create a pipeline that is used for Logstash Central Management. If the specified pipeline exists, it is replaced.

See Also: