Skip to content

Commit

Permalink
Update: add attribute in date remapper
Browse files Browse the repository at this point in the history
  • Loading branch information
manan-crest committed Dec 10, 2024
1 parent 72b1b79 commit 4246de1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,11 +316,12 @@ pipeline:
EventReceivedByServer=%{date("M/d/yyyy h:m:s
a"):EventReceivedByServer} %{keyvalue_parsing_rule:}
- type: date-remapper
name: Define `EventReceivedByServer`, `FileFirstSeenByServer`, `timestamp` as
the official date of the log
name: Define `EventReceivedByServer`, `EventOccuredOnServer`,
`FileFirstSeenByServer`, `timestamp` as the official date of the log
enabled: true
sources:
- EventReceivedByServer
- EventOccuredOnServer
- FileFirstSeenByServer
- timestamp
- type: category-processor
Expand Down

0 comments on commit 4246de1

Please sign in to comment.