Skip to content

Commit 3908e64

Browse files
refresh list for cluster settings not dynamic
1 parent c82c2b5 commit 3908e64

File tree

1 file changed

+103
-3
lines changed

1 file changed

+103
-3
lines changed

src/Manager/ElasticsearchClusterManager.php

Lines changed: 103 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ public function getMaintenanceTable(): array
9999
public function getClusterSettingsNotDynamic(): array
100100
{
101101
return [
102+
'action.search.pre_filter_shard_size.default',
103+
'async_search.index_cleanup_interval',
102104
'bootstrap.ctrlhandler',
103105
'bootstrap.memory_lock',
104106
'bootstrap.system_call_filter',
@@ -136,10 +138,14 @@ public function getClusterSettingsNotDynamic(): array
136138
'cluster.remote.connections_per_cluster',
137139
'cluster.remote.initial_connect_timeout',
138140
'cluster.remote.node.attr',
141+
'cluster.routing.allocation.disk.watermark.enable_for_single_data_node',
139142
'cluster.routing.allocation.type',
143+
'cluster.service.master_service_starvation_logging_threshold',
140144
'discovery.cluster_formation_warning_timeout',
141145
'discovery.find_peers_interval',
142146
'discovery.initial_state_timeout',
147+
'discovery.probe.connect_timeout',
148+
'discovery.probe.handshake_timeout',
143149
'discovery.request_peers_timeout',
144150
'discovery.seed_hosts',
145151
'discovery.seed_providers',
@@ -167,6 +173,7 @@ public function getClusterSettingsNotDynamic(): array
167173
'discovery.zen.publish.max_pending_cluster_states',
168174
'discovery.zen.send_leave_request',
169175
'discovery.zen.unsafe_rolling_upgrades_enabled',
176+
'enrich.cache_size',
170177
'enrich.cleanup_period',
171178
'enrich.coordinator_proxy.max_concurrent_requests',
172179
'enrich.coordinator_proxy.max_lookups_per_request',
@@ -184,6 +191,8 @@ public function getClusterSettingsNotDynamic(): array
184191
'gateway.recover_after_time',
185192
'gateway.write_dangling_indices_info',
186193
'http.bind_host',
194+
'http.client_stats.closed_channels.max_age',
195+
'http.client_stats.closed_channels.max_count',
187196
'http.compression',
188197
'http.compression_level',
189198
'http.content_type.required',
@@ -222,9 +231,13 @@ public function getClusterSettingsNotDynamic(): array
222231
'http.type',
223232
'http.type.default',
224233
'index.codec',
234+
'index.recovery.type',
225235
'index.store.fs.fs_lock',
226236
'index.store.preload',
237+
'index.store.snapshot.cache.excluded_file_types',
238+
'index.store.snapshot.uncached_chunk_size',
227239
'index.store.type',
240+
'indexing_pressure.memory.limit',
228241
'indices.analysis.hunspell.dictionary.ignore_case',
229242
'indices.analysis.hunspell.dictionary.lazy',
230243
'indices.breaker.fielddata.type',
@@ -243,16 +256,19 @@ public function getClusterSettingsNotDynamic(): array
243256
'indices.queries.cache.count',
244257
'indices.queries.cache.size',
245258
'indices.query.bool.max_clause_count',
259+
'indices.query.bool.max_nested_depth',
246260
'indices.query.query_string.allowLeadingWildcard',
247261
'indices.query.query_string.analyze_wildcard',
248262
'indices.requests.cache.expire',
249263
'indices.requests.cache.size',
250264
'indices.store.delete.shard.timeout',
251265
'ingest.geoip.cache_size',
266+
'ingest.geoip.downloader.endpoint',
252267
'ingest.grok.watchdog.interval',
253268
'ingest.grok.watchdog.max_execution_time',
254269
'ingest.user_agent.cache_size',
255270
'logger.level',
271+
'monitor.fs.health.refresh_interval',
256272
'monitor.fs.refresh_interval',
257273
'monitor.jvm.gc.enabled',
258274
'monitor.jvm.gc.overhead.debug',
@@ -275,9 +291,10 @@ public function getClusterSettingsNotDynamic(): array
275291
'network.tcp.receive_buffer_size',
276292
'network.tcp.reuse_address',
277293
'network.tcp.send_buffer_size',
278-
'no.model.state.persist',
279294
'node.attr.ml.machine_memory',
295+
'node.attr.ml.max_jvm_size',
280296
'node.attr.ml.max_open_jobs',
297+
'node.attr.transform.node',
281298
'node.attr.xpack.installed',
282299
'node.data',
283300
'node.enable_lucene_segment_infos_trace',
@@ -291,7 +308,10 @@ public function getClusterSettingsNotDynamic(): array
291308
'node.pidfile',
292309
'node.portsfile',
293310
'node.processors',
311+
'node.remote_cluster_client',
312+
'node.roles',
294313
'node.store.allow_mmap',
314+
'node.transform',
295315
'node.voting_only',
296316
'path.data',
297317
'path.home',
@@ -313,11 +333,13 @@ public function getClusterSettingsNotDynamic(): array
313333
'resource.reload.interval.low',
314334
'resource.reload.interval.medium',
315335
'rest.action.multi.allow_explicit_index',
336+
'runtime_fields.grok.watchdog.interval',
337+
'runtime_fields.grok.watchdog.max_execution_time',
316338
'script.allowed_contexts',
317339
'script.allowed_types',
318-
'script.cache.expire',
319-
'script.cache.max_size',
340+
'script.disable_max_compilations_rate',
320341
'script.painless.regex.enabled',
342+
'script.painless.regex.limit-factor',
321343
'search.highlight.term_vector_multi_value',
322344
'search.keep_alive_interval',
323345
'search.remote.connect',
@@ -328,7 +350,13 @@ public function getClusterSettingsNotDynamic(): array
328350
'slm.history_index_enabled',
329351
'thread_pool.analyze.queue_size',
330352
'thread_pool.analyze.size',
353+
'thread_pool.auto_complete.queue_size',
354+
'thread_pool.auto_complete.size',
355+
'thread_pool.azure_event_loop.core',
356+
'thread_pool.azure_event_loop.keep_alive',
357+
'thread_pool.azure_event_loop.max',
331358
'thread_pool.estimated_time_interval',
359+
'thread_pool.estimated_time_interval.warn_threshold',
332360
'thread_pool.fetch_shard_started.core',
333361
'thread_pool.fetch_shard_started.keep_alive',
334362
'thread_pool.fetch_shard_started.max',
@@ -353,12 +381,18 @@ public function getClusterSettingsNotDynamic(): array
353381
'thread_pool.refresh.core',
354382
'thread_pool.refresh.keep_alive',
355383
'thread_pool.refresh.max',
384+
'thread_pool.repository_azure.core',
385+
'thread_pool.repository_azure.keep_alive',
386+
'thread_pool.repository_azure.max',
387+
'thread_pool.scheduler.warn_threshold',
356388
'thread_pool.search.auto_queue_frame_size',
357389
'thread_pool.search.max_queue_size',
358390
'thread_pool.search.min_queue_size',
359391
'thread_pool.search.queue_size',
360392
'thread_pool.search.size',
361393
'thread_pool.search.target_response_time',
394+
'thread_pool.search_coordination.queue_size',
395+
'thread_pool.search_coordination.size',
362396
'thread_pool.search_throttled.auto_queue_frame_size',
363397
'thread_pool.search_throttled.max_queue_size',
364398
'thread_pool.search_throttled.min_queue_size',
@@ -368,6 +402,19 @@ public function getClusterSettingsNotDynamic(): array
368402
'thread_pool.snapshot.core',
369403
'thread_pool.snapshot.keep_alive',
370404
'thread_pool.snapshot.max',
405+
'thread_pool.snapshot_meta.core',
406+
'thread_pool.snapshot_meta.keep_alive',
407+
'thread_pool.snapshot_meta.max',
408+
'thread_pool.system_critical_read.queue_size',
409+
'thread_pool.system_critical_read.size',
410+
'thread_pool.system_critical_write.queue_size',
411+
'thread_pool.system_critical_write.size',
412+
'thread_pool.system_read.queue_size',
413+
'thread_pool.system_read.size',
414+
'thread_pool.system_write.queue_size',
415+
'thread_pool.system_write.size',
416+
'thread_pool.vectortile.queue_size',
417+
'thread_pool.vectortile.size',
371418
'thread_pool.warmer.core',
372419
'thread_pool.warmer.keep_alive',
373420
'thread_pool.warmer.max',
@@ -377,6 +424,7 @@ public function getClusterSettingsNotDynamic(): array
377424
'transform.task_thread_pool.size',
378425
'transport.bind_host',
379426
'transport.compress',
427+
'transport.compression_scheme',
380428
'transport.connect_timeout',
381429
'transport.connections_per_node.bulk',
382430
'transport.connections_per_node.ping',
@@ -413,14 +461,40 @@ public function getClusterSettingsNotDynamic(): array
413461
'xpack.ccr.enabled',
414462
'xpack.data_frame.enabled',
415463
'xpack.enrich.enabled',
464+
'xpack.eql.enabled',
416465
'xpack.flattened.enabled',
417466
'xpack.graph.enabled',
467+
'xpack.http.connection_pool_ttl',
418468
'xpack.http.default_connection_timeout',
419469
'xpack.http.default_read_timeout',
420470
'xpack.http.max_response_size',
421471
'xpack.http.proxy.host',
422472
'xpack.http.proxy.port',
423473
'xpack.http.proxy.scheme',
474+
'xpack.http.tcp.keep_alive',
475+
'xpack.idp.allowed_nameid_formats',
476+
'xpack.idp.contact.email',
477+
'xpack.idp.contact.given_name',
478+
'xpack.idp.contact.surname',
479+
'xpack.idp.defaults.authn_expiry',
480+
'xpack.idp.defaults.nameid_format',
481+
'xpack.idp.enabled',
482+
'xpack.idp.entity_id',
483+
'xpack.idp.metadata.signing.keystore.alias',
484+
'xpack.idp.organization.display_name',
485+
'xpack.idp.organization.name',
486+
'xpack.idp.organization.url',
487+
'xpack.idp.privileges.application',
488+
'xpack.idp.privileges.cache.size',
489+
'xpack.idp.privileges.cache.ttl',
490+
'xpack.idp.signing.keystore.alias',
491+
'xpack.idp.slo_endpoint.post',
492+
'xpack.idp.slo_endpoint.redirect',
493+
'xpack.idp.sp.cache.size',
494+
'xpack.idp.sp.cache.ttl',
495+
'xpack.idp.sp.wildcard.path',
496+
'xpack.idp.sso_endpoint.post',
497+
'xpack.idp.sso_endpoint.redirect',
424498
'xpack.ilm.enabled',
425499
'xpack.license.self_generated.type',
426500
'xpack.license.upload.types',
@@ -448,6 +522,22 @@ public function getClusterSettingsNotDynamic(): array
448522
'xpack.rollup.enabled',
449523
'xpack.rollup.task_thread_pool.queue_size',
450524
'xpack.rollup.task_thread_pool.size',
525+
'xpack.searchable.snapshot.cache.range_size',
526+
'xpack.searchable.snapshot.cache.recovery_range_size',
527+
'xpack.searchable.snapshot.cache.sync.shutdown_timeout',
528+
'xpack.searchable.snapshot.shared_cache.max_freq',
529+
'xpack.searchable.snapshot.shared_cache.min_time_delta',
530+
'xpack.searchable.snapshot.shared_cache.range_size',
531+
'xpack.searchable.snapshot.shared_cache.recovery_range_size',
532+
'xpack.searchable.snapshot.shared_cache.region_size',
533+
'xpack.searchable.snapshot.shared_cache.size',
534+
'xpack.searchable.snapshot.shared_cache.size.max_headroom',
535+
'xpack.searchable_snapshots.cache_fetch_async_thread_pool.core',
536+
'xpack.searchable_snapshots.cache_fetch_async_thread_pool.keep_alive',
537+
'xpack.searchable_snapshots.cache_fetch_async_thread_pool.max',
538+
'xpack.searchable_snapshots.cache_prewarming_thread_pool.core',
539+
'xpack.searchable_snapshots.cache_prewarming_thread_pool.keep_alive',
540+
'xpack.searchable_snapshots.cache_prewarming_thread_pool.max',
451541
'xpack.security.audit.enabled',
452542
'xpack.security.authc.anonymous.authz_exception',
453543
'xpack.security.authc.anonymous.roles',
@@ -457,11 +547,15 @@ public function getClusterSettingsNotDynamic(): array
457547
'xpack.security.authc.api_key.cache.ttl',
458548
'xpack.security.authc.api_key.delete.interval',
459549
'xpack.security.authc.api_key.delete.timeout',
550+
'xpack.security.authc.api_key.doc_cache.ttl',
460551
'xpack.security.authc.api_key.enabled',
461552
'xpack.security.authc.api_key.hashing.algorithm',
462553
'xpack.security.authc.password_hashing.algorithm',
463554
'xpack.security.authc.reserved_realm.enabled',
464555
'xpack.security.authc.run_as.enabled',
556+
'xpack.security.authc.service_token.cache.hash_algo',
557+
'xpack.security.authc.service_token.cache.max_tokens',
558+
'xpack.security.authc.service_token.cache.ttl',
465559
'xpack.security.authc.success_cache.enabled',
466560
'xpack.security.authc.success_cache.expire_after_access',
467561
'xpack.security.authc.success_cache.size',
@@ -471,6 +565,8 @@ public function getClusterSettingsNotDynamic(): array
471565
'xpack.security.authc.token.thread_pool.queue_size',
472566
'xpack.security.authc.token.thread_pool.size',
473567
'xpack.security.authc.token.timeout',
568+
'xpack.security.authz.store.privileges.cache.max_size',
569+
'xpack.security.authz.store.privileges.cache.ttl',
474570
'xpack.security.authz.store.roles.cache.max_size',
475571
'xpack.security.authz.store.roles.field_permissions.cache.max_size_in_bytes',
476572
'xpack.security.authz.store.roles.index.cache.max_size',
@@ -480,6 +576,8 @@ public function getClusterSettingsNotDynamic(): array
480576
'xpack.security.automata.cache.size',
481577
'xpack.security.automata.cache.ttl',
482578
'xpack.security.automata.max_determinized_states',
579+
'xpack.security.crypto.thread_pool.queue_size',
580+
'xpack.security.crypto.thread_pool.size',
483581
'xpack.security.dls.bitset.cache.size',
484582
'xpack.security.dls.bitset.cache.ttl',
485583
'xpack.security.dls_fls.enabled',
@@ -490,6 +588,7 @@ public function getClusterSettingsNotDynamic(): array
490588
'xpack.security.filter.always_allow_bound_address',
491589
'xpack.security.fips_mode.enabled',
492590
'xpack.security.http.ssl.enabled',
591+
'xpack.security.operator_privileges.enabled',
493592
'xpack.security.ssl.diagnose.trust',
494593
'xpack.security.transport.ssl.enabled',
495594
'xpack.security.user',
@@ -518,6 +617,7 @@ public function getClusterSettingsNotDynamic(): array
518617
'xpack.watcher.thread_pool.size',
519618
'xpack.watcher.transform.search.default_timeout',
520619
'xpack.watcher.trigger.schedule.ticker.tick_interval',
620+
'xpack.watcher.use_ilm_index_management',
521621
'xpack.watcher.watch.scroll.size',
522622
];
523623
}

0 commit comments

Comments
 (0)