Skip to content

Commit

Permalink
update template to use path_match for message field
Browse files Browse the repository at this point in the history
  • Loading branch information
talevy authored and jsvd committed Sep 22, 2016
1 parent 741d46a commit 8c4dc55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@
"_all" : {"enabled" : true, "omit_norms" : true},
"dynamic_templates" : [ {
"message_field" : {
"match" : "message",
"path_match" : "message",
"match_mapping_type" : "string",
"mapping" : {
"type" : "string", "index" : "analyzed", "omit_norms" : true,
Expand Down
Expand Up @@ -9,7 +9,7 @@
"_all" : {"enabled" : true, "norms" : false},
"dynamic_templates" : [ {
"message_field" : {
"match" : "message",
"path_match" : "message",
"match_mapping_type" : "string",
"mapping" : {
"type" : "string", "index" : "analyzed", "norms" : false,
Expand Down

0 comments on commit 8c4dc55

Please sign in to comment.