Class LogsEnableRequest

java.lang.Object
co.elastic.clients.elasticsearch._types.RequestBase
co.elastic.clients.elasticsearch.streams.LogsEnableRequest

public class LogsEnableRequest extends RequestBase
Enable logs stream.

Turn on the logs stream feature for this cluster.

NOTE: To protect existing data, this feature can be turned on only if the cluster does not have existing indices or data streams that match the pattern logs|logs.*. If those indices or data streams exist, a 409 - Conflict response and error is returned.

See Also: