Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "graylog-internal" : {
- "order" : -2147483648,
- "template" : "graylog2_*",
- "settings" : {
- "index" : {
- "analysis" : {
- "analyzer" : {
- "analyzer_keyword" : {
- "filter" : "lowercase",
- "tokenizer" : "keyword"
- }
- }
- }
- }
- },
- "mappings" : {
- "message" : {
- "_source" : {
- "enabled" : true
- },
- "dynamic_templates" : [ {
- "internal_fields" : {
- "mapping" : {
- "index" : "not_analyzed",
- "type" : "string"
- },
- "match" : "gl2_*"
- }
- }, {
- "store_generic" : {
- "mapping" : {
- "index" : "not_analyzed"
- },
- "match" : "*"
- }
- } ],
- "properties" : {
- "full_message" : {
- "analyzer" : "standard",
- "index" : "analyzed",
- "type" : "string"
- },
- "streams" : {
- "index" : "not_analyzed",
- "type" : "string"
- },
- "source" : {
- "analyzer" : "analyzer_keyword",
- "index" : "analyzed",
- "type" : "string"
- },
- "message" : {
- "analyzer" : "standard",
- "index" : "analyzed",
- "type" : "string"
- },
- "timestamp" : {
- "format" : "yyyy-MM-dd HH:mm:ss.SSS",
- "type" : "date"
- }
- }
- }
- },
- "aliases" : { }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment