Issue with Missing Data on Storage Node #13960
-
Version2.4.100 Installation MethodSecurity Onion ISO image Descriptionconfiguration Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU64 RAM251G Storage for /558G Storage for /nsm38T Network Traffic Collectiontap Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsNo, there are no additional clues DetailHi, I'm currently facing an issue where I believe I have lost all data on my storage node. The problem appears to be related to my manager storing indices that it shouldn't, which is causing the manager to hit its watermark. This seems to lead to this situation where I can no longer access or view the data on the storage node in Kibana, even though the manager still retains a few of the incorrectly stored indices. The storage node itself is showing only 551GB of usage out of 38TB available (about 2% utilization), which makes me think that indices may have been deleted. I'm worried that the data has been lost, but I'm unsure why the storage node would automatically delete all of its storage data like this. Would it be possible that the data is still there on my storage nodes but just inaccessible? Has anyone experienced something similar or have any insights? Any help or guidance would be greatly appreciated. Thanks! Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
What returns when you run these commands:
If your search node has a larger /nsm partition than your manager, then it is possible the clean up script deleted some data. Have you done any Elasticsearch ILM tuning? |
Beta Was this translation helpful? Give feedback.
A couple of things from the above. Looks like you have two search nodes, but
_cat/allocation
is only showing the manager and one of them. Storage2 has no elastic data.I would recommend you move all the elastic data off the manager and remove the data role. If there is data on the manager above the retention percentage, there is a script that will remove data to bring you under that percentage. https://docs.securityonion.net/en/2.4/elasticsearch.html#so-elasticsearch-indices-delete
Exclude the Manager's IP from cluster routing to move shards off the Manager, in Kibana > Dev Tools (change the IP below to your manager's IP):