Guest User

Untitled

a guest
Sep 6th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 2.91 KB | None | 0 0
  1. {
  2.   "graylog2_0" : {
  3.     "aliases" : {
  4.       "graylog2_deflector" : { }
  5.     },
  6.     "mappings" : {
  7.       "message" : {
  8.         "dynamic_templates" : [ {
  9.           "internal_fields" : {
  10.             "mapping" : {
  11.               "index" : "not_analyzed",
  12.               "type" : "string"
  13.             },
  14.             "match" : "gl2_*"
  15.           }
  16.         }, {
  17.           "store_generic" : {
  18.             "mapping" : {
  19.               "index" : "not_analyzed"
  20.             },
  21.             "match" : "*"
  22.           }
  23.         } ],
  24.         "properties" : {
  25.           "application_name" : {
  26.             "type" : "string",
  27.             "index" : "not_analyzed"
  28.           },
  29.           "facility" : {
  30.             "type" : "string",
  31.             "index" : "not_analyzed"
  32.           },
  33.           "full_message" : {
  34.             "type" : "string",
  35.             "analyzer" : "standard"
  36.           },
  37.           "gl2_remote_ip" : {
  38.             "type" : "string",
  39.             "index" : "not_analyzed"
  40.           },
  41.           "gl2_remote_port" : {
  42.             "type" : "string",
  43.             "index" : "not_analyzed"
  44.           },
  45.           "gl2_source_input" : {
  46.             "type" : "string",
  47.             "index" : "not_analyzed"
  48.           },
  49.           "gl2_source_node" : {
  50.             "type" : "string",
  51.             "index" : "not_analyzed"
  52.           },
  53.           "ipt2" : {
  54.             "type" : "string",
  55.             "index" : "not_analyzed"
  56.           },
  57.           "ipt2301" : {
  58.             "type" : "string",
  59.             "index" : "not_analyzed"
  60.           },
  61.           "ipt2323" : {
  62.             "type" : "string",
  63.             "index" : "not_analyzed"
  64.           },
  65.           "ipt2332" : {
  66.             "type" : "string",
  67.             "index" : "not_analyzed"
  68.           },
  69.           "level" : {
  70.             "type" : "long"
  71.           },
  72.           "message" : {
  73.             "type" : "string",
  74.             "analyzer" : "standard"
  75.           },
  76.           "process_id" : {
  77.             "type" : "string",
  78.             "index" : "not_analyzed"
  79.           },
  80.           "source" : {
  81.             "type" : "string",
  82.             "analyzer" : "analyzer_keyword"
  83.           },
  84.           "streams" : {
  85.             "type" : "string",
  86.             "index" : "not_analyzed"
  87.           },
  88.           "timestamp" : {
  89.             "type" : "date",
  90.             "format" : "yyyy-MM-dd HH:mm:ss.SSS"
  91.           }
  92.         }
  93.       }
  94.     },
  95.     "settings" : {
  96.       "index" : {
  97.         "creation_date" : "1473174279824",
  98.         "analysis" : {
  99.           "analyzer" : {
  100.             "analyzer_keyword" : {
  101.               "filter" : "lowercase",
  102.               "tokenizer" : "keyword"
  103.             }
  104.           }
  105.         },
  106.         "number_of_shards" : "4",
  107.         "number_of_replicas" : "0",
  108.         "uuid" : "lrNZwxE9Q1OXcA51ksED5w",
  109.         "version" : {
  110.           "created" : "2030599"
  111.         }
  112.       }
  113.     },
  114.     "warmers" : { }
  115.   }
  116. }
Advertisement
Add Comment
Please, Sign In to add comment