Skip to content

Instantly share code, notes, and snippets.

@chrisronline
Created March 22, 2019 14:08
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 chrisronline/fdf4f549d4e96cdda06e7b20cf88ce2a to your computer and use it in GitHub Desktop.
Save chrisronline/fdf4f549d4e96cdda06e7b20cf88ce2a to your computer and use it in GitHub Desktop.
{
"order" : 0,
"version" : 7000099,
"index_patterns" : [
".monitoring-kibana-7-*"
],
"settings" : {
"index" : {
"format" : "7",
"codec" : "best_compression",
"number_of_shards" : "1",
"auto_expand_replicas" : "0-1",
"number_of_replicas" : "0"
}
},
"mappings" : {
"dynamic" : false,
"properties" : {
"cluster_uuid" : {
"type" : "keyword"
},
"timestamp" : {
"type" : "date",
"format" : "date_time"
},
"interval_ms" : {
"type" : "long"
},
"type" : {
"type" : "keyword"
},
"source_node" : {
"properties" : {
"uuid" : {
"type" : "keyword"
},
"host" : {
"type" : "keyword"
},
"transport_address" : {
"type" : "keyword"
},
"ip" : {
"type" : "keyword"
},
"name" : {
"type" : "keyword"
},
"timestamp" : {
"type" : "date",
"format" : "date_time"
}
}
},
"kibana_stats" : {
"properties" : {
"usage": {
"properties": {
"index": {
"type": "keyword"
}
}
},
"kibana" : {
"properties" : {
"uuid" : {
"type" : "keyword"
},
"name" : {
"type" : "keyword"
},
"host" : {
"type" : "keyword"
},
"transport_address" : {
"type" : "keyword"
},
"version" : {
"type" : "keyword"
},
"snapshot" : {
"type" : "boolean"
},
"status" : {
"type" : "keyword"
},
"statuses" : {
"properties" : {
"name" : {
"type" : "keyword"
},
"state" : {
"type" : "keyword"
}
}
}
}
},
"cloud" : {
"properties" : {
"name" : {
"type" : "keyword"
},
"id" : {
"type" : "keyword"
},
"vm_type" : {
"type" : "keyword"
},
"region" : {
"type" : "keyword"
},
"zone" : {
"type" : "keyword"
},
"metadata" : {
"type" : "object"
}
}
},
"os" : {
"properties" : {
"load" : {
"properties" : {
"1m" : {
"type" : "half_float"
},
"5m" : {
"type" : "half_float"
},
"15m" : {
"type" : "half_float"
}
}
},
"memory" : {
"properties" : {
"total_in_bytes" : {
"type" : "float"
},
"free_in_bytes" : {
"type" : "float"
},
"used_in_bytes" : {
"type" : "float"
}
}
},
"uptime_in_millis" : {
"type" : "long"
}
}
},
"process" : {
"properties" : {
"memory" : {
"properties" : {
"heap" : {
"properties" : {
"total_in_bytes" : {
"type" : "float"
},
"used_in_bytes" : {
"type" : "float"
},
"size_limit" : {
"type" : "float"
}
}
},
"resident_set_size_in_bytes" : {
"type" : "float"
}
}
},
"event_loop_delay" : {
"type" : "float"
},
"uptime_in_millis" : {
"type" : "long"
}
}
},
"sockets" : {
"properties" : {
"http" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"https" : {
"properties" : {
"total" : {
"type" : "long"
}
}
}
}
},
"timestamp" : {
"type" : "date"
},
"requests" : {
"properties" : {
"disconnects" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"status_codes" : {
"type" : "object"
}
}
},
"response_times" : {
"properties" : {
"average" : {
"type" : "float"
},
"max" : {
"type" : "float"
}
}
},
"concurrent_connections" : {
"type" : "long"
}
}
}
}
},
"aliases" : { }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment