Skip to content

Commit

Permalink
'#2231 Enabling the correct Journal Parser on forensics and pedo.
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdalla committed May 27, 2024
1 parent b75ce7a commit 691497c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<properties>

<parsers>
<parser class="org.apache.tika.parser.journal.JournalParser"></parser>
<parser class="iped.parsers.usnjrnl.UsnJrnlParser">
<params>
<param name="extractEntries" type="bool">true</param>
</params>
</parser>
</parsers>

</properties>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
<properties>

<parsers>
<parser class="org.apache.tika.parser.journal.JournalParser"></parser>
<parser class="iped.parsers.usnjrnl.UsnJrnlParser">
<params>
<param name="extractEntries" type="bool">true</param>
</params>
</parser>
</parsers>

</properties>

0 comments on commit 691497c

Please sign in to comment.