File manager - Edit - /var/www/payraty/helpdesk/vendor/elasticsearch/elasticsearch/docs/examples/804a97ff4d0613e6568e4efb19c52021.asciidoc
Back
// docs/index_.asciidoc:188 [source, php] ---- $params = [ 'body' => [ 'persistent' => [ 'action.auto_create_index' => 'twitter,index10,-index1*,+ind*', ], ], ]; $response = $client->cluster()->putSettings($params); $params = [ 'body' => [ 'persistent' => [ 'action.auto_create_index' => 'false', ], ], ]; $response = $client->cluster()->putSettings($params); $params = [ 'body' => [ 'persistent' => [ 'action.auto_create_index' => 'true', ], ], ]; $response = $client->cluster()->putSettings($params); ----
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings