Hello everybody!. I was working with kibana and Elastic and I had to remove an index and his associated pattern due to some changes. Later on the index was re created and I manually created the index pattern again.
The problem is that I had some visualizations created for that index and now I'm getting the following error:
Could not locate that index-pattern (id: c2fb1970-85de-11e8-9bd4-9720ed5e2c56), click here to re-create it
Is there a way I can find the id that lucene has assigned to the newly created index so I can put that in the kibanaSavedObjectMeta.searchSourceJSON file displayed?