Home
last modified time | relevance | path

Searched refs:params (Results 401 – 425 of 2939) sorted by last modified time

1...<<11121314151617181920>>...118

/plugin/elasticsearch/vendor/ruflin/elastica/src/Node/
H A DInfo.php60 * @param array $params List of params to return. Can be: settings, os, process, jvm, thread_pool, network, transport, http
62 public function __construct(BaseNode $node, array $params = [])
65 $this->refresh($params);
69 * Returns the entry in the data array based on the params.
70 * Several params possible.
208 * @param array $params Params to return (default none). Possible options: settings, os, process, jvm, thread_pool, network, transport, http, plugin
216 public function refresh(array $params = []): Response
218 $this->_params = $params;
224 if ($params) {
59 __construct(BaseNode $node, array $params = []) global() argument
209 refresh(array $params = []) global() argument
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DAutoscalingNamespace.php33 * $params['name'] = (string) the name of the autoscaling policy
35 * @param array $params Associative array of parameters
39 public function deleteAutoscalingPolicy(array $params = []) argument
41 $name = $this->extractArgument($params, 'name');
45 $endpoint->setParams($params);
54 * @param array $params Associative array of parameters
58 public function getAutoscalingCapacity(array $params = []) argument
63 $endpoint->setParams($params);
70 * $params['name'] = (string) the name of the autoscaling policy
72 * @param array $params Associativ
76 getAutoscalingPolicy(array $params = []) global() argument
97 putAutoscalingPolicy(array $params = []) global() argument
[all...]
H A DIngestNamespace.php33 * $params['id'] = (string) Pipeline ID
34 * $params['master_timeout'] = (time) Explicit operation timeout for connection to master node
35 * $params['timeout'] = (time) Explicit operation timeout
37 * @param array $params Associative array of parameters
41 public function deletePipeline(array $params = []) argument
43 $id = $this->extractArgument($params, 'id');
47 $endpoint->setParams($params);
56 * @param array $params Associative array of parameters
60 public function geoIpStats(array $params = []) argument
65 $endpoint->setParams($params);
80 getPipeline(array $params = []) global() argument
99 processorGrok(array $params = []) global() argument
120 putPipeline(array $params = []) global() argument
144 simulate(array $params = []) global() argument
[all...]
H A DTransformNamespace.php33 * $params['transform_id'] = (string) The id of the transform to delete
34 * $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
36 * @param array $params Associative array of parameters
40 public function deleteTransform(array $params = []) argument
42 $transform_id = $this->extractArgument($params, 'transform_id');
46 $endpoint->setParams($params);
54 * $params['transform_id'] = (string) The id or comma delimited list of id expressions of the transforms to get, '_all' or '*' implies get all transforms
55 * $params['from'] = (int) skips a number of transform configs, defaults to 0
56 * $params['size'] = (int) specifies a max number of transforms to get, defaults to 100
57 * $params['allow_no_matc
64 getTransform(array $params = []) global() argument
87 getTransformStats(array $params = []) global() argument
108 previewTransform(array $params = []) global() argument
132 putTransform(array $params = []) global() argument
155 startTransform(array $params = []) global() argument
180 stopTransform(array $params = []) global() argument
202 updateTransform(array $params = []) global() argument
[all...]
H A DWatcherNamespace.php33 * $params['watch_id'] = (string) Watch ID (Required)
34 * $params['action_id'] = (list) A comma-separated list of the action ids to be acked
36 * @param array $params Associative array of parameters
40 public function ackWatch(array $params = []) argument
42 $watch_id = $this->extractArgument($params, 'watch_id');
43 $action_id = $this->extractArgument($params, 'action_id');
47 $endpoint->setParams($params);
56 * $params['watch_id'] = (string) Watch ID
58 * @param array $params Associative array of parameters
62 public function activateWatch(array $params argument
82 deactivateWatch(array $params = []) global() argument
102 deleteWatch(array $params = []) global() argument
124 executeWatch(array $params = []) global() argument
146 getWatch(array $params = []) global() argument
171 putWatch(array $params = []) global() argument
193 queryWatches(array $params = []) global() argument
212 start(array $params = []) global() argument
231 stats(array $params = []) global() argument
250 stop(array $params = []) global() argument
[all...]
H A DXpackNamespace.php33 * $params['categories'] = (list) Comma-separated list of info categories. Can be any of: build, license, features
34 * $params['accept_enterprise'] = (boolean) If an enterprise license is installed, return the type and mode as 'enterprise' (default: false)
36 * @param array $params Associative array of parameters
40 public function info(array $params = []) argument
45 $endpoint->setParams($params);
52 * $params['master_timeout'] = (time) Specify timeout for watch write operation
54 * @param array $params Associative array of parameters
58 public function usage(array $params = []) argument
63 $endpoint->setParams($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D6bf63f2ec6ba55fcaf1092f48212bf25.asciidoc5 $params = [
17 $response = $client->indices()->create($params);
H A D71b5b2ba9557d0f296ff2de91727d2f6.asciidoc5 $params = [
26 $response = $client->search($params);
H A D9bdd3c0d47e60c8cfafc8109f9369922.asciidoc5 $params = [
8 $response = $client->search($params);
H A Da49169b4622918992411fab4ec48191b.asciidoc5 $params = [
20 $response = $client->search($params);
H A Da80f5db4357bb25b8704d374c18318ed.asciidoc5 $params = [
15 $response = $client->search($params);
H A Dbb143628fd04070683eeeadc9406d9cc.asciidoc5 $params = [
14 $response = $client->index($params);
H A Dbe1bd47393646ac6bbee177d1cdb7738.asciidoc5 $params = [
19 $response = $client->search($params);
H A Dbe49260e1b3496c4feac38c56ebb0669.asciidoc5 $params = [
8 $response = $client->search($params);
H A Dc849c6c8f8659dbb93e1c14356f74e37.asciidoc5 $params = [
17 $response = $client->indices()->create($params);
H A Dcfbaea6f0df045c5d940bbb6a9c69cd8.asciidoc5 $params = [
25 $response = $client->search($params);
H A Dcfc37446bd892d1ac42a3c8e8b204e6c.asciidoc5 $params = [
9 $response = $client->get($params);
H A Dd718b63cf1b6591a1d59a0cf4fd995eb.asciidoc5 $params = [
14 $response = $client->index($params);
H A De270f3f721a5712cd11a5ca03554f5b0.asciidoc5 $params = [
20 $response = $client->search($params);
H A De30ea6e3823a139d7693d8cce1920a06.asciidoc5 $params = [
18 $response = $client->search($params);
H A De4be53736bcc02b03068fd72fdbfe271.asciidoc5 $params = [
15 $response = $client->indices()->putMapping($params);
H A De5f50b31f165462d883ecbff45f74985.asciidoc5 $params = [
31 $response = $client->indices()->putTemplate($params);
H A De9c2e15b36372d5281c879d336322b6c.asciidoc5 $params = [
19 $response = $client->reindex($params);
H A Deb30ba547e4a7b8f54f33ab259aca523.asciidoc5 $params = [
12 $response = $client->update($params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php198 * @param null|array $params
204 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) argument
223 'uri' => $this->getURI($uri, $params),
352 private function getURI(string $uri, ?array $params): string argument
354 if (isset($params) === true && !empty($params)) {
355 $params = array_map(
365 $params
368 $uri .= '?' . http_build_query($params);

1...<<11121314151617181920>>...118