Our kibana index was reindexed and it had a name ".kibana-6"
Initially we used to get all visualizations via command
localhost:9200/.kibana/visualization/_search?pretty
But now the index is changed and the following command does not work
localhost:9200/.kibana-6/doc/_search?q=type:visualization&pretty
How can we now query to receive all visualizations from kibana-6 index