Module org.elasticsearch.xcore
Class EsqlDatasetActionNames
java.lang.Object
org.elasticsearch.xpack.core.esql.EsqlDatasetActionNames
Action name constants for the ES|QL dataset CRUD API.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringCluster action run beforeESQL_PUT_DATASET_ACTION_NAMEsoglobal.data_sourcecan authorize use of a datasource when creating or replacing a dataset (see ES|QL datasources security design).static final Stringstatic final Stringstatic final Stringstatic final StringRead-side resolve action forFROM <dataset>: read-authorizes the dataset names of an ES|QL query. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ESQL_AUTHORIZE_DATASET_DATASOURCE_ACTION_NAME
Cluster action run beforeESQL_PUT_DATASET_ACTION_NAMEsoglobal.data_sourcecan authorize use of a datasource when creating or replacing a dataset (see ES|QL datasources security design).- See Also:
-
ESQL_PUT_DATASET_ACTION_NAME
- See Also:
-
ESQL_GET_DATASET_ACTION_NAME
- See Also:
-
ESQL_DELETE_DATASET_ACTION_NAME
- See Also:
-
ESQL_RESOLVE_DATASET_ACTION_NAME
Read-side resolve action forFROM <dataset>: read-authorizes the dataset names of an ES|QL query.- See Also:
-
-
Constructor Details
-
EsqlDatasetActionNames
public EsqlDatasetActionNames()
-