Skip to content

Commit

Permalink
Merge pull request #106 from weslambert/master
Browse files Browse the repository at this point in the history
disable _all field
  • Loading branch information
dougburks authored Sep 5, 2017
2 parents 4cdf2db + 3230f38 commit 2f053a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions etc/logstash/logstash-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"mappings" : {
"_default_" : {
"_all" : {"enabled" : true, "norms" : false},
"_all" : {"enabled" : false, "norms" : false},
"dynamic_templates" : [ {
"message_field" : {
"path_match" : "message",
Expand All @@ -31,8 +31,8 @@
}
} ],
"properties" : {
"@timestamp": { "type": "date", "include_in_all": false },
"@version": { "type": "keyword", "include_in_all": false },
"@timestamp": { "type": "date" },
"@version": { "type": "keyword" },
"destination_ip" : { "type": "ip" },
"source_ip" : { "type": "ip" },
"geoip" : {
Expand Down

0 comments on commit 2f053a4

Please sign in to comment.