Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "graylog2_0" : {
- "aliases" : {
- "graylog2_deflector" : { }
- },
- "mappings" : {
- "message" : {
- "dynamic_templates" : [ {
- "internal_fields" : {
- "mapping" : {
- "index" : "not_analyzed",
- "type" : "string"
- },
- "match" : "gl2_*"
- }
- }, {
- "store_generic" : {
- "mapping" : {
- "index" : "not_analyzed"
- },
- "match" : "*"
- }
- } ],
- "properties" : {
- "application_name" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "facility" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "full_message" : {
- "type" : "string",
- "analyzer" : "standard"
- },
- "gl2_remote_ip" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "gl2_remote_port" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "gl2_source_input" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "gl2_source_node" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "ipt2" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "ipt2301" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "ipt2323" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "ipt2332" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "level" : {
- "type" : "long"
- },
- "message" : {
- "type" : "string",
- "analyzer" : "standard"
- },
- "process_id" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "source" : {
- "type" : "string",
- "analyzer" : "analyzer_keyword"
- },
- "streams" : {
- "type" : "string",
- "index" : "not_analyzed"
- },
- "timestamp" : {
- "type" : "date",
- "format" : "yyyy-MM-dd HH:mm:ss.SSS"
- }
- }
- }
- },
- "settings" : {
- "index" : {
- "creation_date" : "1473174279824",
- "analysis" : {
- "analyzer" : {
- "analyzer_keyword" : {
- "filter" : "lowercase",
- "tokenizer" : "keyword"
- }
- }
- },
- "number_of_shards" : "4",
- "number_of_replicas" : "0",
- "uuid" : "lrNZwxE9Q1OXcA51ksED5w",
- "version" : {
- "created" : "2030599"
- }
- }
- },
- "warmers" : { }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment