Get "Effective" Cluster settings

The _cluster/_settings API shows all configured settings that are
overridden, but doesn't show the effective settings of the cluster for
values tuned via the elasticsearch.yml.

For example, if I configure the concurrent_streams and max_size_per_sec
values via the elasticsearch.yml file, and startup the cluster, querying
the _cluster/settings end point shows absolutely no values set, because all
running values are 'pristine' compared to the loaded values.

Programattically though, it would be nicer to be able to see all settings
values without having to bother hacking into parsing the local
elasticsearch.yml file to work it out.

Am I missing something? Is there a way to query the cluster to get the
current running values for ALL settings ?

cheers,

Paul Smith

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Paul Smith wrote:

[...]

Programattically though, it would be nicer to be able to see all
settings values without having to bother hacking into parsing the
local elasticsearch.yml file to work it out.

Am I missing something? Is there a way to query the cluster to get the
current running values for ALL settings ?

No, but there should be. We've been talking about this lately
actually.

-Drew

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.