Home
last modified time | relevance | path

Searched refs:xpack (Results 1 – 3 of 3) sorted by relevance

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh45 --env xpack.license.self_generated.type=trial
46 --env xpack.security.enabled=true
47 --env xpack.security.http.ssl.enabled=true
48 --env xpack.security.http.ssl.verification_mode=certificate
49 --env xpack.security.http.ssl.key=certs/testnode.key
50 --env xpack.security.http.ssl.certificate=certs/testnode.crt
51 --env xpack.security.http.ssl.certificate_authorities=certs/ca.crt
52 --env xpack.security.transport.ssl.enabled=true
53 --env xpack.security.transport.ssl.verification_mode=certificate
54 --env xpack
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php262 protected $xpack; variable in Elasticsearch\\Client
309 $this->xpack = new XpackNamespace($transport, $endpoint);
1896 * Returns the xpack namespace
1898 public function xpack(): XpackNamespace function in Elasticsearch\\Client
1900 return $this->xpack;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc92 * <<Elasticsearch_Clientxpack_xpack,`xpack()`>>
1304 .`xpack()`
1309 Returns the xpack namespace