1Search::Elasticsearch::UCsleireSnCetoa:nr:tc6rh_i:0b::uE:tlDeaidsrtePicectrs:le:aXDrPocachcu:km:(eC3nl)tiaetnito:n:6_0::Direct::XPack(3)
2
3
4
6 Search::Elasticsearch::Client::6_0::Direct::XPack - Plugin providing
7 XPack APIs for Search::Elasticsearch v6.x
8
10 version 6.81
11
13 use Search::Elasticsearch();
14
15 my $es = Search::Elasticsearch->new(
16 nodes => \@nodes
17 );
18
19 $es->xpack->graph;
20 $es->xpack->license;
21 $es->xpack->security;
22 $es->xpack->watcher;
23 $es->xpack->rollup;
24 $es->xpack->sql;
25 $es->xpack->ml;
26
27 DESCRIPTION
28 This class extends the Search::Elasticsearch client to add support for
29 the X-Pack commercial plugins for Elasticsearch 6.x.
30
31 It extends the Search::Elasticsearch client with a "graph", "license",
32 "migration", "ml", "security", and "watcher" namespace, to support the
33 APIs for the X-Pack plugins: Graph, License, Shield, and Watcher.
34
35 In other words, it can be used as follows:
36
37 use Search::Elasticsearch();
38 my $es = Search::Elasticsearch->new(
39 nodes => \@nodes
40 );
41
42 my $response = $es->xpack->watcher->start();
43
44 For details about the supported methods in each namespace, see:
45
46 · "Search::Elasticsearch::Client::6_0::XPack::Graph" in graph()
47
48 · "Search::Elasticsearch::Client::6_0::XPack::License" in license()
49
50 · "Search::Elasticsearch::Client::6_0::XPack::Migration" in shield()
51
52 · "Search::Elasticsearch::Client::6_0::XPack::ML" in shield()
53
54 · "Search::Elasticsearch::Client::6_0::XPack::Rollup" in shield()
55
56 · "Search::Elasticsearch::Client::6_0::XPack::Security" in shield()
57
58 · "Search::Elasticsearch::Client::6_0::XPack::SQL" in shield()
59
60 · "Search::Elasticsearch::Client::6_0::XPack::Watcher" in watcher()
61
63 Enrico Zimuel <enrico.zimuel@elastic.co>
64
66 This software is Copyright (c) 2020 by Elasticsearch BV.
67
68 This is free software, licensed under:
69
70 The Apache License, Version 2.0, January 2004
71
72
73
74perl v5.32.0 Search::2E0l2a0s-t0i7c-s2e8arch::Client::6_0::Direct::XPack(3)