-
Version2.4.30 Installation MethodSecurity Onion ISO image Descriptionother (please provide detail below) Installation TypeDistributed Locationon-prem with Internet access Hardware SpecsMeets minimum requirements CPU4 RAM12GB Storage for /200GB Storage for /nsm5TB Network Traffic Collectionspan port Network Traffic Speeds1Gbps to 10Gbps StatusYes, all services on all nodes are running OK Salt StatusNo, there are no failures LogsYes, there are additional clues in /opt/so/log/ (please provide detail below) DetailWhen we were trying to set up snapshots the kibana_analytics_* index became corrupted. It's located on one of the search nodes and I'm guessing it occurred due to some of the service/system restarts and failures we ran into until we got the snapshot settings configured correctly. I'm trying to find a way to repair/re-initialize Kibana or curious if there's a way to delete just the index. I've tried deleting it to see if Kibana sets it back up on restart, but I can't figure out how to get the role I created with "allow_restricted_indices":true to map to either the user I log in with and can perform curl requests with or the so-elastic user. None of these users are shown in the _security/users api call, but I can see my role and role-mappings. This is the initial set up of the system and we were configuring snapshots but didn't get to create any yet that I could restore the index from. I'm ok losing all data/indexes since it's the initial setup. What I don't want to have to do is recreate all of the nodes, but that's what I'm thinking I may need to do at this point. Any thoughts, or suggestions? Guidelines
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Which index? You might have to use the kibana user from |
Beta Was this translation helpful? Give feedback.
-
Found how to create a role and a new user with the role that will allow you to delete system indexes. This one is specifically for Kibana indexes: https://www.elastic.co/guide/en/kibana/master/resolve-migrations-failures.html#_corrupt_saved_objects Create the role
Create new user with the role
Delete index as new user
|
Beta Was this translation helpful? Give feedback.
Found how to create a role and a new user with the role that will allow you to delete system indexes. This one is specifically for Kibana indexes: https://www.elastic.co/guide/en/kibana/master/resolve-migrations-failures.html#_corrupt_saved_objects
Create the role
Create new user with the role