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/743d9ca6-dba6-43a7-a5dc-329e4442bd57%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
