curl -X GET "localhost:9200/test/_segments?pretty"
curl -X GET "localhost:9200/test/_segments?verbose=true&pretty"
Indices Recovery
curl -X GET "localhost:9200/_recovery?human&pretty"
curl -X GET "localhost:9200/_recovery?human&detailed=true&pretty"
Indices Shard Stores
# return information of only index test
curl -X GET "localhost:9200/test/_shard_stores?pretty"
# return information of only test1 and test2 indices
curl -X GET "localhost:9200/test1,test2/_shard_stores?pretty"
# return information of all indices
curl -X GET "localhost:9200/_shard_stores?pretty"
Clear Cache
curl -X POST "localhost:9200/twitter/_cache/clear?pretty"
Flush
curl -X POST "localhost:9200/twitter/_flush?pretty"
Synced Flush
curl -X POST "localhost:9200/twitter/_flush/synced?pretty"
Refresh
curl -X POST "localhost:9200/twitter/_refresh?pretty"
Force Merge
curl -X POST "localhost:9200/twitter/_forcemerge?pretty"
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)