X-Pack
- class elasticsearch.client.XPackClient(client)
- Parameters:
client (BaseClient)
- info(*, accept_enterprise=None, categories=None, error_trace=None, filter_path=None, human=None, pretty=None)
Provides general information about the installed X-Pack features.
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/info-api.html
- Parameters:
accept_enterprise (bool | None) – If this param is used it must be set to true
categories (Sequence[str | Literal['build', 'features', 'license']] | None) – A comma-separated list of the information categories to include in the response. For example, build,license,features.
error_trace (bool | None)
human (bool | None)
pretty (bool | None)
- Return type:
- usage(*, error_trace=None, filter_path=None, human=None, master_timeout=None, pretty=None)
This API provides information about which features are currently enabled and available under the current license and some usage statistics.
https://www.elastic.co/guide/en/elasticsearch/reference/8.16/usage-api.html
- Parameters:
- Return type: