Hi Team
I have used following method to import index from (IngestionDemo 172.24.36.216) to Elasticdemo (172.24.36.204) . Now I need to verify all the indexes are available in ElasticDemo (172.24.36.204)
Could you please let me know how can I do this .
elasticdump --input=http://172.24.36.216:9200/_all --output=http://localhost:9200/ --type=mapping --limit=100
elasticdump --input=http://172.24.36.216:9200/_all --output=hhttp://localhost:9200/ --type=data --limit=100
Thank you,
Nuwan