This category relates to the Enterprise Search set of products - App Search, Site Search and Workplace Search.
If your question relates to core Elasticsearch functionality, please head over to the Elasticsearch category for assistance.
New to Elastic Search
Working on a Proof of concept.
(environment is air-gapped if it matters)
Using these instructions
Tutorial 1: Installing a self-managed Elastic Stack | Elastic Installation and Upgrade Guide [8.17] | Elastic
Install of Elastic Search 8.17 on the second node of the cluster went fine, however the elasticsearch.yml is not updating like these instructions state:
"Notice that, as a result of having run the elasticsearch-reconfigure-node
tool, certain settings have been updated. For example:
- The
transport.host: 0.0.0.0
setting is already uncommented. - The
discovery_seed.hosts
setting has the value that you added fornetwork_host
on the first Elasticsearch node. As you add each new Elasticsearch node to the cluster, thediscovery_seed.hosts
setting will contain an array of the IP addresses and port numbers to connect to each Elasticsearch node that was previously added to the cluster."
The transport.host:0.0.0.0 has been uncommented
However
The 'discovery_seed.hosts' still shows the default values. My understanding is that during enrollment this value should be updated with the ip address of the first host.
I've repeated the steps in the instructions 3 times and the discovery_seed.hosts value is not updating when new nodes are enrolled into the cluster.