I'm updating logstash filters, that will make large changes to the index. I would like to see what visualizations are reading from this index before pushing the change. Is there a way to find a visualization to index corellation?
One way is to search for the index names (manually using any text editor) in the .json that you obtain from Administration > Saved Objects > Visualizations > Export Everything
That works great, thanks!