-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for postgresql csv logs (#23334)
Refactor PostgreSQL module to support logs in CSV format. The fileset has three pipelines now, first one is executed to parse the initial part of the lines, till it decides if the logs are plain text or CSV, once decided it invokes one of the other two pipelines, one specific for plain text logs and the other for CSV. Several test cases and documentation are added for CSV support. Additional fields are available now, and some others have been renamed to represent more accurately the values they store. Co-authored-by: Jaime Soriano Pastor <jaime.soriano@elastic.co>
- Loading branch information
Showing
34 changed files
with
3,086 additions
and
64 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.