Pavel_P
(Pavel P)
August 8, 2014, 11:31am
1
Hi,
Once I've set the configuration value from default to some custom, like
this way:
curl -XPUT http://localhost:9200/_cluster/settings -d '
{
"transient": {
"indices.fielddata.breaker.limit": "40%"
}
}
'
So I have this:
https://lh6.googleusercontent.com/-y3QaJEqbbOE/U-Sy9-MGw0I/AAAAAAAAAIs/wLbg4lSRymQ/s1600/Screen%2BShot%2B2014-08-08%2Bat%2B2.22.13%2BPM.png
How then could I reset it back to default?
Tries this:
curl -XDELETE http://morbius.kreditech.com:9200/_cluster/settings -d '
{
"persistent" : {
"indices.fielddata.breaker.limit"
}
}'
With no luck.
Here it's stated that it's somehow
fixed No obvious way to delete persistent cluster admin settings · Issue #3670 · elastic/elasticsearch · GitHub , but I
don't see any example.
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/4afdd828-64b1-4c60-b10b-8ff0d6cebd04%40googlegroups.com .
For more options, visit https://groups.google.com/d/optout .
warkolm
(Mark Walkom)
August 8, 2014, 11:34am
2
It's not fixed, it's been moved to
opened 12:35PM - 04 Jul 14 UTC
closed 11:26AM - 19 Jan 16 UTC
>enhancement
release highlight
:Core/Infra/Settings
Meta
v5.0.0-alpha1
Currently there is no way of seeing all settings that are enforced. For instanc… e, defaults are not available and settings from the `config/elasticsearch.yml` are not available.
Any setting which is different from the default should be returned by these APIs:
```
GET /{index}/_settings
GET /_cluster/settings
```
Both should also support the `include_defaults` query string parameter, which would return all settings, including the defaults.
Also, deleting a setting should reset the setting to the default.
Setting an unknown setting, or a setting that can't be changed should throw an error.
Relates to #5018, #3670, #2738, #2730, #3572, #2628, #3671, #5019, #6309
Regards,
Mark Walkom
Infrastructure Engineer
Campaign Monitor
email: markw@campaignmonitor.com
web: www.campaignmonitor.com
On 8 August 2014 21:31, Pavel P pavel@kredito.de wrote:
Hi,
Once I've set the configuration value from default to some custom, like
this way:
curl -XPUT http://localhost:9200/_cluster/settings -d '
{
"transient": {
"indices.fielddata.breaker.limit": "40%"
}
}
'
So I have this:
https://lh6.googleusercontent.com/-y3QaJEqbbOE/U-Sy9-MGw0I/AAAAAAAAAIs/wLbg4lSRymQ/s1600/Screen%2BShot%2B2014-08-08%2Bat%2B2.22.13%2BPM.png
How then could I reset it back to default?
Tries this:
curl -XDELETE http://morbius.kreditech.com:9200/_cluster/settings -d '
{
"persistent" : {
"indices.fielddata.breaker.limit"
}
}'
With no luck.
Here it's stated that it's somehow fixed
No obvious way to delete persistent cluster admin settings · Issue #3670 · elastic/elasticsearch · GitHub , but I don't
see any example.
--
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 .
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/4afdd828-64b1-4c60-b10b-8ff0d6cebd04%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/4afdd828-64b1-4c60-b10b-8ff0d6cebd04%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout .
--
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 .
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEM624ZQauycYVcLjma%3DHg2%2BxNY6KkapxW%3DPu9jvG-fdF4fAiA%40mail.gmail.com .
For more options, visit https://groups.google.com/d/optout .