curl -XGET "localhost:9200/_cluster/settings?pretty=true" { "persistent" : { "archived" : { "indices" : { "recovery" : { "concurrent_streams" : "5" } } }, "cluster" : { "routing" : { "allocation" : { "node_concurrent_recoveries" : "5", "enable" : "none" } } }, "indices" : { "recovery" : { "max_bytes_per_sec" : "200mb" } } }, "transient" : { "cluster" : { "routing" : { "allocation" : { "disk" : { "watermark" : { "low" : "20gb", "high" : "10gb" } }, "enable" : "all" } }, "info" : { "update" : { "interval" : "1m" } } } } }
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.