Skip to content

Commit

Permalink
fix: wording of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MDavidson17 committed Oct 15, 2023
1 parent 0153b8d commit 17a17e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/charts/fluentbit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export class FluentBit extends Chart {
super(scope, id, applyDefaultLabels(props, 'aws-for-fluent-bit', '2.31.11', 'logs', 'workflows'));

const FluentParserName = 'containerd';
// This needs to be properly formatted, and it was stolen directly from https://github.com/microsoft/fluentbit-containerd-cri-o-json-log
// This needs to be properly formatted, and it was taken directly from https://github.com/microsoft/fluentbit-containerd-cri-o-json-log
// The key part is the message must be parsed as "log" otherwise it wont be parsed as JSON
const FluentContainerParser = `[PARSER]
Name ${FluentParserName}
Expand Down

0 comments on commit 17a17e6

Please sign in to comment.