I’m trying to stand up a new OpenSearch instance using the RPM install method. I’m on Step 5 of the cluster formation documentation. When I execute the suggested _cat query:
curl -XGET https://<private-ip>:9200/_cat/nodes?v -u 'admin:admin' --insecure
I only see three of my twelve data nodes.
How do I troubleshoot this? Being new to OpenSearch in general, I’m unsure how to proceed.