Guest User

Untitled

a guest
Sep 6th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.58 KB | None | 0 0
  1. {
  2.   "graylog-internal" : {
  3.     "order" : -2147483648,
  4.     "template" : "graylog2_*",
  5.     "settings" : {
  6.       "index" : {
  7.         "analysis" : {
  8.           "analyzer" : {
  9.             "analyzer_keyword" : {
  10.               "filter" : "lowercase",
  11.               "tokenizer" : "keyword"
  12.             }
  13.           }
  14.         }
  15.       }
  16.     },
  17.     "mappings" : {
  18.       "message" : {
  19.         "_source" : {
  20.           "enabled" : true
  21.         },
  22.         "dynamic_templates" : [ {
  23.           "internal_fields" : {
  24.             "mapping" : {
  25.               "index" : "not_analyzed",
  26.               "type" : "string"
  27.             },
  28.             "match" : "gl2_*"
  29.           }
  30.         }, {
  31.           "store_generic" : {
  32.             "mapping" : {
  33.               "index" : "not_analyzed"
  34.             },
  35.             "match" : "*"
  36.           }
  37.         } ],
  38.         "properties" : {
  39.           "full_message" : {
  40.             "analyzer" : "standard",
  41.             "index" : "analyzed",
  42.             "type" : "string"
  43.           },
  44.           "streams" : {
  45.             "index" : "not_analyzed",
  46.             "type" : "string"
  47.           },
  48.           "source" : {
  49.             "analyzer" : "analyzer_keyword",
  50.             "index" : "analyzed",
  51.             "type" : "string"
  52.           },
  53.           "message" : {
  54.             "analyzer" : "standard",
  55.             "index" : "analyzed",
  56.             "type" : "string"
  57.           },
  58.           "timestamp" : {
  59.             "format" : "yyyy-MM-dd HH:mm:ss.SSS",
  60.             "type" : "date"
  61.           }
  62.         }
  63.       }
  64.     },
  65.     "aliases" : { }
  66.   }
  67. }
Advertisement
Add Comment
Please, Sign In to add comment