Elasticsearch Status: Pending even when all index green after upgrade #12224
-
Version2.4.40 Installation MethodSecurity Onion ISO image Descriptionupgrading Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsMeets minimum requirements CPU6 RAM64GB Storage for /500GB Storage for /nsm2TB Network Traffic Collectiontap Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailI got the but after I cleared all the affected index it is still showing Running Are there any other index that I need to fix? or any specific thing to look for in the logs? Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 4 replies
-
Maybe a stupid question but did you try rebooting the server completely? |
Beta Was this translation helpful? Give feedback.
-
Same issue here. The command |
Beta Was this translation helpful? Give feedback.
-
Try |
Beta Was this translation helpful? Give feedback.
-
I'm in the same situation. I had over 50 indices that were yellow and now that I cleared those I have the same unassigned index as you so still digging into it as well Edit: I got it working for me by running: it went ok after about a minute and then I rebooted as a sanity check and right now it's up and showing ok so you might try it |
Beta Was this translation helpful? Give feedback.
-
Can confirm the solution by running |
Beta Was this translation helpful? Give feedback.
-
For my 2.4.50 instance |
Beta Was this translation helpful? Give feedback.
I'm in the same situation. I had over 50 indices that were yellow and now that I cleared those I have the same unassigned index as you so still digging into it as well
Edit: I got it working for me by running:
sudo so-elasticsearch-query .ds-.logs-endpoint.diagnostic.collection-default-2024.01.22-000006/_settings -d '{"number_of_replicas":0}' -XPUT
it went ok after about a minute and then I rebooted as a sanity check and right now it's up and showing ok so you might try it