Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Oct 13, 2023
1 parent 19b5050 commit 86d3c3a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ecs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
FROM amazon/aws-for-fluent-bit:latest
ADD parsers.conf /parsers.conf
ADD custom.conf /custom.conf
4 changes: 2 additions & 2 deletions ecs/custom.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[SERVICE]
Parsers_File /fluent-bit/parsers/parsers.conf
Parsers_File /parsers.conf

[FILTER]
Name modify
Expand All @@ -15,4 +15,4 @@
Name parser
Match *
Key_Name message
Parser docker
Parser ecs-json
5 changes: 5 additions & 0 deletions ecs/parsers.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[PARSER]
Name ecs-json
Format json
Time_Key time
Time_Format %Y-%m-%dT%H:%M:%S:%LZ

0 comments on commit 86d3c3a

Please sign in to comment.