Hi Steve, this setting can't be unset in Elasticsearch 2.x, see https://www.elastic.co/guide/en/elasticsearch/reference/2.4/cluster-update-settings.html for the correct documentation for your Elasticsearch version.
Cheers, Jochen On Tuesday, 20 December 2016 16:53:47 UTC+1, Steve Kuntz wrote: > > Hi, > > I'm trying to remove a persistent setting that I want to revert back to > the value in the configuration file but I'm getting an error > > This is taken directly from the documentation: > https://www.elastic.co/guide/en/elasticsearch/reference/current/cluster-update-settings.html > > > curl -XPUT localhost:9200/_cluster/settings -d '{ > "transient" : { > "discovery.zen.minimum_master_nodes" : null > } > }' > > Error: > > ignoring transient setting [discovery.zen.minimum_master_nodes], [cannot > parse value [] as an integer] > > I've also tried empty quotes with the same result. > -- You received this message because you are subscribed to the Google Groups "Graylog Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/graylog2/3fa7c64c-9817-4f3a-9cb5-dbbeb7c09d3e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
