Cluster status is Yellow and I have a Indices stuck
Cluster status is Yellow and I have a Indices stuck
I have been trying to delete this month old Indices but it will not go away and now my cluster status is Yellow. Can someone please help?
Re: Cluster status is Yellow and I have a Indices stuck
The cluster status finally went out of yellow but still have a few Indicies that I cant delete.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Cluster status is Yellow and I have a Indices stuck
Hello @hcltech,
Let's take a look at the system profile and review the logs. You can download the system profile, send it over in a PM, by going to Admin > System Status >Download System Profile.
Also, what happens if you try to delete the indices from the command line? For example,
Thanks.
Let's take a look at the system profile and review the logs. You can download the system profile, send it over in a PM, by going to Admin > System Status >Download System Profile.
Also, what happens if you try to delete the indices from the command line? For example,
Code: Select all
curl -XDELETE localhost:9200/logstash-2018.07.19/
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Cluster status is Yellow and I have a Indices stuck
Sending over the log now to you.
tried to delete via command line.
Last login: Tue Feb 25 14:44:28 2020 from 10.5.1.65
setup@cl-p-nagioslog01:~$ curl -XDELETE localhost:9200/logstash-2020.01.04/
{"acknowledged":true}setup@cl-p-nagioslog01:~$
I still see the Indcies in the web interface. It will go away but if i refresh it comes back and when i keep refreshing the #Docs changes.
tried to delete via command line.
Last login: Tue Feb 25 14:44:28 2020 from 10.5.1.65
setup@cl-p-nagioslog01:~$ curl -XDELETE localhost:9200/logstash-2020.01.04/
{"acknowledged":true}setup@cl-p-nagioslog01:~$
I still see the Indcies in the web interface. It will go away but if i refresh it comes back and when i keep refreshing the #Docs changes.
Re: Cluster status is Yellow and I have a Indices stuck
The profile does show a small index for 2020.01.04. This usually means you have a client somewhere with the wrong date and time set. Use the dashboard to look at events for 2020.01.04 and find the client where these logs are coming from.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Cluster status is Yellow and I have a Indices stuck
That was it for some reason some of my switches reverted back to old domain controllers that are no longer there. Thanks for the help.
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: Cluster status is Yellow and I have a Indices stuck
Glad to hear it is solved!hcltech wrote:That was it for some reason some of my switches reverted back to old domain controllers that are no longer there. Thanks for the help.
Locking thread