Hi Guys,
i upgraded last week from 5.6 to 6.2 but now almost all of my old visualisations are broken. If i'll click on a individual vis, i'll be redirected to Management->Saved Object. There i get the error:
There is a problem with this saved object
The index pattern associated with this object no longer exists.
If you know what this error means, go ahead and fix it — otherwise click the delete button above.
I think it has something to do with the kibana(6)-Index?! The Index of the visualisation exists. In the following the MetaData of an example visualisation which is broken:
{
"index": "auth-*",
"query": {
"query_string": {
"query": "*",
"analyze_wildcard": true
}
},
"filter": [
{
"meta": {
"index": "auth-*",
"type": "phrases",
"key": "tags",
"value": "ssh_brute_force_attack",
"params": [
"ssh_brute_force_attack"
],
"negate": false,
"disabled": false,
"alias": null
},
"query": {
"bool": {
"should": [
{
"match_phrase": {
"tags": "ssh_brute_force_attack"
}
}
],
"minimum_should_match": 1
}
},
"$state": {
"store": "appState"
}
}
]
}
Do i have to create them again or is there a possibility to bring them back to life?