"Elasticsearch Status:Fault" after upgrade to 2.4.160 #14789
-
Version2.4.160 Installation MethodSecurity Onion ISO image Descriptionupgrading Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsMeets minimum requirements CPU6 RAM64 Storage for /500GB Storage for /nsm2TB Network Traffic Collectiontap Network Traffic Speeds1Gbps to 10Gbps StatusNo, one or more services are failed (please provide detail below) Salt StatusNo, there are no failures LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailAs per title of this discussion
looking at unassigned index I get the following:
trying to delete gives
trying to delete via ElasticSearch index management gives the following response I'm not sure how to proceed or fix this. Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Looks like you're trying to remove a primary shard for SOC. However, it is the write index and cannot be deleted until it is rolled over and a new write index is created. To do that, use the following commands.
then
|
Beta Was this translation helpful? Give feedback.
-
you can also delete non writable indexes via gui. consider reducing shard size via ilm policy to have some flexibility deleting previous indices. |
Beta Was this translation helpful? Give feedback.
Looks like you're trying to remove a primary shard for SOC. However, it is the write index and cannot be deleted until it is rolled over and a new write index is created. To do that, use the following commands.
sudo so-elasticsearch-query logs-soc-so/_rollover -XPOST
then
so-elasticsearch-query <index_name> -XDELETE