Skip to content

Instantly share code, notes, and snippets.

@rockybean
Created January 22, 2019 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rockybean/263978092d03eda669d2449a26a627c5 to your computer and use it in GitHub Desktop.
Save rockybean/263978092d03eda669d2449a26a627c5 to your computer and use it in GitHub Desktop.
elasticsearch node stats fs
{
"_nodes": {
"total": 3,
"successful": 3,
"failed": 0
},
"cluster_name": "61657d98b1454298aac2fefbb2f00e91",
"nodes": {
"pQdNfyCJQC2lvG5wxmtWig": {
"timestamp": 1548169455122,
"name": "instance-0000000004",
"transport_address": "172.31.5.83:19812",
"host": "172.31.5.83",
"ip": "172.31.5.83:19812",
"roles": [
"master",
"data",
"ingest"
],
"attributes": {
"logical_availability_zone": "zone-0",
"availability_zone": "MY_ZONE-3",
"server_name": "instance-0000000004.61657d98b1454298aac2fefbb2f00e91",
"region": "unknown-region",
"instance_configuration": "data.default"
},
"fs": {
"timestamp": 1548169455123,
"total": {
"total_in_bytes": 322110992384,
"free_in_bytes": 315065851904,
"available_in_bytes": 315065851904
},
"data": [
{
"path": "/app/data/nodes/0",
"mount": "QuotaAwareFileStore(/app (/dev/xvda1))",
"type": "xfs",
"total_in_bytes": 322110992384,
"free_in_bytes": 315065851904,
"available_in_bytes": 315065851904
}
],
"io_stats": {}
}
},
"ZYYDtTq5RC-uhG6fbqBwwg": {
"timestamp": 1548169455097,
"name": "instance-0000000005",
"transport_address": "172.31.27.255:19731",
"host": "172.31.27.255",
"ip": "172.31.27.255:19731",
"roles": [
"master",
"data",
"ingest"
],
"attributes": {
"logical_availability_zone": "zone-1",
"availability_zone": "MY_ZONE-1",
"server_name": "instance-0000000005.61657d98b1454298aac2fefbb2f00e91",
"region": "unknown-region",
"instance_configuration": "data.default"
},
"fs": {
"timestamp": 1548169455097,
"total": {
"total_in_bytes": 322110992384,
"free_in_bytes": 315501543424,
"available_in_bytes": 315501543424
},
"data": [
{
"path": "/app/data/nodes/0",
"mount": "QuotaAwareFileStore(/app (/dev/xvda1))",
"type": "xfs",
"total_in_bytes": 322110992384,
"free_in_bytes": 315501543424,
"available_in_bytes": 315501543424
}
],
"io_stats": {}
}
},
"skcKw7zLTCqp9Ax2xov_ow": {
"timestamp": 1548169455121,
"name": "instance-0000000006",
"transport_address": "172.31.13.85:19791",
"host": "172.31.13.85",
"ip": "172.31.13.85:19791",
"roles": [
"master",
"data",
"ingest"
],
"attributes": {
"logical_availability_zone": "zone-2",
"availability_zone": "MY_ZONE-2",
"server_name": "instance-0000000006.61657d98b1454298aac2fefbb2f00e91",
"region": "unknown-region",
"instance_configuration": "data.default"
},
"fs": {
"timestamp": 1548169455122,
"total": {
"total_in_bytes": 322110992384,
"free_in_bytes": 316174004224,
"available_in_bytes": 316174004224
},
"data": [
{
"path": "/app/data/nodes/0",
"mount": "QuotaAwareFileStore(/app (/dev/xvda1))",
"type": "xfs",
"total_in_bytes": 322110992384,
"free_in_bytes": 316174004224,
"available_in_bytes": 316174004224
}
],
"io_stats": {}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment