-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3983fae
commit e02a617
Showing
6 changed files
with
82,256 additions
and
0 deletions.
There are no files selected for viewing
8,029 changes: 8,029 additions & 0 deletions
8,029
LogFile Samples/dca/DCA.process.ContentFiltering.log
Large diffs are not rendered by default.
Oops, something went wrong.
38,391 changes: 38,391 additions & 0 deletions
38,391
LogFile Samples/pvwa/CyberArk.WebApplication.log
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
11,019 changes: 11,019 additions & 0 deletions
11,019
LogFile Samples/pvwa/CyberArk.WebTasksEngine.log
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# DCA Logs | ||
DCA_COPYFROMTO .+?(?=\]) | ||
DCA_RULE .+?(?=\]) | ||
DCA_FILE \F.+?(?=\]) | ||
DCA_MESSAGE .* | ||
DCA_SEPERATOR \s\|\s | ||
DCA_BETWEEN \s*\|\s*.+?(?=\|) | ||
|
||
"message" => "\[%{DATE:date}%{DCA_SEPERATOR}%{TIME:time}\]%{DCA_BETWEEN:fromto}%{DCA_BETWEEN:rule}%{DCA_BETWEEN:file}%{DCA_BETWEEN:colons}%{GREEDYDATA:msg}" | ||
|
||
\[%{DATE:date}%{DCA_SEPERATOR}%{TIME:time}\]%{DCA_BETWEEN:fromto}%{DCA_BETWEEN:rule}%{DCA_BETWEEN:file}%{DCA_BETWEEN:colons}%{GREEDYDATA:msg} | ||
|
||
|
||
grok for ITA LOG: | ||
%{DATESTAMP:date_and_time}\s%{WORD:action_code}\s%{GREEDYDATA:msg} | ||
|
||
grok for web logs | ||
DCA_PID .+?(?=\|) | ||
DCA_TID .+?(?=\|) | ||
|
||
|
||
|
||
\[%{DATE:date}%{DCA_SEPERATOR}%{TIME:time}\]%{DCA_SEPERATOR}%{DCA_PID:pid}%{DCA_SEPERATOR}%{DCA_TID:tid}%{DCA_BETWEEN:colon}%{DCA_SEPERATOR}%{DCA_MESSAGE:msg} |