logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Search::Elasticsearch::Client::8_0::Direct::XPack - Plugin providing XPack APIs for Search::Elasticsearch

Author

       Enrico Zimuel <enrico.zimuel@elastic.co>

Methods

info()
           my $response = $es->xpack->info();

       Provides general information about the installed X-Pack features.

       See the info <https://www.elastic.co/guide/en/elasticsearch/reference/current/info-api.html> for more
       information.

   usage()
           my $response = $es->xpack->usage();

       Provides usage information about the installed X-Pack features.

       See the usage <https://www.elastic.co/guide/en/elasticsearch/reference/current/usage-api.html> for more
       information.

Name

       Search::Elasticsearch::Client::8_0::Direct::XPack - Plugin providing XPack APIs for Search::Elasticsearch
       v8.x

Synopsis

           my $response = $es->xpack->info();

   DESCRIPTION
       This class extends the Search::Elasticsearch client with a "xpack" namespace.

Version

       version 8.12

See Also