Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Complete data sampling engine parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhemmarchand committed Aug 19, 2020
1 parent 772f16a commit de3aecf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions trackme/default/macros.conf
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,7 @@ match(raw_sample, "^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}"), "raw_start_by_
match(raw_sample, "^start_time=\"\w{3}\s\w{3}\s\d{2}\s\d{2}\:\d{2}\:\d{2}\s\d{4}\""), "raw_start_by start_time=\"%a %b %d %H:%M:%S %Y",\
match(raw_sample, "^InsertedAt=\"\d{4}-\d{2}-\d{2}\s\d{2}:\d{2}:\d{2}\""), "raw_start_by InsertedAt=\"%Y-%m-%d %H:%M:%S",\
match(raw_sample, "^\d{4}\/\d{2}\/\d{2}\s\d{2}:\d{2}:\d{2}\s"), "raw_start_by_timestamp %Y/%m/%d %H:%M:%S",\
match(raw_sample, "^\w{3}\s*\d{1,2}\s*\w{3}\s*\d{4}\s*\d{1,2}:\d{1,2}:\d{1,2}\s"), "raw_start_by_timestamp %a %d %b %Y %H:%M:%S",\
match(raw_sample, ".*"), "raw_not_identified"\
)\
| eval $dest_field$_id=md5($dest_field$)
Expand Down
Binary file modified trackme_1221.tgz
Binary file not shown.

0 comments on commit de3aecf

Please sign in to comment.