Guest User

ElasticSearch JSON Response

a guest
Nov 29th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 3.34 KB | None | 0 0
  1. {
  2.     "hits": [
  3.       {
  4.         "severity": "informational",
  5.         "hostIP_geo": {
  6.           "location": {
  7.             "lon": -114.1051684,
  8.             "lat": 31.5791158
  9.           },
  10.           "postal_code": "Location 1"
  11.         },
  12.         "hostname": "abcd0068",
  13.         "@timestamp": "2017-11-28T07:00:00.000Z",
  14.         "hostIP": "10.10.0.111",
  15.         "meta": {
  16.           "grok_match": "grok_match_1",
  17.           "received_at_indexer": "2017-11-28T07:00:00.192Z",
  18.           "received_from": "10.10.0.111",
  19.           "processed_at_indexer": "abcd9006b",
  20.           "kafka_topic": "syslog",
  21.           "received_at_shipper": "2017-11-28T07:00:00.042Z",
  22.           "processed_at_shipper": "abcd9009c"
  23.         },
  24.         "@version": "1",
  25.         "syslog": {
  26.           "program": "kernel",
  27.           "priority": "6",
  28.           "facility": "kernel"
  29.         },
  30.         "message": "NET: Registered protocol family 36",
  31.         "type": "syslog",
  32.         "tags": [
  33.           "syslog",
  34.           "generic_syslog",
  35.           "index_static",
  36.           "syslog_priority_parsed",
  37.           "geoip"
  38.         ]
  39.       },
  40.       {
  41.         "severity": "informational",
  42.         "hostIP_geo": {
  43.           "location": {
  44.             "lon": -114.1051684,
  45.             "lat": 31.5791158
  46.           },
  47.           "postal_code": "Location 1"
  48.         },
  49.         "hostname": "abcd0060",
  50.         "@timestamp": "2017-11-28T07:00:00.000Z",
  51.         "hostIP": "10.10.0.103",
  52.         "meta": {
  53.           "grok_match": "grok_match_1",
  54.           "received_at_indexer": "2017-11-28T07:00:00.271Z",
  55.           "received_from": "10.10.9.103",
  56.           "processed_at_indexer": "abcd9006b",
  57.           "kafka_topic": "syslog",
  58.           "received_at_shipper": "2017-11-28T07:00:00.169Z",
  59.           "processed_at_shipper": "abcd9009c"
  60.         },
  61.         "@version": "1",
  62.         "syslog": {
  63.           "program": "kernel",
  64.           "priority": "6",
  65.           "facility": "kernel"
  66.         },
  67.         "message": "NET: Registered protocol family 36",
  68.         "type": "syslog",
  69.         "tags": [
  70.           "syslog",
  71.           "generic_syslog",
  72.           "index_static",
  73.           "syslog_priority_parsed",
  74.           "geoip"
  75.         ]
  76.       },
  77.       {
  78.         "severity": "informational",
  79.         "hostIP_geo": {
  80.           "location": {
  81.             "lon": -114.1051684,
  82.             "lat": 31.5791158
  83.           },
  84.           "postal_code": "Location 2"
  85.         },
  86.         "hostname": "abcd-c-r1",
  87.         "@timestamp": "2017-11-28T07:00:00.000Z",
  88.         "hostIP": "10.0.1.23",
  89.         "meta": {
  90.           "grok_match": "grok_match_1",
  91.           "received_at_indexer": "2017-11-28T07:00:00.768Z",
  92.           "received_from": "10.0.1.23",
  93.           "processed_at_indexer": "abcd9006f",
  94.           "kafka_topic": "syslog",
  95.           "received_at_shipper": "2017-11-28T07:00:00.718Z",
  96.           "processed_at_shipper": "abcd9009b"
  97.         },
  98.         "@version": "1",
  99.         "syslog": {
  100.           "pid": "28237",
  101.           "program": "/usr/sbin/cron",
  102.           "priority": "78",
  103.           "facility": "clock"
  104.         },
  105.         "message": "(root) CMD (newsyslog)",
  106.         "type": "syslog",
  107.         "tags": [
  108.           "syslog",
  109.           "generic_syslog",
  110.           "index_static",
  111.           "syslog_priority_parsed",
  112.           "geoip"
  113.         ]
  114.       }
  115.     ]
  116.   }
Advertisement
Add Comment
Please, Sign In to add comment