Finding lucene index id for a pattern

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?

For everybody else that wants to know the answer, you can find the newly created pattern index ID in the url of kibana when you click on that index pattern inside of the Management section :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.