Skip to content

Instantly share code, notes, and snippets.

@FreerideTheWorld
Created January 21, 2020 14: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 FreerideTheWorld/0e547dca4418a2be064d2e78ffa05071 to your computer and use it in GitHub Desktop.
Save FreerideTheWorld/0e547dca4418a2be064d2e78ffa05071 to your computer and use it in GitHub Desktop.
GET metricbeat-7.3.0/_mappings
GET metricbeat-7.3.0/_mapping
{
"metricbeat-7.3.0" : {
"mappings" : {
"properties" : {
"@timestamp" : {
"type" : "date"
},
"@version" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"agent" : {
"properties" : {
"ephemeral_id" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"hostname" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"id" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"type" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"version" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"ecs" : {
"properties" : {
"version" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"error" : {
"properties" : {
"message" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"event" : {
"properties" : {
"dataset" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"duration" : {
"type" : "long"
},
"module" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"host" : {
"properties" : {
"architecture" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"hostname" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"id" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"os" : {
"properties" : {
"build" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"family" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"kernel" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"platform" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"version" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
}
}
},
"metricset" : {
"properties" : {
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"process" : {
"properties" : {
"args" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"pgid" : {
"type" : "long"
},
"pid" : {
"type" : "long"
},
"ppid" : {
"type" : "long"
}
}
},
"service" : {
"properties" : {
"type" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"system" : {
"properties" : {
"core" : {
"properties" : {
"id" : {
"type" : "long"
},
"idle" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"iowait" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"irq" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"nice" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"softirq" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"steal" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"user" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"cpu" : {
"properties" : {
"cores" : {
"type" : "long"
},
"idle" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"iowait" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"irq" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"nice" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"softirq" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"steal" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"system" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"total" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"user" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"diskio" : {
"properties" : {
"io" : {
"properties" : {
"time" : {
"type" : "long"
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"read" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"count" : {
"type" : "long"
},
"time" : {
"type" : "long"
}
}
},
"write" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"count" : {
"type" : "long"
},
"time" : {
"type" : "long"
}
}
}
}
},
"filesystem" : {
"properties" : {
"available" : {
"type" : "long"
},
"device_name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"files" : {
"type" : "long"
},
"free" : {
"type" : "long"
},
"free_files" : {
"type" : "long"
},
"mount_point" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"total" : {
"type" : "long"
},
"type" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "float"
}
}
}
}
},
"fsstat" : {
"properties" : {
"count" : {
"type" : "long"
},
"total_files" : {
"type" : "long"
},
"total_size" : {
"properties" : {
"free" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"used" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"actual" : {
"properties" : {
"free" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "float"
}
}
}
}
},
"free" : {
"type" : "long"
},
"swap" : {
"properties" : {
"free" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "float"
}
}
}
}
},
"total" : {
"type" : "long"
},
"used" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "float"
}
}
}
}
},
"network" : {
"properties" : {
"in" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"out" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"dropped" : {
"type" : "long"
},
"errors" : {
"type" : "long"
},
"packets" : {
"type" : "long"
}
}
}
}
},
"process" : {
"properties" : {
"cmdline" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"cpu" : {
"properties" : {
"start_time" : {
"type" : "date"
},
"total" : {
"properties" : {
"norm" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
},
"pct" : {
"type" : "long"
},
"value" : {
"type" : "long"
}
}
}
}
},
"memory" : {
"properties" : {
"rss" : {
"properties" : {
"bytes" : {
"type" : "long"
},
"pct" : {
"type" : "float"
}
}
},
"share" : {
"type" : "long"
},
"size" : {
"type" : "long"
}
}
},
"state" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"summary" : {
"properties" : {
"dead" : {
"type" : "long"
},
"idle" : {
"type" : "long"
},
"running" : {
"type" : "long"
},
"sleeping" : {
"type" : "long"
},
"stopped" : {
"type" : "long"
},
"total" : {
"type" : "long"
},
"unknown" : {
"type" : "long"
},
"zombie" : {
"type" : "long"
}
}
}
}
},
"socket" : {
"properties" : {
"summary" : {
"properties" : {
"all" : {
"properties" : {
"count" : {
"type" : "long"
},
"listening" : {
"type" : "long"
}
}
},
"tcp" : {
"properties" : {
"all" : {
"properties" : {
"close_wait" : {
"type" : "long"
},
"count" : {
"type" : "long"
},
"established" : {
"type" : "long"
},
"listening" : {
"type" : "long"
},
"time_wait" : {
"type" : "long"
}
}
}
}
},
"udp" : {
"properties" : {
"all" : {
"properties" : {
"count" : {
"type" : "long"
}
}
}
}
}
}
}
}
},
"uptime" : {
"properties" : {
"duration" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
}
}
}
}
},
"tags" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"user" : {
"properties" : {
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
}
}
},
"windows" : {
"properties" : {
"perfmon" : {
"properties" : {
"logical_disk" : {
"properties" : {
"avg_disk" : {
"properties" : {
"total" : {
"properties" : {
"bytes_read" : {
"type" : "long"
},
"bytes_transfer" : {
"type" : "float"
},
"bytes_write" : {
"type" : "float"
},
"sec_per_read" : {
"type" : "float"
},
"sec_per_transfer" : {
"type" : "float"
},
"sec_per_write" : {
"type" : "float"
}
}
}
}
},
"avg_disk_queue" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"avg_disk_read_queue" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"avg_disk_write_queue_length" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"current_disk_queue" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"disk" : {
"properties" : {
"total" : {
"properties" : {
"transfers_per_sec" : {
"type" : "float"
}
}
}
}
},
"disk_read" : {
"properties" : {
"total" : {
"properties" : {
"bytes_per_sec" : {
"type" : "float"
}
}
}
}
},
"disk_read_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"disk_reads" : {
"properties" : {
"total" : {
"properties" : {
"per_sec" : {
"type" : "float"
}
}
}
}
},
"disk_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"disk_write" : {
"properties" : {
"total" : {
"properties" : {
"bytes_per_sec" : {
"type" : "float"
}
}
}
}
},
"disk_write_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"disk_writes" : {
"properties" : {
"total" : {
"properties" : {
"per_sec" : {
"type" : "float"
}
}
}
}
},
"diskio" : {
"properties" : {
"bytes_per_sec" : {
"type" : "float"
}
}
},
"free_megabytes" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"idle_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"split" : {
"properties" : {
"total" : {
"properties" : {
"io_sec" : {
"type" : "float"
}
}
}
}
},
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
},
"memory" : {
"properties" : {
"available_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"available_kbytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"available_mbytes" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"cache" : {
"properties" : {
"total" : {
"properties" : {
"faults_sec" : {
"type" : "float"
}
}
}
}
},
"cache_bytes" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"cache_bytes_peak" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"commit_limit" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"committed_bytes" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"committed_bytes_in_use" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"demand_zero" : {
"properties" : {
"total" : {
"properties" : {
"faults_sec" : {
"type" : "float"
}
}
}
}
},
"free_system_page_table_entries" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"free_zero_page_list_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"long_term_avg_standby_cache_lifetime" : {
"properties" : {
"total" : {
"properties" : {
"sec" : {
"type" : "long"
}
}
}
}
},
"modified_page_list_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"page" : {
"properties" : {
"total" : {
"properties" : {
"faults_sec" : {
"type" : "float"
},
"reads_sec" : {
"type" : "float"
},
"write_sec" : {
"type" : "long"
}
}
}
}
},
"pages" : {
"properties" : {
"total" : {
"properties" : {
"input_sec" : {
"type" : "float"
},
"output_sec" : {
"type" : "long"
}
}
}
}
},
"pages_sec" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"pool_nonpaged_allocs" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"pool_nonpaged_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"pool_paged_allocs" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"pool_paged_bytes" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"pool_paged_resident_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"standby_cache_core_bytes" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"standby_cache_normal_priority_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"standby_cache_reserve_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"system_code_resident_bytes" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"system_code_total_bytes" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"system_driver_resident_bytes" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"system_driver_total_bytes" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"transition" : {
"properties" : {
"total" : {
"properties" : {
"faults_sec" : {
"type" : "float"
}
}
}
}
},
"transition_pages" : {
"properties" : {
"total" : {
"properties" : {
"repurposed_sec" : {
"type" : "long"
}
}
}
}
},
"write" : {
"properties" : {
"total" : {
"properties" : {
"copies_sec" : {
"type" : "float"
}
}
}
}
}
}
},
"network_interface" : {
"properties" : {
"bytes" : {
"properties" : {
"total" : {
"properties" : {
"received_sec" : {
"type" : "long"
},
"sent_sec" : {
"type" : "long"
},
"total_sec" : {
"type" : "long"
}
}
}
}
},
"current_bandwidth" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"offloaded_connections" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"output_queue_length" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"packets" : {
"properties" : {
"total" : {
"properties" : {
"received_sec" : {
"type" : "long"
},
"sent_sec" : {
"type" : "long"
}
}
}
}
},
"packets_outbound_discarded" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"packets_outbound_errors" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "long"
}
}
}
}
},
"packets_received" : {
"properties" : {
"total" : {
"properties" : {
"non_unicast_sec" : {
"type" : "long"
},
"unicast_sec" : {
"type" : "long"
}
}
}
}
},
"packets_received_discarded" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"packets_received_errors" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"packets_received_unkown" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"packets_sent" : {
"properties" : {
"total" : {
"properties" : {
"non_unicast_sec" : {
"type" : "long"
},
"unicast_sec" : {
"type" : "long"
}
}
}
}
},
"tcp_active_rsc_connections" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"tcp_rsc" : {
"properties" : {
"total" : {
"properties" : {
"exceptions_sec" : {
"type" : "long"
}
}
}
}
},
"tcp_rsc_average_packet_size" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"tcp_rsc_coalesced" : {
"properties" : {
"total" : {
"properties" : {
"packets_sec" : {
"type" : "long"
}
}
}
}
}
}
},
"physical_disk" : {
"properties" : {
"avg_disk" : {
"properties" : {
"total" : {
"properties" : {
"bytes_read" : {
"type" : "long"
},
"bytes_transfer" : {
"type" : "float"
},
"bytes_write" : {
"type" : "float"
},
"sec_read" : {
"type" : "float"
},
"sec_transfer" : {
"type" : "float"
},
"sec_write" : {
"type" : "float"
}
}
}
}
},
"avg_disk_queue_length" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"avg_disk_read_queue_length" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"avg_disk_write_queue_length" : {
"properties" : {
"total" : {
"type" : "float"
}
}
},
"current_disk_queue_length" : {
"properties" : {
"total" : {
"type" : "long"
}
}
},
"disk" : {
"properties" : {
"total" : {
"properties" : {
"bytes_sec" : {
"type" : "float"
},
"reads_sec" : {
"type" : "float"
},
"transfers_per_sec" : {
"type" : "float"
},
"writes_sec" : {
"type" : "float"
}
}
}
}
},
"disk_read" : {
"properties" : {
"total" : {
"properties" : {
"bytes_sec" : {
"type" : "float"
}
}
}
}
},
"disk_read_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"disk_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"disk_write" : {
"properties" : {
"total" : {
"properties" : {
"bytes_sec" : {
"type" : "float"
}
}
}
}
},
"disk_write_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"idle_time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"split" : {
"properties" : {
"total" : {
"properties" : {
"io_sec" : {
"type" : "float"
}
}
}
}
}
}
},
"processor" : {
"properties" : {
"dpc" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
},
"dpc_rate" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"type" : "long"
}
}
}
}
},
"dpcs_queued" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"per_sec" : {
"type" : "float"
}
}
}
}
}
}
},
"idel" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
},
"interrupt" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
},
"interrupts" : {
"properties" : {
"total" : {
"properties" : {
"per_sec" : {
"type" : "float"
}
}
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"privileged" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
},
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
},
"user" : {
"properties" : {
"time" : {
"properties" : {
"total" : {
"properties" : {
"pct" : {
"type" : "float"
}
}
}
}
}
}
}
}
}
}
},
"service" : {
"properties" : {
"display_name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"exit_code" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"id" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"path_name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"pid" : {
"type" : "long"
},
"start_name" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"start_type" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"state" : {
"type" : "text",
"fields" : {
"keyword" : {
"type" : "keyword",
"ignore_above" : 256
}
}
},
"uptime" : {
"properties" : {
"ms" : {
"type" : "long"
}
}
}
}
}
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment