Skip to content
Discussion options

You must be logged in to vote

Was there an issue with the disk at some point? "reason" : "checksum failed (hardware problem?) : expected=219c2c61 actual=57e0bb18 The index is corrupted.

You could try and remove it, but you would need to create a system indices role to do it. It will get recreated when you restart the services.

To do this, create the role needed to delete a system index:

PUT /_security/role/system_index_admin
{
  "indices": [
    {
      "names": [".*"],
      "privileges": ["delete_index", "manage", "all"],
      "allow_restricted_indices": true
    }
  ],
  "cluster": ["all"],
  "applications": [
    {
      "application": "kibana-.kibana",
      "privileges": ["all"],
      "resources": ["*"]
    }
…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@cm-ops
Comment options

Answer selected by DCraigRich
@DCraigRich
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
2.4
Labels
None yet
2 participants