.ds-.logs-deprecation.elasticsearch-default-* Unassigned Shards #10169
Replies: 1 comment
-
Hi this issue is still ongoing anyone any ideas? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently I started monitoring the elastic via Zabbix and noticed we had quite a few unassigned shards for the deprecation logs, I was able to clear the back log but couldn't delete the most recent.
I first rolled the log over which allowed me to remove the faulty index but then the new log had the same issue. I then then noticed the cause was due to the index being created with number_of_replicas = 1.
If I change the value to 0 the unassigned shard is no longer there which makes sense
I am guessing this is an issue on the template used by the index but I am unsure on how best to change this.
Not a major issue but now i keep getting alerts when the file rolls over.
Any help would be appreciated
Thanks
Beta Was this translation helpful? Give feedback.
All reactions