-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: query service: logs pipelines timestamp parsing processor (#4105)
* chore: relocate tests for trace and grok parsing processor * chore: add test for timestamp parsing processor * feat: update PipelineOperator model for time parser fields and get tests passing * chore: add test cases for validating time parser fails silently on mismatched logs * chore: add helper for generating regex for strptime layouts * feat: time_parser ignore logs whose parseFrom value doesn't match strptime layout * chore: escape regex special chars if any in the layout string before preparing regex * chore: add operator.If on time_parser when using layout type epoch * chore: finish up with operator.If on time_parser for layout type * chore: postable pipeline validation for time parser * chore: some cleanup * chore: some more cleanup * chore: add validation for strptime layouts in postable pipelines --------- Co-authored-by: Srikanth Chekuri <[email protected]>
- Loading branch information
1 parent
1f0fdfd
commit 1b6b3c2
Showing
8 changed files
with
463 additions
and
13 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.