GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Search::Elasticsearch::Client::6_0::Direct::XPack::License(3) User Contributed Perl Documentation Search::Elasticsearch::Client::6_0::Direct::XPack::License(3)

Search::Elasticsearch::Client::6_0::Direct::XPack::License - Plugin providing License API for Search::Elasticsearch 6.x

version 7.717

    my $response = $es->xpack->license->get();

This class extends the Search::Elasticsearch client with a "license" namespace, to support the API for the License plugin for Elasticsearch.

The full documentation for the License plugin is available here: <https://www.elastic.co/guide/en/x-pack/current/license-management.html>

    $response = $es->xpack->license->get()

The get() method returns the currently installed license.

See the license.get docs <https://www.elastic.co/guide/en/x-pack/current/listing-licenses.html> for more information.

Query string parameters:
"error_trace",
"human",
"local"

    $response = $es->xpack->license->post(
        body     => {...}          # required
    );

The post() method adds or updates the license for the cluster. The "body" can be passed as JSON or as a string.

See the license.put docs <https://www.elastic.co/guide/en/x-pack/current/installing-license.html> for more information.

Query string parameters:
"acknowledge",
"error_trace",
"human"

    $response = $es->xpack->license->get_basic_status()

This API enables you to check the status of your basic license.

Query string parameters:
"error_trace",
"filter_path",
"human"

See the get-basic-status docs <https://www.elastic.co/guide/en/elasticsearch/reference/current/get-basic-status.html> for more.

    $response = $es->xpack->license->post_start_basic()

This API enables you to initiate an indefinite basic license, which gives access to all the basic features.

Query string parameters:
"acknowledge",
"error_trace",
"filter_path",
"human"

See the post-start-basic docs <https://www.elastic.co/guide/en/elasticsearch/reference/current/start-basic.html> for more.

    $response = $es->xpack->license->get_trial_status()

This API enables you to check the status of your trial license.

Query string parameters:
"error_trace",
"filter_path",
"human"

See the get-trial-status docs <https://www.elastic.co/guide/en/elasticsearch/reference/current/get-trial-status.html> for more.

    $response = $es->xpack->license->post_start_trial()

This API enables you to upgrade from a basic license to a 30-day trial license, which gives access to the platinum features.

Query string parameters:
"acknowledge",
"error_trace",
"filter_path",
"human"

See the post-start-trial docs <https://www.elastic.co/guide/en/elasticsearch/reference/current/start-trial.html> for more.

Enrico Zimuel <enrico.zimuel@elastic.co>

This software is Copyright (c) 2022 by Elasticsearch BV.

This is free software, licensed under:

  The Apache License, Version 2.0, January 2004
2022-07-28 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.