After upgrading from 2.4.120 to 2.4.130 on the Tools menu the links for Kibana and Elastic Fleet get a 404 page not found error #14390
-
Version2.4.130 Installation MethodSecurity Onion ISO image Descriptionupgrading Installation TypeStandalone Locationon-prem with Internet access Hardware SpecsExceeds minimum requirements CPU40 RAM269.9 GB Storage for /314.4 GB Storage for /nsm
Network Traffic Collectionspan port Network Traffic SpeedsLess than 1Gbps StatusYes, all services on all nodes are running OK Salt StatusYes, there are salt failures (please provide detail below) LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailIt looks like the elastic fleet upgrade failed not connecting to kibana though kibana is running Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
I am getting the same issue after upgrading to .130 from .120. All containers show running as healthy. The errors seem to evolve around so-elastic-fleet. When I run so-elastic-fleet-restart, there are 6 errors that pop up pertaining to a mix of elastic agent grid updates and elastic integrations. Running so-kibana-restart shows no errors. |
Beta Was this translation helpful? Give feedback.
-
Can you try running (and share output)
Can you share any logs for kibana or elasticsearch? They would be located in
|
Beta Was this translation helpful? Give feedback.
-
Here is the soup log that got overwritten. I will grab the other stuff also |
Beta Was this translation helpful? Give feedback.
-
Looking at your elasticsearch/securityonion.log there are errors relating to too many shards. You can try removing a few of your older indices to bring that count down.
then you can take one of the indices name you wish to remove (they should be sorted by name. Chose one that is oldest vs trying to delete most recent. Example below where I would delete
The delete command would be
Looking at your log you need at least 8 shards removed Once you remove a few try running
The expected output from the api check command is
|
Beta Was this translation helpful? Give feedback.
Looking at your elasticsearch/securityonion.log there are errors relating to too many shards. You can try removing a few of your older indices to bring that count down.
so-elasticsearch-query _cat/indices?s=index
will show you a list of indicesthen you can take one of the indices name you wish to remove (they should be sorted by name. Chose one that is oldest vs trying to delete most recent. Example below where I would delete
.ds-logs-suricata.alerts-so-2025.02.10-000001