Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…893) #### Motivation The logs are parsed into a `data` field by fluentbit. It is unecessary duplication to keep the `log` field once it has been merged into `data`. #### Modification Tells fluentbit to not keep the `log` field once it's parsed into `data`. #### Checklist _If not applicable, provide explanation of why._ - [ ] Tests updated - [ ] Docs updated - [x] Issue linked in Title
- Loading branch information