Before you post: Your responses to these questions will help the community help you. Please complete this template if you’re asking a support question.
Don’t forget to select tags to help index your topic!
1. Describe your incident:
Search dashboard is empty “Error retrieving data…”
2. Describe your environment:
-
OS Information: Debian 12
-
Package Version:
-
Graylog 6.0.6
-
Service logs, configurations, and environment variables:
Opensearch logs:
498]: index [graylog_4], id [1b137231-86d5-11ef-a4c9-0a3c2453a96f], message [OpenSearchException[OpenSearch exception [type=unavailable_shards_exception, reason=[graylog_4][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest [[graylog_4][0]] containing [500] requests]]]]
[499]: index [graylog_4], id [1b1dab60-86d5-11ef-a4c9-0a3c2453a96f], message [OpenSearchException[OpenSearch exception [type=unavailable_shards_exception, reason=[graylog_4][0] primary shard is not active Timeout: [1m], request: [BulkShardRequest [[graylog_4][0]] containing [500] requests]]]]
3. What steps have you already taken to try and solve the problem?
Restart graylog service
Restart opensearch service
Rebooted the server
4. How can the community help?
Hi! I recently installed Graylog v6 (Community) and it is working very well. I hosted it in AWS EC2 running Debian 12.
Now I had observed that journal/messages and node/indices are getting bigger and bigger since I have a lot of devices and server on boarded.
So I decided to use AWS EFS service as the logs grows exponentially. Journal works Ok in EFS but my problem is the indices. What I did is to mount the EFS volume to the server and created a symlink (symbolic link) so that it will be pointed to EFS instead on the local server.
I performed rsync everything will be captured but I am getting the error in the dashboard
While retrieving data for this widget, the following error(s) occurred:
- OpenSearch exception [type=search_phase_execution_exception, reason=all shards failed].
and these notifications:
Journal utilization is too high
(triggered 14 minutes ago)
Journal utilization is too high and may go over the limit soon. Please verify that your Elasticsearch cluster is healthy and fast enough. You may also want to review your Graylog journal settings and set a higher limit
Helpful Posting Tips: Tips for Posting Questions that Get Answers [Hold down CTRL and link on link to open tips documents in a separate tab]
Uncommited messages deleted from journal
(triggered 14 minutes ago)
Some messages were deleted from the Graylog journal before they could be written to Elasticsearch. Please verify that your Elasticsearch cluster is healthy and fast enough. You may also want to review your Graylog journal settings and set a higher limit.
NOTE:
Graylog server and opensearch are started already but with those errors
Please help.
Thank you