Dump applied configs.
--- a/elasticsearch.rst Wed Aug 05 13:43:40 2020 +0300
+++ b/elasticsearch.rst Tue Aug 25 09:49:47 2020 +0300
@@ -32,7 +32,7 @@
cluster.name: mycluster
-Unique node name within claser::
+Unique node name within claster::
node.name: "node1"
@@ -61,12 +61,20 @@
discovery.zen.ping.unicast.hosts: ["master1.example.com", "master2.example.com:9300"]
+Dump applied configs::
+
+ GET /_cluster/settings?include_defaults=true
+
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-node.html
Node types.
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-discovery-zen.html
Discovery settings.
https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-transport.html
Transport definitions.
+https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-http.html
+ Configuring Elasticsearch » HTTP
+https://www.elastic.co/guide/en/elasticsearch/reference/current/modules-network.html
+ Configuring Elasticsearch » Network settings
REST syntax conventions
=======================