Last active
April 23, 2020 13:55
-
-
Save R3dian/db9840aa140359cdbe3d2e09bcd8f4c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*GET /* | |
{ | |
"name" : "rpQNL_D", | |
"cluster_name" : "elasticsearch", | |
"cluster_uuid" : "8DTkqfJnTPyP7T3O7yJShg", | |
"version" : { | |
"number" : "5.6.0", | |
"build_hash" : "781a835", | |
"build_date" : "2017-09-07T03:09:58.087Z", | |
"build_snapshot" : false, | |
"lucene_version" : "6.6.0" | |
}, | |
"tagline" : "You Know, for Search" | |
} | |
*GET /_cat/nodes?v* | |
ip heap.percent ram.percent cpu load_1m load_5m load_15m node.role master name | |
127.0.0.1 10 90 2 0.10 0.13 0.09 mdi * rpQNL_D | |
*GET /_cat/health?v* | |
epoch timestamp cluster status node.total node.data shards pri relo init unassign pending_tasks max_task_wait_time active_shards_percent | |
1587649800 15:50:00 elasticsearch red 1 1 3 3 0 0 12 0 - 20.0% | |
*GET _cat/indices?v* | |
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size | |
red open 291397e0dbf7e4bdad5ec5d650727621_shared eSMws335QZ6VobwcXw4FwQ 5 2 226065 54668 398.6mb 398.6mb | |
*GET /_cat/shards?v* | |
index shard prirep state docs store ip node | |
291397e0dbf7e4bdad5ec5d650727621_shared 1 p STARTED 75390 131.8mb 127.0.0.1 rpQNL_D | |
291397e0dbf7e4bdad5ec5d650727621_shared 1 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 1 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 4 p UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 4 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 4 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 3 p STARTED 75101 133.2mb 127.0.0.1 rpQNL_D | |
291397e0dbf7e4bdad5ec5d650727621_shared 3 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 3 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 2 p STARTED 75574 133.5mb 127.0.0.1 rpQNL_D | |
291397e0dbf7e4bdad5ec5d650727621_shared 2 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 2 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 0 p UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 0 r UNASSIGNED | |
291397e0dbf7e4bdad5ec5d650727621_shared 0 r UNASSIGNED |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment