Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(117)

Issue 320020043: [plaso] Changes to make syslog parser more error tolerant #1142 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
7 years, 3 months ago by Joachim Metz
Modified:
7 years, 3 months ago
Reviewers:
jberggren, romaing, onager
CC:
kiddi, log2timeline-dev_googlegroups.com
Visibility:
Public.

Description

[plaso] Changes to make syslog parser more error tolerant #1142

Patch Set 1 : Changes to make syslog parser more error tolerant #

Total comments: 7

Patch Set 2 : Changes after review #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+80 lines, -43 lines) Patch
M plaso/parsers/syslog.py View 2 chunks +3 lines, -4 lines 0 comments Download
M plaso/parsers/syslog_plugins/interface.py View 1 chunk +15 lines, -15 lines 0 comments Download
M plaso/parsers/text_parser.py View 1 4 chunks +45 lines, -6 lines 2 comments Download
M tests/parsers/syslog.py View 5 chunks +17 lines, -18 lines 0 comments Download

Messages

Total messages: 10
Joachim Metz
7 years, 3 months ago (2017-01-22 11:26:57 UTC) #1
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-22 11:33:48 UTC) #2
onager
https://codereview.appspot.com/320020043/diff/20001/plaso/parsers/text_parser.py File plaso/parsers/text_parser.py (right): https://codereview.appspot.com/320020043/diff/20001/plaso/parsers/text_parser.py#newcode742 plaso/parsers/text_parser.py:742: u'unable parse record with error: {0:s}'.format(exception)) Please include the ...
7 years, 3 months ago (2017-01-24 14:48:29 UTC) #3
onager
https://codereview.appspot.com/320020043/diff/20001/tests/parsers/syslog.py File tests/parsers/syslog.py (left): https://codereview.appspot.com/320020043/diff/20001/tests/parsers/syslog.py#oldcode22 tests/parsers/syslog.py:22: self.plugins = [plugin for _, plugin in list(self._parser.GetPlugins())] Why ...
7 years, 3 months ago (2017-01-24 16:23:46 UTC) #4
Joachim Metz
https://codereview.appspot.com/320020043/diff/20001/tests/parsers/syslog.py File tests/parsers/syslog.py (left): https://codereview.appspot.com/320020043/diff/20001/tests/parsers/syslog.py#oldcode22 tests/parsers/syslog.py:22: self.plugins = [plugin for _, plugin in list(self._parser.GetPlugins())] what ...
7 years, 3 months ago (2017-01-24 21:48:29 UTC) #5
Joachim Metz
https://codereview.appspot.com/320020043/diff/20001/plaso/parsers/text_parser.py File plaso/parsers/text_parser.py (right): https://codereview.appspot.com/320020043/diff/20001/plaso/parsers/text_parser.py#newcode742 plaso/parsers/text_parser.py:742: u'unable parse record with error: {0:s}'.format(exception)) On 2017/01/24 14:48:29, ...
7 years, 3 months ago (2017-01-25 06:37:58 UTC) #6
Joachim Metz
Code updated.
7 years, 3 months ago (2017-01-25 06:41:26 UTC) #7
onager
One small nit in the error message, LGTM https://codereview.appspot.com/320020043/diff/40001/plaso/parsers/text_parser.py File plaso/parsers/text_parser.py (right): https://codereview.appspot.com/320020043/diff/40001/plaso/parsers/text_parser.py#newcode742 plaso/parsers/text_parser.py:742: u'unable ...
7 years, 3 months ago (2017-01-26 14:11:57 UTC) #8
Joachim Metz
https://codereview.appspot.com/320020043/diff/40001/plaso/parsers/text_parser.py File plaso/parsers/text_parser.py (right): https://codereview.appspot.com/320020043/diff/40001/plaso/parsers/text_parser.py#newcode742 plaso/parsers/text_parser.py:742: u'unable parse record: {0:s} with error: {1:s}'.format( IMO emphasizing ...
7 years, 3 months ago (2017-01-27 04:46:28 UTC) #9
Joachim Metz
7 years, 3 months ago (2017-01-27 04:49:53 UTC) #10
Changes have been merged with master branch. To close the review and clean up
the feature branch you can run: python ./utils/review.py close syslog
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b