Skip to content

Instantly share code, notes, and snippets.

@Paladin
Created July 31, 2018 20:06
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 Paladin/d0ff4402c40364270130a12ee278719a to your computer and use it in GitHub Desktop.
Save Paladin/d0ff4402c40364270130a12ee278719a to your computer and use it in GitHub Desktop.
metricbeat-6.3.2
{
"metricbeat-6.3.2" : {
"order" : 1,
"index_patterns" : [
"metricbeat-6.3.2-*"
],
"settings" : {
"index" : {
"codec" : "best_compression",
"mapping" : {
"total_fields" : {
"limit" : "10000"
}
},
"refresh_interval" : "5s",
"number_of_routing_shards" : "30",
"number_of_shards" : "1"
}
},
"mappings" : {
"doc" : {
"properties" : {
"beat" : {
"properties" : {
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"timezone" : {
"type" : "keyword",
"ignore_above" : 1024
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"kafka" : {
"properties" : {
"consumergroup" : {
"properties" : {
"client" : {
"properties" : {
"id" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"member_id" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"broker" : {
"properties" : {
"id" : {
"type" : "long"
},
"address" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"topic" : {
"type" : "keyword",
"ignore_above" : 1024
},
"partition" : {
"type" : "long"
},
"offset" : {
"type" : "long"
},
"meta" : {
"type" : "text",
"norms" : false
},
"error" : {
"properties" : {
"code" : {
"type" : "long"
}
}
}
}
},
"partition" : {
"properties" : {
"broker" : {
"properties" : {
"id" : {
"type" : "long"
},
"address" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"offset" : {
"properties" : {
"newest" : {
"type" : "long"
},
"oldest" : {
"type" : "long"
}
}
},
"partition" : {
"properties" : {
"id" : {
"type" : "long"
},
"leader" : {
"type" : "long"
},
"replica" : {
"type" : "long"
},
"insync_replica" : {
"type" : "boolean"
},
"error" : {
"properties" : {
"code" : {
"type" : "long"
}
}
}
}
},
"topic" : {
"properties" : {
"error" : {
"properties" : {
"code" : {
"type" : "long"
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
}
}
},
"zookeeper" : {
"properties" : {
"mntr" : {
"properties" : {
"server_state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"latency" : {
"properties" : {
"avg" : {
"type" : "long"
},
"max" : {
"type" : "long"
},
"min" : {
"type" : "long"
}
}
},
"followers" : {
"type" : "long"
},
"num_alive_connections" : {
"type" : "long"
},
"open_file_descriptor_count" : {
"type" : "long"
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"ephemerals_count" : {
"type" : "long"
},
"max_file_descriptor_count" : {
"type" : "long"
},
"packets" : {
"properties" : {
"received" : {
"type" : "long"
},
"sent" : {
"type" : "long"
}
}
},
"synced_followers" : {
"type" : "long"
},
"approximate_data_size" : {
"type" : "long"
},
"pending_syncs" : {
"type" : "long"
},
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"outstanding_requests" : {
"type" : "long"
},
"watch_count" : {
"type" : "long"
},
"znode_count" : {
"type" : "long"
}
}
}
}
},
"error" : {
"properties" : {
"message" : {
"type" : "text",
"norms" : false
},
"code" : {
"type" : "long"
},
"type" : {
"ignore_above" : 1024,
"type" : "keyword"
}
}
},
"docker" : {
"properties" : {
"image" : {
"properties" : {
"id" : {
"properties" : {
"current" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"parent" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"created" : {
"type" : "date"
},
"size" : {
"properties" : {
"virtual" : {
"type" : "long"
},
"regular" : {
"type" : "long"
}
}
},
"labels" : {
"type" : "object"
}
}
},
"info" : {
"properties" : {
"containers" : {
"properties" : {
"paused" : {
"type" : "long"
},
"running" : {
"type" : "long"
},
"stopped" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"images" : {
"type" : "long"
}
}
},
"memory" : {
"properties" : {
"usage" : {
"properties" : {
"max" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"total" : {
"type" : "long"
}
}
},
"fail" : {
"properties" : {
"count" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"limit" : {
"type" : "long"
},
"rss" : {
"properties" : {
"total" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"network" : {
"properties" : {
"interface" : {
"type" : "keyword",
"ignore_above" : 1024
},
"in" : {
"properties" : {
"dropped" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
}
}
},
"out" : {
"properties" : {
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
},
"dropped" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"inbound" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
}
}
},
"outbound" : {
"properties" : {
"dropped" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
}
}
}
}
},
"container" : {
"properties" : {
"created" : {
"type" : "date"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
},
"size" : {
"properties" : {
"root_fs" : {
"type" : "long"
},
"rw" : {
"type" : "long"
}
}
},
"id" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"image" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"labels" : {
"type" : "object"
},
"command" : {
"type" : "keyword",
"ignore_above" : 1024
},
"ip_addresses" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"cpu" : {
"properties" : {
"core" : {
"properties" : {
"*" : {
"properties" : {
"ticks" : {
"type" : "object"
},
"pct" : {
"type" : "object"
}
}
}
}
},
"kernel" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"user" : {
"properties" : {
"ticks" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"total" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"diskio" : {
"properties" : {
"writes" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
},
"summary" : {
"properties" : {
"rate" : {
"type" : "long"
},
"ops" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
}
}
},
"total" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"read" : {
"properties" : {
"ops" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
},
"rate" : {
"type" : "long"
}
}
},
"reads" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"write" : {
"properties" : {
"ops" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
},
"rate" : {
"type" : "long"
}
}
}
}
},
"healthcheck" : {
"properties" : {
"failingstreak" : {
"type" : "long"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
},
"event" : {
"properties" : {
"end_date" : {
"type" : "date"
},
"start_date" : {
"type" : "date"
},
"output" : {
"type" : "keyword",
"ignore_above" : 1024
},
"exit_code" : {
"type" : "long"
}
}
}
}
}
}
},
"dropwizard" : {
"properties" : { }
},
"munin" : {
"properties" : { }
},
"mysql" : {
"properties" : {
"status" : {
"properties" : {
"bytes" : {
"properties" : {
"received" : {
"type" : "long"
},
"sent" : {
"type" : "long"
}
}
},
"threads" : {
"properties" : {
"cached" : {
"type" : "long"
},
"created" : {
"type" : "long"
},
"connected" : {
"type" : "long"
},
"running" : {
"type" : "long"
}
}
},
"connections" : {
"type" : "long"
},
"created" : {
"properties" : {
"tmp" : {
"properties" : {
"disk_tables" : {
"type" : "long"
},
"files" : {
"type" : "long"
},
"tables" : {
"type" : "long"
}
}
}
}
},
"open" : {
"properties" : {
"files" : {
"type" : "long"
},
"streams" : {
"type" : "long"
},
"tables" : {
"type" : "long"
}
}
},
"command" : {
"properties" : {
"delete" : {
"type" : "long"
},
"insert" : {
"type" : "long"
},
"select" : {
"type" : "long"
},
"update" : {
"type" : "long"
}
}
},
"aborted" : {
"properties" : {
"clients" : {
"type" : "long"
},
"connects" : {
"type" : "long"
}
}
},
"binlog" : {
"properties" : {
"cache" : {
"properties" : {
"disk_use" : {
"type" : "long"
},
"use" : {
"type" : "long"
}
}
}
}
},
"delayed" : {
"properties" : {
"errors" : {
"type" : "long"
},
"insert_threads" : {
"type" : "long"
},
"writes" : {
"type" : "long"
}
}
},
"flush_commands" : {
"type" : "long"
},
"max_used_connections" : {
"type" : "long"
},
"opened_tables" : {
"type" : "long"
}
}
}
}
},
"postgresql" : {
"properties" : {
"activity" : {
"properties" : {
"client" : {
"properties" : {
"address" : {
"type" : "keyword",
"ignore_above" : 1024
},
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"port" : {
"type" : "long"
}
}
},
"backend_start" : {
"type" : "date"
},
"state_change" : {
"type" : "date"
},
"waiting" : {
"type" : "boolean"
},
"application_name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"pid" : {
"type" : "long"
},
"user" : {
"properties" : {
"id" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"transaction_start" : {
"type" : "date"
},
"query_start" : {
"type" : "date"
},
"state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"query" : {
"type" : "keyword",
"ignore_above" : 1024
},
"database" : {
"properties" : {
"oid" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"bgwriter" : {
"properties" : {
"checkpoints" : {
"properties" : {
"scheduled" : {
"type" : "long"
},
"requested" : {
"type" : "long"
},
"times" : {
"properties" : {
"sync" : {
"properties" : {
"ms" : {
"type" : "float"
}
}
},
"write" : {
"properties" : {
"ms" : {
"type" : "float"
}
}
}
}
}
}
},
"buffers" : {
"properties" : {
"checkpoints" : {
"type" : "long"
},
"clean" : {
"type" : "long"
},
"clean_full" : {
"type" : "long"
},
"backend" : {
"type" : "long"
},
"backend_fsync" : {
"type" : "long"
},
"allocated" : {
"type" : "long"
}
}
},
"stats_reset" : {
"type" : "date"
}
}
},
"database" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"rows" : {
"properties" : {
"inserted" : {
"type" : "long"
},
"updated" : {
"type" : "long"
},
"deleted" : {
"type" : "long"
},
"returned" : {
"type" : "long"
},
"fetched" : {
"type" : "long"
}
}
},
"temporary" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"files" : {
"type" : "long"
}
}
},
"deadlocks" : {
"type" : "long"
},
"oid" : {
"type" : "long"
},
"number_of_backends" : {
"type" : "long"
},
"transactions" : {
"properties" : {
"commit" : {
"type" : "long"
},
"rollback" : {
"type" : "long"
}
}
},
"blocks" : {
"properties" : {
"read" : {
"type" : "long"
},
"hit" : {
"type" : "long"
},
"time" : {
"properties" : {
"read" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
}
}
}
}
},
"conflicts" : {
"type" : "long"
},
"stats_reset" : {
"type" : "date"
}
}
}
}
},
"rabbitmq" : {
"properties" : {
"connection" : {
"properties" : {
"port" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"channels" : {
"type" : "long"
},
"channel_max" : {
"type" : "long"
},
"frame_max" : {
"type" : "long"
},
"type" : {
"type" : "keyword",
"ignore_above" : 1024
},
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"vhost" : {
"type" : "keyword",
"ignore_above" : 1024
},
"user" : {
"type" : "keyword",
"ignore_above" : 1024
},
"node" : {
"type" : "keyword",
"ignore_above" : 1024
},
"peer" : {
"properties" : {
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"port" : {
"type" : "long"
}
}
},
"packet_count" : {
"properties" : {
"sent" : {
"type" : "long"
},
"received" : {
"type" : "long"
},
"pending" : {
"type" : "long"
}
}
},
"octet_count" : {
"properties" : {
"sent" : {
"type" : "long"
},
"received" : {
"type" : "long"
}
}
}
}
},
"node" : {
"properties" : {
"disk" : {
"properties" : {
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"socket" : {
"properties" : {
"total" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
},
"processors" : {
"type" : "long"
},
"uptime" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"proc" : {
"properties" : {
"used" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"msg" : {
"properties" : {
"store_write" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"store_read" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
},
"queue" : {
"properties" : {
"index" : {
"properties" : {
"journal_write" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"read" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
}
}
},
"run" : {
"properties" : {
"queue" : {
"type" : "long"
}
}
},
"fd" : {
"properties" : {
"total" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
},
"io" : {
"properties" : {
"file_handle" : {
"properties" : {
"open_attempt" : {
"properties" : {
"avg" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
}
}
},
"read" : {
"properties" : {
"avg" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"bytes" : {
"type" : "long"
},
"count" : {
"type" : "long"
}
}
},
"reopen" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"seek" : {
"properties" : {
"avg" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"sync" : {
"properties" : {
"avg" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"count" : {
"type" : "long"
},
"avg" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"bytes" : {
"type" : "long"
}
}
}
}
},
"mnesia" : {
"properties" : {
"disk" : {
"properties" : {
"tx" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
},
"ram" : {
"properties" : {
"tx" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
}
}
},
"type" : {
"type" : "keyword",
"ignore_above" : 1024
},
"gc" : {
"properties" : {
"reclaimed" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"num" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
},
"mem" : {
"properties" : {
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"queue" : {
"properties" : {
"exclusive" : {
"type" : "boolean"
},
"arguments" : {
"properties" : {
"max_priority" : {
"type" : "long"
}
}
},
"memory" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"consumers" : {
"properties" : {
"count" : {
"type" : "long"
},
"utilisation" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"messages" : {
"properties" : {
"total" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"ready" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"unacknowledged" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"persistent" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"vhost" : {
"type" : "keyword",
"ignore_above" : 1024
},
"durable" : {
"type" : "boolean"
},
"auto_delete" : {
"type" : "boolean"
},
"node" : {
"type" : "keyword",
"ignore_above" : 1024
},
"state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"disk" : {
"properties" : {
"writes" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"reads" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"fields" : {
"type" : "object"
},
"elasticsearch" : {
"properties" : {
"cluster" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"node" : {
"properties" : {
"jvm" : {
"properties" : {
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"memory" : {
"properties" : {
"heap" : {
"properties" : {
"init" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"nonheap" : {
"properties" : {
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"init" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"process" : {
"properties" : {
"mlockall" : {
"type" : "boolean"
}
}
},
"stats" : {
"properties" : {
"indices" : {
"properties" : {
"docs" : {
"properties" : {
"count" : {
"type" : "long"
},
"deleted" : {
"type" : "long"
}
}
},
"segments" : {
"properties" : {
"count" : {
"type" : "long"
},
"memory" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"store" : {
"properties" : {
"size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"jvm" : {
"properties" : {
"mem" : {
"properties" : {
"pools" : {
"properties" : {
"survivor" : {
"properties" : {
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak_max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"old" : {
"properties" : {
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak_max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"young" : {
"properties" : {
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"peak_max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"gc" : {
"properties" : {
"collectors" : {
"properties" : {
"old" : {
"properties" : {
"collection" : {
"properties" : {
"count" : {
"type" : "long"
},
"ms" : {
"type" : "long"
}
}
}
}
},
"young" : {
"properties" : {
"collection" : {
"properties" : {
"count" : {
"type" : "long"
},
"ms" : {
"type" : "long"
}
}
}
}
}
}
}
}
}
}
},
"fs" : {
"properties" : {
"summary" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"graphite" : {
"properties" : {
"server" : {
"properties" : {
"example" : {
"ignore_above" : 1024,
"type" : "keyword"
}
}
}
}
},
"jolokia" : {
"properties" : { }
},
"nginx" : {
"properties" : {
"stubstatus" : {
"properties" : {
"active" : {
"type" : "long"
},
"handled" : {
"type" : "long"
},
"requests" : {
"type" : "long"
},
"writing" : {
"type" : "long"
},
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"dropped" : {
"type" : "long"
},
"current" : {
"type" : "long"
},
"reading" : {
"type" : "long"
},
"waiting" : {
"type" : "long"
},
"accepts" : {
"type" : "long"
}
}
}
}
},
"host" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"architecture" : {
"type" : "keyword",
"ignore_above" : 1024
},
"os" : {
"properties" : {
"platform" : {
"type" : "keyword",
"ignore_above" : 1024
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"family" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"kubernetes" : {
"properties" : {
"annotations" : {
"type" : "object"
},
"deployment" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"paused" : {
"type" : "boolean"
},
"replicas" : {
"properties" : {
"desired" : {
"type" : "long"
},
"available" : {
"type" : "long"
},
"unavailable" : {
"type" : "long"
},
"updated" : {
"type" : "long"
}
}
}
}
},
"replicaset" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"replicas" : {
"properties" : {
"available" : {
"type" : "long"
},
"desired" : {
"type" : "long"
},
"ready" : {
"type" : "long"
},
"observed" : {
"type" : "long"
},
"labeled" : {
"type" : "long"
}
}
}
}
},
"volume" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"fs" : {
"properties" : {
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inodes" : {
"properties" : {
"free" : {
"type" : "long"
},
"count" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
}
}
}
}
},
"pod" : {
"properties" : {
"memory" : {
"properties" : {
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"node" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"limit" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
}
}
},
"ip" : {
"type" : "ip"
},
"host_ip" : {
"type" : "ip"
},
"status" : {
"properties" : {
"phase" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"ready" : {
"type" : "keyword",
"ignore_above" : 1024
},
"scheduled" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"start_time" : {
"type" : "date"
},
"network" : {
"properties" : {
"rx" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"errors" : {
"type" : "long"
}
}
},
"tx" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"errors" : {
"type" : "long"
}
}
}
}
},
"cpu" : {
"properties" : {
"usage" : {
"properties" : {
"nanocores" : {
"type" : "long"
},
"node" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"limit" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
}
}
}
}
},
"namespace" : {
"type" : "keyword",
"ignore_above" : 1024
},
"node" : {
"properties" : {
"start_time" : {
"type" : "date"
},
"fs" : {
"properties" : {
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inodes" : {
"properties" : {
"count" : {
"type" : "long"
},
"free" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
},
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"runtime" : {
"properties" : {
"imagefs" : {
"properties" : {
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"pod" : {
"properties" : {
"allocatable" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"capacity" : {
"properties" : {
"total" : {
"type" : "long"
}
}
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"allocatable" : {
"properties" : {
"cores" : {
"type" : "float"
}
}
},
"capacity" : {
"properties" : {
"cores" : {
"type" : "long"
}
}
},
"usage" : {
"properties" : {
"nanocores" : {
"type" : "long"
},
"core" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
}
}
}
}
},
"memory" : {
"properties" : {
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"workingset" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pagefaults" : {
"type" : "long"
},
"majorpagefaults" : {
"type" : "long"
},
"allocatable" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"network" : {
"properties" : {
"tx" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"errors" : {
"type" : "long"
}
}
},
"rx" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"errors" : {
"type" : "long"
}
}
}
}
},
"status" : {
"properties" : {
"ready" : {
"type" : "keyword",
"ignore_above" : 1024
},
"unschedulable" : {
"type" : "boolean"
}
}
}
}
},
"labels" : {
"type" : "object"
},
"container" : {
"properties" : {
"name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"image" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"usage" : {
"properties" : {
"core" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"nanocores" : {
"type" : "long"
},
"node" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"limit" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"limit" : {
"properties" : {
"nanocores" : {
"type" : "long"
}
}
},
"request" : {
"properties" : {
"nanocores" : {
"type" : "long"
}
}
}
}
},
"logs" : {
"properties" : {
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inodes" : {
"properties" : {
"count" : {
"type" : "long"
},
"free" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
}
}
},
"status" : {
"properties" : {
"phase" : {
"type" : "keyword",
"ignore_above" : 1024
},
"ready" : {
"type" : "boolean"
},
"restarts" : {
"type" : "long"
}
}
},
"start_time" : {
"type" : "date"
},
"memory" : {
"properties" : {
"workingset" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pagefaults" : {
"type" : "long"
},
"majorpagefaults" : {
"type" : "long"
},
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"request" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"usage" : {
"properties" : {
"limit" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"bytes" : {
"type" : "long"
},
"node" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"rootfs" : {
"properties" : {
"capacity" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inodes" : {
"properties" : {
"used" : {
"type" : "long"
}
}
}
}
},
"id" : {
"ignore_above" : 1024,
"type" : "keyword"
}
}
},
"event" : {
"properties" : {
"type" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"metadata" : {
"properties" : {
"namespace" : {
"type" : "keyword",
"ignore_above" : 1024
},
"resource_version" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"uid" : {
"type" : "keyword",
"ignore_above" : 1024
},
"self_link" : {
"type" : "keyword",
"ignore_above" : 1024
},
"timestamp" : {
"properties" : {
"created" : {
"type" : "date"
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"involved_object" : {
"properties" : {
"api_version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"kind" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"resource_version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"uid" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"count" : {
"type" : "long"
},
"message" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"reason" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"statefulset" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"created" : {
"type" : "long"
},
"replicas" : {
"properties" : {
"observed" : {
"type" : "long"
},
"desired" : {
"type" : "long"
}
}
},
"generation" : {
"properties" : {
"desired" : {
"type" : "long"
},
"observed" : {
"type" : "long"
}
}
}
}
},
"system" : {
"properties" : {
"container" : {
"type" : "keyword",
"ignore_above" : 1024
},
"start_time" : {
"type" : "date"
},
"cpu" : {
"properties" : {
"usage" : {
"properties" : {
"core" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"nanocores" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"workingset" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pagefaults" : {
"type" : "long"
},
"majorpagefaults" : {
"type" : "long"
}
}
}
}
}
}
},
"golang" : {
"properties" : {
"expvar" : {
"properties" : {
"cmdline" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"heap" : {
"properties" : {
"cmdline" : {
"type" : "keyword",
"ignore_above" : 1024
},
"gc" : {
"properties" : {
"pause" : {
"properties" : {
"count" : {
"type" : "long"
},
"sum" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"max" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"avg" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
}
}
},
"total_pause" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"total_count" : {
"type" : "long"
},
"next_gc_limit" : {
"type" : "long"
},
"cpu_fraction" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"total" : {
"type" : "long"
},
"obtained" : {
"type" : "long"
},
"stack" : {
"type" : "long"
},
"released" : {
"type" : "long"
}
}
},
"allocations" : {
"properties" : {
"objects" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"allocated" : {
"type" : "long"
},
"idle" : {
"type" : "long"
},
"active" : {
"type" : "long"
},
"mallocs" : {
"type" : "long"
},
"frees" : {
"type" : "long"
}
}
}
}
}
}
},
"kibana" : {
"properties" : {
"status" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"uuid" : {
"type" : "keyword",
"ignore_above" : 1024
},
"version" : {
"properties" : {
"number" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"status" : {
"properties" : {
"overall" : {
"properties" : {
"state" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"metrics" : {
"properties" : {
"requests" : {
"properties" : {
"disconnects" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"concurrent_connections" : {
"type" : "long"
}
}
}
}
}
}
},
"kvm" : {
"properties" : {
"dommemstat" : {
"properties" : {
"stat" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"value" : {
"type" : "long"
}
}
},
"id" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"php_fpm" : {
"properties" : {
"pool" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"process_manager" : {
"type" : "keyword",
"ignore_above" : 1024
},
"connections" : {
"properties" : {
"accepted" : {
"type" : "long"
},
"queued" : {
"type" : "long"
},
"max_listen_queue" : {
"type" : "long"
},
"listen_queue_len" : {
"type" : "long"
}
}
},
"processes" : {
"properties" : {
"idle" : {
"type" : "long"
},
"active" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"max_active" : {
"type" : "long"
},
"max_children_reached" : {
"type" : "long"
}
}
},
"slow_requests" : {
"type" : "long"
},
"start_since" : {
"type" : "long"
},
"start_time" : {
"type" : "date"
}
}
}
}
},
"system" : {
"properties" : {
"raid" : {
"properties" : {
"disks" : {
"properties" : {
"active" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"blocks" : {
"properties" : {
"total" : {
"type" : "long"
},
"synced" : {
"type" : "long"
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"activity_state" : {
"ignore_above" : 1024,
"type" : "keyword"
}
}
},
"uptime" : {
"properties" : {
"duration" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
}
}
},
"core" : {
"properties" : {
"idle" : {
"properties" : {
"ticks" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"iowait" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"irq" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"softirq" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"steal" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"nice" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"user" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"ticks" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"pct" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
},
"ticks" : {
"type" : "long"
}
}
},
"id" : {
"type" : "long"
}
}
},
"diskio" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"serial_number" : {
"type" : "keyword",
"ignore_above" : 1024
},
"read" : {
"properties" : {
"count" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
},
"time" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"count" : {
"type" : "long"
},
"bytes" : {
"type" : "long"
},
"time" : {
"type" : "long"
}
}
},
"io" : {
"properties" : {
"time" : {
"type" : "long"
}
}
},
"iostat" : {
"properties" : {
"read" : {
"properties" : {
"request" : {
"properties" : {
"merges_per_sec" : {
"type" : "float"
},
"per_sec" : {
"type" : "float"
}
}
},
"per_sec" : {
"properties" : {
"bytes" : {
"type" : "float"
}
}
}
}
},
"write" : {
"properties" : {
"request" : {
"properties" : {
"merges_per_sec" : {
"type" : "float"
},
"per_sec" : {
"type" : "float"
}
}
},
"per_sec" : {
"properties" : {
"bytes" : {
"type" : "float"
}
}
}
}
},
"request" : {
"properties" : {
"avg_size" : {
"type" : "float"
}
}
},
"queue" : {
"properties" : {
"avg_size" : {
"type" : "float"
}
}
},
"await" : {
"type" : "float"
},
"service_time" : {
"type" : "float"
},
"busy" : {
"type" : "float"
}
}
}
}
},
"fsstat" : {
"properties" : {
"count" : {
"type" : "long"
},
"total_files" : {
"type" : "long"
},
"total_size" : {
"properties" : {
"free" : {
"type" : "long"
},
"used" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
}
}
},
"load" : {
"properties" : {
"1" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"5" : {
"scaling_factor" : 100,
"type" : "scaled_float"
},
"15" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"norm" : {
"properties" : {
"1" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"5" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"15" : {
"type" : "scaled_float",
"scaling_factor" : 100
}
}
},
"cores" : {
"type" : "long"
}
}
},
"memory" : {
"properties" : {
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"free" : {
"type" : "long"
},
"actual" : {
"properties" : {
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"free" : {
"type" : "long"
}
}
},
"swap" : {
"properties" : {
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"free" : {
"type" : "long"
}
}
},
"hugepages" : {
"properties" : {
"default_size" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "long"
}
}
},
"free" : {
"type" : "long"
},
"reserved" : {
"type" : "long"
},
"surplus" : {
"type" : "long"
}
}
}
}
},
"network" : {
"properties" : {
"name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"out" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"packets" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
}
}
},
"in" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"packets" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
}
}
}
}
},
"process" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cmdline" : {
"type" : "keyword",
"ignore_above" : 1024
},
"username" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cwd" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"start_time" : {
"type" : "date"
},
"user" : {
"properties" : {
"ticks" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"value" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"ticks" : {
"type" : "long"
}
}
}
}
},
"ppid" : {
"type" : "long"
},
"pgid" : {
"type" : "long"
},
"fd" : {
"properties" : {
"open" : {
"type" : "long"
},
"limit" : {
"properties" : {
"soft" : {
"type" : "long"
},
"hard" : {
"type" : "long"
}
}
}
}
},
"cgroup" : {
"properties" : {
"memory" : {
"properties" : {
"path" : {
"type" : "keyword",
"ignore_above" : 1024
},
"mem" : {
"properties" : {
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"failures" : {
"type" : "long"
}
}
},
"memsw" : {
"properties" : {
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"failures" : {
"type" : "long"
}
}
},
"kmem" : {
"properties" : {
"failures" : {
"type" : "long"
},
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"kmem_tcp" : {
"properties" : {
"limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"failures" : {
"type" : "long"
},
"usage" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"stats" : {
"properties" : {
"mapped_file" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pages_in" : {
"type" : "long"
},
"rss_huge" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"hierarchical_memory_limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inactive_file" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"page_faults" : {
"type" : "long"
},
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"unevictable" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"active_file" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"cache" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"hierarchical_memsw_limit" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"inactive_anon" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"swap" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"active_anon" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"major_page_faults" : {
"type" : "long"
},
"pages_out" : {
"type" : "long"
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"blkio" : {
"properties" : {
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"path" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"ios" : {
"type" : "long"
}
}
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"path" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"stats" : {
"properties" : {
"periods" : {
"type" : "long"
},
"throttled" : {
"properties" : {
"periods" : {
"type" : "long"
},
"ns" : {
"type" : "long"
}
}
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"path" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cfs" : {
"properties" : {
"period" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"quota" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"shares" : {
"type" : "long"
}
}
},
"rt" : {
"properties" : {
"period" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"runtime" : {
"properties" : {
"us" : {
"type" : "long"
}
}
}
}
}
}
},
"cpuacct" : {
"properties" : {
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"path" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"stats" : {
"properties" : {
"user" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"ns" : {
"type" : "long"
}
}
}
}
},
"percpu" : {
"type" : "object"
}
}
}
}
},
"state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"pid" : {
"type" : "long"
},
"memory" : {
"properties" : {
"size" : {
"type" : "long"
},
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
}
}
},
"share" : {
"type" : "long"
}
}
},
"env" : {
"type" : "object"
},
"summary" : {
"properties" : {
"idle" : {
"type" : "long"
},
"sleeping" : {
"type" : "long"
},
"stopped" : {
"type" : "long"
},
"zombie" : {
"type" : "long"
},
"unknown" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"running" : {
"type" : "long"
}
}
}
}
},
"socket" : {
"properties" : {
"family" : {
"type" : "keyword",
"ignore_above" : 1024
},
"local" : {
"properties" : {
"ip" : {
"type" : "ip"
},
"port" : {
"type" : "long"
}
}
},
"remote" : {
"properties" : {
"ip" : {
"type" : "ip"
},
"port" : {
"type" : "long"
},
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"etld_plus_one" : {
"type" : "keyword",
"ignore_above" : 1024
},
"host_error" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"process" : {
"properties" : {
"pid" : {
"type" : "long"
},
"command" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cmdline" : {
"type" : "keyword",
"ignore_above" : 1024
},
"exe" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"user" : {
"properties" : {
"id" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"direction" : {
"ignore_above" : 1024,
"type" : "keyword"
}
}
},
"cpu" : {
"properties" : {
"cores" : {
"type" : "long"
},
"user" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"irq" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"value" : {
"type" : "long"
},
"pct" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"nice" : {
"properties" : {
"ticks" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"idle" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"iowait" : {
"properties" : {
"ticks" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"softirq" : {
"properties" : {
"pct" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"ticks" : {
"type" : "long"
}
}
},
"steal" : {
"properties" : {
"ticks" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"norm" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
}
}
},
"filesystem" : {
"properties" : {
"free" : {
"type" : "long"
},
"free_files" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"available" : {
"type" : "long"
},
"mount_point" : {
"type" : "keyword",
"ignore_above" : 1024
},
"files" : {
"type" : "long"
},
"device_name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"type" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"meta" : {
"properties" : {
"cloud" : {
"properties" : {
"machine_type" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"availability_zone" : {
"type" : "keyword",
"ignore_above" : 1024
},
"project_id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"region" : {
"type" : "keyword",
"ignore_above" : 1024
},
"provider" : {
"type" : "keyword",
"ignore_above" : 1024
},
"instance_id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"instance_name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"metricset" : {
"properties" : {
"namespace" : {
"type" : "keyword",
"ignore_above" : 1024
},
"module" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"rtt" : {
"type" : "long"
}
}
},
"type" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"couchbase" : {
"properties" : {
"bucket" : {
"properties" : {
"quota" : {
"properties" : {
"ram" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"use" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"ops_per_sec" : {
"type" : "long"
},
"item_count" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"type" : {
"type" : "keyword",
"ignore_above" : 1024
},
"data" : {
"properties" : {
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"disk" : {
"properties" : {
"fetches" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"cluster" : {
"properties" : {
"max_bucket_count" : {
"type" : "long"
},
"quota" : {
"properties" : {
"index_memory" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"memory" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
}
}
},
"ram" : {
"properties" : {
"quota" : {
"properties" : {
"total" : {
"properties" : {
"value" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"per_node" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"used" : {
"properties" : {
"value" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"per_node" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"value" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"by_data" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"hdd" : {
"properties" : {
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"quota" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"value" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"by_data" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"node" : {
"properties" : {
"swap" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"vb_replica_curr_items" : {
"type" : "long"
},
"cmd_get" : {
"type" : "long"
},
"cpu_utilization_rate" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"current_items" : {
"properties" : {
"value" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"ep_bg_fetched" : {
"type" : "long"
},
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"uptime" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
},
"couch" : {
"properties" : {
"docs" : {
"properties" : {
"disk_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"data_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"spatial" : {
"properties" : {
"data_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"disk_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"views" : {
"properties" : {
"disk_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"data_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"get_hits" : {
"type" : "long"
},
"mcd_memory" : {
"properties" : {
"reserved" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"allocated" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"ops" : {
"type" : "long"
}
}
}
}
},
"memcached" : {
"properties" : {
"stats" : {
"properties" : {
"threads" : {
"type" : "long"
},
"connections" : {
"properties" : {
"current" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"get" : {
"properties" : {
"hits" : {
"type" : "long"
},
"misses" : {
"type" : "long"
}
}
},
"read" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"written" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"evictions" : {
"type" : "long"
},
"pid" : {
"type" : "long"
},
"uptime" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
},
"cmd" : {
"properties" : {
"get" : {
"type" : "long"
},
"set" : {
"type" : "long"
}
}
},
"items" : {
"properties" : {
"current" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
}
}
}
}
},
"mongodb" : {
"properties" : {
"collstats" : {
"properties" : {
"db" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"insert" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"update" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"commands" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"collection" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total" : {
"properties" : {
"count" : {
"type" : "long"
},
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
}
}
},
"lock" : {
"properties" : {
"read" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
}
}
},
"queries" : {
"properties" : {
"count" : {
"type" : "long"
},
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
}
}
},
"getmore" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
},
"remove" : {
"properties" : {
"time" : {
"properties" : {
"us" : {
"type" : "long"
}
}
},
"count" : {
"type" : "long"
}
}
}
}
},
"dbstats" : {
"properties" : {
"file_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"indexes" : {
"type" : "long"
},
"num_extents" : {
"type" : "long"
},
"extent_free_list" : {
"properties" : {
"num" : {
"type" : "long"
},
"size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"objects" : {
"type" : "long"
},
"storage_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"ns_size_mb" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"avg_obj_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"collections" : {
"type" : "long"
},
"data_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"db" : {
"type" : "keyword",
"ignore_above" : 1024
},
"index_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"data_file_version" : {
"properties" : {
"major" : {
"type" : "long"
},
"minor" : {
"type" : "long"
}
}
}
}
},
"status" : {
"properties" : {
"connections" : {
"properties" : {
"current" : {
"type" : "long"
},
"available" : {
"type" : "long"
},
"total_created" : {
"type" : "long"
}
}
},
"network" : {
"properties" : {
"in" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"out" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"requests" : {
"type" : "long"
}
}
},
"opcounters" : {
"properties" : {
"query" : {
"type" : "long"
},
"update" : {
"type" : "long"
},
"delete" : {
"type" : "long"
},
"getmore" : {
"type" : "long"
},
"command" : {
"type" : "long"
},
"insert" : {
"type" : "long"
}
}
},
"wired_tiger" : {
"properties" : {
"concurrent_transactions" : {
"properties" : {
"write" : {
"properties" : {
"out" : {
"type" : "long"
},
"available" : {
"type" : "long"
},
"total_tickets" : {
"type" : "long"
}
}
},
"read" : {
"properties" : {
"out" : {
"type" : "long"
},
"available" : {
"type" : "long"
},
"total_tickets" : {
"type" : "long"
}
}
}
}
},
"cache" : {
"properties" : {
"dirty" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pages" : {
"properties" : {
"read" : {
"type" : "long"
},
"write" : {
"type" : "long"
},
"evicted" : {
"type" : "long"
}
}
},
"maximum" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"log" : {
"properties" : {
"size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"max_file_size" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"flushes" : {
"type" : "long"
},
"writes" : {
"type" : "long"
},
"scans" : {
"type" : "long"
},
"syncs" : {
"type" : "long"
}
}
}
}
},
"uptime" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"extra_info" : {
"properties" : {
"page_faults" : {
"type" : "long"
},
"heap_usage" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"storage_engine" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"journaling" : {
"properties" : {
"compression" : {
"type" : "long"
},
"commits_in_write_lock" : {
"type" : "long"
},
"early_commits" : {
"type" : "long"
},
"times" : {
"properties" : {
"write_to_journal" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"write_to_data_files" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"remap_private_view" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"commits" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"commits_in_write_lock" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"dt" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"prep_log_buffer" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
}
}
},
"commits" : {
"type" : "long"
},
"journaled" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"write_to_data_files" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
}
}
},
"write_backs_queued" : {
"type" : "boolean"
},
"local_time" : {
"type" : "date"
},
"asserts" : {
"properties" : {
"user" : {
"type" : "long"
},
"rollovers" : {
"type" : "long"
},
"regular" : {
"type" : "long"
},
"warning" : {
"type" : "long"
},
"msg" : {
"type" : "long"
}
}
},
"background_flushing" : {
"properties" : {
"total" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"average" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"last" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"last_finished" : {
"type" : "date"
},
"flushes" : {
"type" : "long"
}
}
},
"opcounters_replicated" : {
"properties" : {
"delete" : {
"type" : "long"
},
"getmore" : {
"type" : "long"
},
"command" : {
"type" : "long"
},
"insert" : {
"type" : "long"
},
"query" : {
"type" : "long"
},
"update" : {
"type" : "long"
}
}
},
"memory" : {
"properties" : {
"virtual" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"mapped" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"mapped_with_journal" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
},
"bits" : {
"type" : "long"
},
"resident" : {
"properties" : {
"mb" : {
"type" : "long"
}
}
}
}
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"uwsgi" : {
"properties" : {
"status" : {
"properties" : {
"total" : {
"properties" : {
"requests" : {
"type" : "long"
},
"exceptions" : {
"type" : "long"
},
"write_errors" : {
"type" : "long"
},
"read_errors" : {
"type" : "long"
},
"pid" : {
"type" : "long"
}
}
},
"worker" : {
"properties" : {
"tx" : {
"type" : "long"
},
"avg_rt" : {
"type" : "long"
},
"signals" : {
"type" : "long"
},
"signal_queue" : {
"type" : "long"
},
"running_time" : {
"type" : "long"
},
"respawn_count" : {
"type" : "long"
},
"rss" : {
"type" : "keyword",
"ignore_above" : 1024
},
"vsz" : {
"type" : "long"
},
"requests" : {
"type" : "long"
},
"exceptions" : {
"type" : "long"
},
"harakiri_count" : {
"type" : "long"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
},
"pid" : {
"type" : "long"
},
"accepting" : {
"type" : "long"
},
"delta_requests" : {
"type" : "long"
},
"id" : {
"type" : "long"
}
}
},
"core" : {
"properties" : {
"id" : {
"type" : "long"
},
"worker_pid" : {
"type" : "long"
},
"requests" : {
"properties" : {
"total" : {
"type" : "long"
},
"static" : {
"type" : "long"
},
"routed" : {
"type" : "long"
},
"offloaded" : {
"type" : "long"
}
}
},
"write_errors" : {
"type" : "long"
},
"read_errors" : {
"type" : "long"
}
}
}
}
}
}
},
"ceph" : {
"properties" : {
"osd_df" : {
"properties" : {
"name" : {
"type" : "text",
"norms" : false
},
"device_class" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total" : {
"properties" : {
"byte" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"byte" : {
"type" : "long"
},
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"pg_num" : {
"type" : "long"
},
"id" : {
"type" : "long"
}
}
},
"osd_tree" : {
"properties" : {
"crush_weight" : {
"type" : "float"
},
"depth" : {
"type" : "long"
},
"reweight" : {
"type" : "long"
},
"type_id" : {
"type" : "long"
},
"name" : {
"norms" : false,
"type" : "text"
},
"type" : {
"type" : "keyword",
"ignore_above" : 1024
},
"children" : {
"type" : "text",
"norms" : false
},
"exists" : {
"type" : "boolean"
},
"primary_affinity" : {
"type" : "float"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
},
"device_class" : {
"type" : "keyword",
"ignore_above" : 1024
},
"id" : {
"type" : "long"
},
"father" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"pool_disk" : {
"properties" : {
"id" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"stats" : {
"properties" : {
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"objects" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"kb" : {
"type" : "long"
}
}
}
}
}
}
},
"cluster_disk" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"cluster_health" : {
"properties" : {
"timechecks" : {
"properties" : {
"epoch" : {
"type" : "long"
},
"round" : {
"properties" : {
"value" : {
"type" : "long"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"overall_status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"cluster_status" : {
"properties" : {
"misplace" : {
"properties" : {
"total" : {
"type" : "long"
},
"objects" : {
"type" : "long"
},
"ratio" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"degraded" : {
"properties" : {
"total" : {
"type" : "long"
},
"objects" : {
"type" : "long"
},
"ratio" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"pg" : {
"properties" : {
"data_bytes" : {
"type" : "long"
},
"avail_bytes" : {
"type" : "long"
},
"total_bytes" : {
"type" : "long"
},
"used_bytes" : {
"type" : "long"
}
}
},
"pg_state" : {
"properties" : {
"version" : {
"type" : "long"
},
"state_name" : {
"type" : "long"
},
"count" : {
"type" : "long"
}
}
},
"osd" : {
"properties" : {
"num_up_osds" : {
"type" : "long"
},
"num_in_osds" : {
"type" : "long"
},
"num_remapped_pgs" : {
"type" : "long"
},
"epoch" : {
"type" : "long"
},
"full" : {
"type" : "boolean"
},
"nearfull" : {
"type" : "boolean"
},
"num_osds" : {
"type" : "long"
}
}
},
"version" : {
"type" : "long"
},
"traffic" : {
"properties" : {
"read_op_per_sec" : {
"type" : "long"
},
"write_op_per_sec" : {
"type" : "long"
},
"read_bytes" : {
"type" : "long"
},
"write_bytes" : {
"type" : "long"
}
}
}
}
},
"monitor_health" : {
"properties" : {
"health" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total" : {
"properties" : {
"kb" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"kb" : {
"type" : "long"
}
}
},
"last_updated" : {
"type" : "date"
},
"name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"store_stats" : {
"properties" : {
"log" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"misc" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"sst" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"last_updated" : {
"type" : "long"
}
}
},
"available" : {
"properties" : {
"pct" : {
"type" : "long"
},
"kb" : {
"type" : "long"
}
}
}
}
}
}
},
"haproxy" : {
"properties" : {
"info" : {
"properties" : {
"sockets" : {
"properties" : {
"max" : {
"type" : "long"
}
}
},
"zlib_mem_usage" : {
"properties" : {
"value" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"process_num" : {
"type" : "long"
},
"connection" : {
"properties" : {
"hard_max" : {
"type" : "long"
},
"rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"limit" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"current" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"ssl" : {
"properties" : {
"max" : {
"type" : "long"
},
"current" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"max" : {
"type" : "long"
}
}
},
"requests" : {
"properties" : {
"total" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"idle" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"pid" : {
"type" : "long"
},
"memory" : {
"properties" : {
"max" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"session" : {
"properties" : {
"rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"limit" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
}
}
},
"pipes" : {
"properties" : {
"used" : {
"type" : "long"
},
"free" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"ssl" : {
"properties" : {
"cached_lookups" : {
"type" : "long"
},
"cache_misses" : {
"type" : "long"
},
"rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"limit" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"frontend" : {
"properties" : {
"key_rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"session_reuse" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"backend" : {
"properties" : {
"key_rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
}
}
}
}
},
"run_queue" : {
"type" : "long"
},
"ulimit_n" : {
"type" : "long"
},
"compress" : {
"properties" : {
"bps" : {
"properties" : {
"in" : {
"type" : "long"
},
"out" : {
"type" : "long"
},
"rate_limit" : {
"type" : "long"
}
}
}
}
},
"processes" : {
"type" : "long"
},
"tasks" : {
"type" : "long"
},
"uptime" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
}
}
},
"stat" : {
"properties" : {
"downtime" : {
"type" : "long"
},
"selected" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"tracked" : {
"properties" : {
"id" : {
"type" : "long"
}
}
},
"request" : {
"properties" : {
"denied" : {
"type" : "long"
},
"queued" : {
"properties" : {
"current" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"errors" : {
"type" : "long"
},
"redispatched" : {
"type" : "long"
},
"connection" : {
"properties" : {
"errors" : {
"type" : "long"
}
}
},
"rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"total" : {
"type" : "long"
}
}
},
"response" : {
"properties" : {
"errors" : {
"type" : "long"
},
"time" : {
"properties" : {
"avg" : {
"type" : "long"
}
}
},
"denied" : {
"type" : "long"
},
"http" : {
"properties" : {
"1xx" : {
"type" : "long"
},
"2xx" : {
"type" : "long"
},
"3xx" : {
"type" : "long"
},
"4xx" : {
"type" : "long"
},
"5xx" : {
"type" : "long"
},
"other" : {
"type" : "long"
}
}
}
}
},
"check" : {
"properties" : {
"code" : {
"type" : "long"
},
"duration" : {
"type" : "long"
},
"health" : {
"properties" : {
"last" : {
"type" : "keyword",
"ignore_above" : 1024
},
"fail" : {
"type" : "long"
}
}
},
"agent" : {
"properties" : {
"last" : {
"type" : "long"
}
}
},
"failed" : {
"type" : "long"
},
"down" : {
"type" : "long"
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"process_id" : {
"type" : "long"
},
"component_type" : {
"type" : "long"
},
"service_name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"out" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"throttle" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"connection" : {
"properties" : {
"total" : {
"type" : "long"
},
"retried" : {
"type" : "long"
},
"time" : {
"properties" : {
"avg" : {
"type" : "long"
}
}
}
}
},
"client" : {
"properties" : {
"aborted" : {
"type" : "long"
}
}
},
"server" : {
"properties" : {
"id" : {
"type" : "long"
},
"aborted" : {
"type" : "long"
},
"active" : {
"type" : "long"
},
"backup" : {
"type" : "long"
}
}
},
"weight" : {
"type" : "long"
},
"proxy" : {
"properties" : {
"id" : {
"type" : "long"
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"queue" : {
"properties" : {
"limit" : {
"type" : "long"
},
"time" : {
"properties" : {
"avg" : {
"type" : "long"
}
}
}
}
},
"compressor" : {
"properties" : {
"bypassed" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"response" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"in" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"out" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"in" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"last_change" : {
"type" : "long"
},
"session" : {
"properties" : {
"rate" : {
"properties" : {
"value" : {
"type" : "long"
},
"limit" : {
"type" : "long"
},
"max" : {
"type" : "long"
}
}
},
"current" : {
"type" : "long"
},
"max" : {
"type" : "long"
},
"limit" : {
"type" : "long"
}
}
},
"status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"redis" : {
"properties" : {
"keyspace" : {
"properties" : {
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"avg_ttl" : {
"type" : "long"
},
"keys" : {
"type" : "long"
},
"expires" : {
"type" : "long"
}
}
},
"info" : {
"properties" : {
"memory" : {
"properties" : {
"used" : {
"properties" : {
"lua" : {
"type" : "long"
},
"value" : {
"type" : "long"
},
"rss" : {
"type" : "long"
},
"peak" : {
"type" : "long"
}
}
},
"allocator" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"persistence" : {
"properties" : {
"loading" : {
"type" : "boolean"
},
"rdb" : {
"properties" : {
"last_save" : {
"properties" : {
"changes_since" : {
"type" : "long"
},
"time" : {
"type" : "long"
}
}
},
"bgsave" : {
"properties" : {
"in_progress" : {
"type" : "boolean"
},
"last_status" : {
"type" : "keyword",
"ignore_above" : 1024
},
"last_time" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
},
"current_time" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
}
}
}
}
},
"aof" : {
"properties" : {
"write" : {
"properties" : {
"last_status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"enabled" : {
"type" : "boolean"
},
"rewrite" : {
"properties" : {
"in_progress" : {
"type" : "boolean"
},
"scheduled" : {
"type" : "boolean"
},
"last_time" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
},
"current_time" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
}
}
},
"bgrewrite" : {
"properties" : {
"last_status" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
}
}
},
"replication" : {
"properties" : {
"connected_slaves" : {
"type" : "long"
},
"master_offset" : {
"type" : "long"
},
"backlog" : {
"properties" : {
"active" : {
"type" : "long"
},
"size" : {
"type" : "long"
},
"first_byte_offset" : {
"type" : "long"
},
"histlen" : {
"type" : "long"
}
}
},
"role" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"server" : {
"properties" : {
"git_sha1" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"multiplexing_api" : {
"type" : "keyword",
"ignore_above" : 1024
},
"git_dirty" : {
"type" : "keyword",
"ignore_above" : 1024
},
"build_id" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"gcc_version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"process_id" : {
"type" : "long"
},
"version" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"arch_bits" : {
"type" : "keyword",
"ignore_above" : 1024
},
"uptime" : {
"type" : "long"
},
"hz" : {
"type" : "long"
},
"config_file" : {
"type" : "keyword",
"ignore_above" : 1024
},
"mode" : {
"type" : "keyword",
"ignore_above" : 1024
},
"os" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"run_id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"tcp_port" : {
"type" : "long"
},
"lru_clock" : {
"type" : "long"
}
}
},
"stats" : {
"properties" : {
"connections" : {
"properties" : {
"received" : {
"type" : "long"
},
"rejected" : {
"type" : "long"
}
}
},
"commands_processed" : {
"type" : "long"
},
"keys" : {
"properties" : {
"expired" : {
"type" : "long"
},
"evicted" : {
"type" : "long"
}
}
},
"keyspace" : {
"properties" : {
"hits" : {
"type" : "long"
},
"misses" : {
"type" : "long"
}
}
},
"latest_fork_usec" : {
"type" : "long"
},
"migrate_cached_sockets" : {
"type" : "long"
},
"net" : {
"properties" : {
"input" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"output" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"instantaneous" : {
"properties" : {
"ops_per_sec" : {
"type" : "long"
},
"input_kbps" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"output_kbps" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"sync" : {
"properties" : {
"full" : {
"type" : "long"
},
"partial" : {
"properties" : {
"ok" : {
"type" : "long"
},
"err" : {
"type" : "long"
}
}
}
}
},
"pubsub" : {
"properties" : {
"channels" : {
"type" : "long"
},
"patterns" : {
"type" : "long"
}
}
}
}
},
"clients" : {
"properties" : {
"blocked" : {
"type" : "long"
},
"connected" : {
"type" : "long"
},
"longest_output_list" : {
"type" : "long"
},
"biggest_input_buf" : {
"type" : "long"
}
}
},
"cluster" : {
"properties" : {
"enabled" : {
"type" : "boolean"
}
}
},
"cpu" : {
"properties" : {
"used" : {
"properties" : {
"sys_children" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"user" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"user_children" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"sys" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
}
}
}
}
},
"apache" : {
"properties" : {
"status" : {
"properties" : {
"hostname" : {
"type" : "keyword",
"ignore_above" : 1024
},
"total_accesses" : {
"type" : "long"
},
"requests_per_sec" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"bytes_per_request" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"uptime" : {
"properties" : {
"server_uptime" : {
"type" : "long"
},
"uptime" : {
"type" : "long"
}
}
},
"cpu" : {
"properties" : {
"load" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
},
"user" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"system" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"children_user" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"children_system" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"total_kbytes" : {
"type" : "long"
},
"bytes_per_sec" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"workers" : {
"properties" : {
"busy" : {
"type" : "long"
},
"idle" : {
"type" : "long"
}
}
},
"connections" : {
"properties" : {
"total" : {
"type" : "long"
},
"async" : {
"properties" : {
"keep_alive" : {
"type" : "long"
},
"closing" : {
"type" : "long"
},
"writing" : {
"type" : "long"
}
}
}
}
},
"load" : {
"properties" : {
"1" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"5" : {
"type" : "scaled_float",
"scaling_factor" : 100
},
"15" : {
"type" : "scaled_float",
"scaling_factor" : 100
}
}
},
"scoreboard" : {
"properties" : {
"reading_request" : {
"type" : "long"
},
"sending_reply" : {
"type" : "long"
},
"gracefully_finishing" : {
"type" : "long"
},
"idle_cleanup" : {
"type" : "long"
},
"waiting_for_connection" : {
"type" : "long"
},
"starting_up" : {
"type" : "long"
},
"keepalive" : {
"type" : "long"
},
"dns_lookup" : {
"type" : "long"
},
"closing_connection" : {
"type" : "long"
},
"logging" : {
"type" : "long"
},
"open_slot" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
}
}
}
}
},
"@timestamp" : {
"type" : "date"
},
"tags" : {
"type" : "keyword",
"ignore_above" : 1024
},
"aerospike" : {
"properties" : {
"namespace" : {
"properties" : {
"hwm_breached" : {
"type" : "boolean"
},
"memory" : {
"properties" : {
"free" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"used" : {
"properties" : {
"data" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"index" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"sindex" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"node" : {
"properties" : {
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"objects" : {
"properties" : {
"master" : {
"type" : "long"
},
"total" : {
"type" : "long"
}
}
},
"stop_writes" : {
"type" : "boolean"
},
"client" : {
"properties" : {
"delete" : {
"properties" : {
"error" : {
"type" : "long"
},
"not_found" : {
"type" : "long"
},
"success" : {
"type" : "long"
},
"timeout" : {
"type" : "long"
}
}
},
"read" : {
"properties" : {
"error" : {
"type" : "long"
},
"not_found" : {
"type" : "long"
},
"success" : {
"type" : "long"
},
"timeout" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"error" : {
"type" : "long"
},
"success" : {
"type" : "long"
},
"timeout" : {
"type" : "long"
}
}
}
}
},
"device" : {
"properties" : {
"available" : {
"properties" : {
"pct" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
}
}
},
"free" : {
"properties" : {
"pct" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"etcd" : {
"properties" : {
"leader" : {
"properties" : {
"followers" : {
"properties" : {
"counts" : {
"properties" : {
"followers" : {
"properties" : {
"counts" : {
"properties" : {
"fail" : {
"type" : "long"
},
"success" : {
"type" : "long"
}
}
}
}
}
}
},
"latency" : {
"properties" : {
"follower" : {
"properties" : {
"latency" : {
"properties" : {
"standardDeviation" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
},
"followers" : {
"properties" : {
"latency" : {
"properties" : {
"current" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"maximum" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"minimum" : {
"type" : "long"
},
"average" : {
"type" : "scaled_float",
"scaling_factor" : 1000
}
}
}
}
}
}
}
}
},
"leader" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"self" : {
"properties" : {
"send" : {
"properties" : {
"bandwithrate" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"pkgrate" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"appendrequest" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
},
"starttime" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
},
"leaderinfo" : {
"properties" : {
"leader" : {
"type" : "keyword",
"ignore_above" : 1024
},
"starttime" : {
"type" : "keyword",
"ignore_above" : 1024
},
"uptime" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"name" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"recv" : {
"properties" : {
"appendrequest" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"bandwithrate" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"pkgrate" : {
"scaling_factor" : 1000,
"type" : "scaled_float"
}
}
}
}
},
"store" : {
"properties" : {
"delete" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
},
"compareanddelete" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
},
"watchers" : {
"type" : "long"
},
"gets" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
},
"sets" : {
"properties" : {
"fail" : {
"type" : "long"
},
"success" : {
"type" : "long"
}
}
},
"compareandswap" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
},
"expire" : {
"properties" : {
"count" : {
"type" : "long"
}
}
},
"update" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
},
"create" : {
"properties" : {
"success" : {
"type" : "long"
},
"fail" : {
"type" : "long"
}
}
}
}
}
}
},
"http" : {
"properties" : {
"response" : {
"properties" : {
"header" : {
"type" : "object"
},
"code" : {
"type" : "keyword",
"ignore_above" : 1024
},
"phrase" : {
"type" : "keyword",
"ignore_above" : 1024
},
"body" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"json" : {
"properties" : { }
},
"server" : {
"properties" : { }
},
"request" : {
"properties" : {
"method" : {
"type" : "keyword",
"ignore_above" : 1024
},
"body" : {
"type" : "keyword",
"ignore_above" : 1024
},
"header" : {
"type" : "object"
}
}
}
}
},
"logstash" : {
"properties" : {
"node" : {
"properties" : {
"host" : {
"type" : "keyword",
"ignore_above" : 1024
},
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"jvm" : {
"properties" : {
"version" : {
"type" : "keyword",
"ignore_above" : 1024
},
"pid" : {
"type" : "long"
}
}
},
"stats" : {
"properties" : {
"events" : {
"properties" : {
"filtered" : {
"type" : "long"
},
"in" : {
"type" : "long"
},
"out" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"prometheus" : {
"properties" : {
"stats" : {
"properties" : {
"notifications" : {
"properties" : {
"queue_length" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
}
}
},
"processes" : {
"properties" : {
"open_fds" : {
"type" : "long"
}
}
},
"storage" : {
"properties" : {
"chunks_to_persist" : {
"type" : "long"
}
}
}
}
}
}
},
"vsphere" : {
"properties" : {
"virtualmachine" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"used" : {
"properties" : {
"mhz" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"free" : {
"properties" : {
"guest" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"used" : {
"properties" : {
"host" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"guest" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"total" : {
"properties" : {
"guest" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
}
}
},
"custom_fields" : {
"type" : "object"
},
"network_names" : {
"type" : "keyword",
"ignore_above" : 1024
},
"host" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"datastore" : {
"properties" : {
"capacity" : {
"properties" : {
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "long"
}
}
}
}
},
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"fstype" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
},
"host" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"cpu" : {
"properties" : {
"used" : {
"properties" : {
"mhz" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"mhz" : {
"type" : "long"
}
}
},
"free" : {
"properties" : {
"mhz" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
},
"free" : {
"properties" : {
"bytes" : {
"type" : "long"
}
}
}
}
},
"network_names" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
},
"windows" : {
"properties" : {
"service" : {
"properties" : {
"name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"display_name" : {
"type" : "keyword",
"ignore_above" : 1024
},
"start_type" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"state" : {
"type" : "keyword",
"ignore_above" : 1024
},
"exit_code" : {
"type" : "keyword",
"ignore_above" : 1024
},
"pid" : {
"type" : "long"
},
"uptime" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
},
"id" : {
"type" : "keyword",
"ignore_above" : 1024
}
}
}
}
}
},
"_meta" : {
"version" : "6.3.2"
},
"date_detection" : false,
"dynamic_templates" : [
{
"fields" : {
"mapping" : {
"type" : "keyword"
},
"match_mapping_type" : "string",
"path_match" : "fields.*"
}
},
{
"docker.container.labels" : {
"mapping" : {
"type" : "keyword"
},
"match_mapping_type" : "string",
"path_match" : "docker.container.labels.*"
}
},
{
"docker.cpu.core.*.pct" : {
"mapping" : {
"type" : "scaled_float",
"scaling_factor" : 1000
},
"match_mapping_type" : "*",
"path_match" : "docker.cpu.core.*.pct"
}
},
{
"docker.cpu.core.*.ticks" : {
"mapping" : {
"type" : "long"
},
"match_mapping_type" : "long",
"path_match" : "docker.cpu.core.*.ticks"
}
},
{
"docker.image.labels" : {
"mapping" : {
"type" : "keyword"
},
"match_mapping_type" : "string",
"path_match" : "docker.image.labels.*"
}
},
{
"system.process.env" : {
"path_match" : "system.process.env.*",
"mapping" : {
"type" : "keyword"
},
"match_mapping_type" : "string"
}
},
{
"system.process.cgroup.cpuacct.percpu" : {
"mapping" : {
"type" : "long"
},
"match_mapping_type" : "long",
"path_match" : "system.process.cgroup.cpuacct.percpu.*"
}
},
{
"vsphere.virtualmachine.custom_fields" : {
"mapping" : {
"type" : "keyword"
},
"match_mapping_type" : "string",
"path_match" : "vsphere.virtualmachine.custom_fields.*"
}
},
{
"strings_as_keyword" : {
"mapping" : {
"ignore_above" : 1024,
"type" : "keyword"
},
"match_mapping_type" : "string"
}
}
]
}
},
"aliases" : { }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment