-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Monitoring tab in Kibana only showing master nodes #44666
Comments
Pinging @elastic/stack-monitoring |
Hey @coudenysj, I think the first step is determining if the data is there or not. It's possible that the non master nodes aren't reporting for some reason, or it's possible something is happening on the Kibana side. Like in the discuss post, let's run this query as a standing point:
|
Thanks @chrisronline for your reply. I changed the query a bit, because we have 15 nodes:
which results in 15 buckets:
|
Thanks for that! That seems fine, so let's try something else. Can you try adjusting the time period of the date picker to various larger and smaller periods of time? See if there is any period of time where you do actually see all the nodes listed. Thanks |
Now this is strange. When I check for the last 4 hours, I only get the masters. When I check the last 5 hours, I get all my nodes... |
Try running this query and adjusting the time periods as you did in the UI. I'm wondering if you're hitting a limit in regards to
|
Also,
Do you ever see all nodes when doing a time period less than 4 hours? |
I don't think so. |
When I change the range to:
I get errors
|
Try upping the This issue is related and a fix will be available soon |
I'm going to close this out, assuming things are better now. Feel free to reopen if that's not the case. |
We've updated to 7.6 and looks fine now. |
Kibana version: 7.3.1
Elasticsearch version: 7.3.1
Server OS version: Debian 10
Original install method (e.g. download page, yum, from source, etc.): deb
Describe the bug:
The monitoring tab is only showing the master node details (but indicates there are more nodes in the cluster).
Steps to reproduce:
Expected behavior:
We have another cluster running 6.5.2 which is showing all nodes in the cluster.
Screenshots (if relevant):
Errors in browser console (if relevant):
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'nonce-xxx/v'". Either the 'unsafe-inline' keyword, a hash ('sha256-xxx), or a nonce ('nonce-...') is required to enable inline execution.
Provide logs and/or server output (if relevant):
Any additional context:
It looks exactly like https://discuss.elastic.co/t/monitoring-elasticsearch-nodes-no-data-nodes/167321, but all the queries requested there are showing all nodes.
The text was updated successfully, but these errors were encountered: