Skip to content

Commit

Permalink
Merge pull request elastic#177 from Logrhythm/exclude
Browse files Browse the repository at this point in the history
really exclude captureKey
  • Loading branch information
Ben Aldrich committed Jun 5, 2014
2 parents a49bdd2 + b77dc56 commit 72f30fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/buildESTemplate.pl
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ sub ReadProtoFile {
print "\"$remapping{application_end}\", ";
print "\"$remapping{application_id}\", ";
print "\"$remapping{application_id_end}\", ";
print "\"CaptureKey\", ";
print "\"FileID\" ";
print "]\n";
print "},\n";
Expand All @@ -53,7 +54,6 @@ sub ReadProtoFile {
print "\"Captured\" : { \"type\": \"string\", \"null_value\": \"false\"},\n";
print "\"Session\" : {\"type\": \"string\", \"index\" : \"not_analyzed\"},\n";
print "\"SrcMAC\" : {\"type\" : \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true},\n";
print "\"CaptureKey\" : {\"type\" : \"string\", \"index\" : \"no\", \"store\" : false, \"ignore_malformed\" : true},\n";


for $app ( keys %typeHash ) {
Expand Down

0 comments on commit 72f30fd

Please sign in to comment.