List Index / Indices
curl -X GET 'http://localhost:9200/_cat/indices?v'
Delete Index
curl -X DELETE 'http://localhost:9200/nama_index'
Melihat Isi Index
curl -X GET 'http://localhost:9200/mikrotik-*/_search?pretty'
List Index / Indices
curl -X GET 'http://localhost:9200/_cat/indices?v'
Delete Index
curl -X DELETE 'http://localhost:9200/nama_index'
Melihat Isi Index
curl -X GET 'http://localhost:9200/mikrotik-*/_search?pretty'