Skip to content

Commit

Permalink
Worked on attribute container identifiers log2timeline#771
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Aug 10, 2016
1 parent 1b7f616 commit e549621
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion config/tests/generate_test_files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,15 @@ TEST_FILE="psort_test.json.plaso";
PYTHONPATH=. ./tools/log2timeline.py --buffer_size=300 --quiet ${TEST_FILE} test_data/syslog;
PYTHONPATH=. ./tools/log2timeline.py --quiet --timezone=Iceland ${TEST_FILE} test_data/syslog;

# cat > tagging.txt <<EOI
# repeated
# body contains 'last message repeated'
# EOI

# Work-around for issue with object filter support by efilter.
cat > tagging.txt <<EOI
repeated
body contains 'last message repeated'
body == 'last message repeated 5 times'
EOI

PYTHONPATH=. ./tools/psort.py --analysis tagging --output-format=null --tagging-file=tagging.txt ${TEST_FILE};
Expand Down

0 comments on commit e549621

Please sign in to comment.