Skip to content

Instantly share code, notes, and snippets.

@chrisronline
Last active August 4, 2020 17:16
Show Gist options
  • Save chrisronline/abcb27a2cca09fd542ef7b042984f005 to your computer and use it in GitHub Desktop.
Save chrisronline/abcb27a2cca09fd542ef7b042984f005 to your computer and use it in GitHub Desktop.
{
"properties": {
"type": {
"type": "keyword"
},
"cluster_uuid": {
"type": "keyword"
},
"kibana_stats": {
"properties": {
"timestamp": {
"type": "date"
},
"response_times": {
"properties": {
"max": {
"type": "float"
},
"average": {
"type": "float"
}
}
},
"process": {
"properties": {
"memory": {
"properties": {
"resident_set_size_in_bytes": {
"type": "float"
},
"heap": {
"properties": {
"size_limit": {
"type": "float"
}
}
}
}
},
"event_loop_delay": {
"type": "float"
}
}
},
"concurrent_connections": {
"type": "long"
},
"requests": {
"properties": {
"total": {
"type": "long"
},
"disconnects": {
"type": "long"
}
}
},
"kibana": {
"properties": {
"uuid": {
"type": "keyword"
},
"status": {
"type": "keyword"
},
"version": {
"type": "keyword"
}
}
},
"os": {
"properties": {
"load": {
"properties": {
"15m": {
"type": "half_float"
},
"5m": {
"type": "half_float"
},
"1m": {
"type": "half_float"
}
}
}
}
},
"usage": {
"properties": {
"index": {
"type": "keyword"
}
}
}
}
},
"timestamp": {
"type": "date",
"format": "date_time"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment