Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions config/end-to-end.ini
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,13 @@ output_format=json_line
reference_output_file=test_data/end_to_end/json_line.log
source=test_data/psort_test.plaso

[output_kml]
case=analyze_and_output
output_file=kml.log
output_format=kml
reference_output_file=test_data/end_to_end/kml.log
source=test_data/psort_test.plaso

[output_l2tcsv]
case=analyze_and_output
output_file=l2tcsv.log
Expand Down
2 changes: 1 addition & 1 deletion plaso/multi_process/output_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ def ExportEvents(
self._output_mediator = self._CreateOutputMediator(
storage_reader, processing_configuration
)
output_module.WriteHeader(output_mediator)
output_module.WriteHeader(self._output_mediator)

self._StartStatusUpdateThread()

Expand Down
1 change: 1 addition & 0 deletions test_data/end_to_end/kml.log
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="utf-8"?><kml xmlns="http://www.opengis.net/kml/2.2"><Document></Document></kml>
Loading