-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Csv file getting started docker (#191)
* add csv upload file integration Signed-off-by: YANGDB <yang.db.dev@gmail.com> * update csv_file getting started docker content Signed-off-by: YANGDB <yang.db.dev@gmail.com> --------- Signed-off-by: YANGDB <yang.db.dev@gmail.com>
- Loading branch information
Showing
8 changed files
with
23 additions
and
37 deletions.
There are no files selected for viewing
File renamed without changes.
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
18 changes: 0 additions & 18 deletions
18
integrations/observability/csv_file/getting-started/fluent-bit/fluent-bit.yml
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...ting-started/fluent-bit/data/parsers.conf → ...e/getting-started/fluent-bit/parsers.conf
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[PARSER] | ||
Name csv | ||
Name csv_log | ||
Format regex | ||
Regex ^(?<timestamp>[^,]+),(?<log_level>[^,]+),(?<message>[^,]+),(?<application>[^,]+),(?<host>[^,]+)$ | ||
Regex ^(?<timestamp>[^,]+),(?<log_level>[^,]+),(?<message>.*),(?<application>[^,]+),(?<host>[^,]+)$ | ||
Time_Key timestamp | ||
Time_Format %Y-%m-%d %H:%M:%S | ||
Time_Format %Y-%m-%d %H:%M:%S |
File renamed without changes.
File renamed without changes.