... while trying to navigate through Monitoring -> Elasticsearch -> Nodes, I've noticed that some of nodes are missing from the list (even though node count on top is correct), all nodes that are missing are dedicated data nodes...
I've had same issue with 6.5.4 and now same behavior with 6.6.0.
I ran query that you provided and only saw single node in output, I then tried to run it few more times, and every time I got different node (didn't see any of nodes that are missing from the list I mentioned earlier).
What is the Elasticsearch monitoring configuration for these nodes? Are you using a dedicated monitoring cluster? Are the nodes exporting to the right monitoring cluster? Is Kibana pointed to the right monitoring cluster too?
there are few of each nodes: master elected, data, ingest and coordinate only nodes, they all part of same elasticsearch cluster, pretty standard... there is no custom configuration really...
Also, this time would you mind posting the entire results of your query, without passing them through grep? Of course, feel free to mask any publicly addressable IP addresses.
BTW, you don't have to issue curl commands for these queries. You can open Kibana > Dev Tools
(click on the wrench/spanner icon in the left nav) > Console and paste my queries as-is.
if you don't mind, could you please tell me what exactly are you hoping to find in my output? there is no publicly addressable IPs as I use private range, most sensetive information there is name, uuid and node_id?
The grep'd output tells me that that the names are changing each time, which is definitely odd. So I was hoping to see if other properties of the same document are also changing as well.
Results from both runs showed exactly 10 hits. How many total nodes (including the data nodes that are not showing up) do you have in your cluster? Any chance you could provide the result of GET _cat/nodes?v next? Thanks!
total count of nodes over 20, each output includes 10 random nodes..
esc5 is part of 2nd run, yet not included in 1st run while esm5 is part of 1st run, however not part of 2nd and neither of run has esdX - which are data nodes.
as I had mentioned earlier, all nodes appeared fine prior to 6.5.4 version, not sure if issue is on my end to be honest...
Thanks for sharing that. I looked through the _cat/nodes output and compared it with the results of the two runs you posted earlier. In addition to the 5 data nodes never appearing the query results, I found a couple other nodes not appearing either.
Perhaps we are running into a default size limit of the collapsed ES search query, so lets try a tweaked query with an explicit large enough size:
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.