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"
Join Lazar for a hands-on session where you’ll build it, break it, debug it, and fix it. You’ll set up Sentry, track errors, use Session Replay and Tracing, and leverage some good ol’ AI to find and fix issues fast.
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
Top comments (0)