Skip to content

Commit

Permalink
Merge pull request elastic#172 from Logrhythm/exclude
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Ben Aldrich committed May 6, 2014
2 parents 74a1a09 + 830a131 commit e3c92e0
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 @@ -45,7 +45,7 @@ sub ReadProtoFile {
print "\"SrcIP\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n";
print "\"SrcIP6\" : { \"type\": \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true },\n";
print "\"DestIP\" : { \"type\": \"ip\", \"ignore_malformed\" : true },\n";
print "\"DestIP6\" : { \"type\": \"strin\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true },\n";
print "\"DestIP6\" : { \"type\": \"string\", \"index\" : \"not_analyzed\", \"ignore_malformed\" : true },\n";
print "\"TimeStart\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n";
print "\"TimeUpdated\" : { \"format\": \"yyyy/MM/dd HH:mm:ss||yyyy/MM/dd||yyyy-MM-dd'T'HH:mm:ss.SSSZZ\", \"type\": \"date\"},\n";
print "\"TimeTotal\" : { \"type\": \"long\", \"ignore_malformed\" : true },\n";
Expand Down

0 comments on commit e3c92e0

Please sign in to comment.