-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
XSUP-42968 Linux Parsing Rule Extension for Additional Timestamp Form…
…ats (#37039) * add support for ISO 8601 with spaces * fix Zulu time notation format * add support for timestamp in embedded json payloads or given as a key-value pair * added support for offset hh:mm separated by space * update release notes
- Loading branch information
Showing
3 changed files
with
18 additions
and
4 deletions.
There are no files selected for viewing
13 changes: 10 additions & 3 deletions
13
...tion/ParsingRules/LinuxEventsCollectionParsingRules/LinuxEventsCollectionParsingRules.xif
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
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,7 @@ | ||
|
||
#### Parsing Rules | ||
|
||
##### Linux Events Collection Parsing Rule | ||
|
||
- Added support for an additional profile of ISO 8601, that uses spaces between the date, time, and timezone offset components, such as `2024-11-04 10:36:12.818 +1100`. | ||
- Added support for extracting timestamps from key-value pairs embedded in the raw log. |
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