Module org.elasticsearch.server
Class DeleteSampleConfigurationAction
java.lang.Object
org.elasticsearch.action.ActionType<AcknowledgedResponse>
org.elasticsearch.action.admin.indices.sampling.DeleteSampleConfigurationAction
Action for deleting sampling configurations from indices.
This action allows administrators to remove sampling configurations from an index or data stream. When a sampling configuration is deleted, any associated in-memory storage and sampling state is cleaned up.
The action name is "indices:admin/sample/config/delete" and it returns an AcknowledgedResponse
to indicate whether the configuration was successfully removed.
DELETE /logs/_sample/config- Remove sampling configuration from the "logs" index
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRequest class for deleting sampling configurations from indices. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final DeleteSampleConfigurationActionSingleton instance of this action type.static final StringThe action name used to identify this action in the transport layer. -
Method Summary
-
Field Details
-
NAME
The action name used to identify this action in the transport layer.- See Also:
-
INSTANCE
Singleton instance of this action type.
-