Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tail: added configuration for journal mode in WAL #3239

Merged
merged 4 commits into from
Apr 6, 2021
Merged

tail: added configuration for journal mode in WAL #3239

merged 4 commits into from
Apr 6, 2021

Conversation

AkshayDubey29
Copy link
Contributor

@AkshayDubey29 AkshayDubey29 commented Mar 17, 2021

Signed-off-by: Akshay Dubey [email protected]


Enter [N/A] in the box, if an item is not applicable to your change.

Testing
Before we can approve your change; please submit the following in a comment:

  • Example configuration file for the change
  • Debug log output from testing the change
  • Attached Valgrind output that shows no leaks or memory corruption was found

Documentation

  • Documentation required for this feature

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

@AkshayDubey29
Copy link
Contributor Author

#3073

@AkshayDubey29
Copy link
Contributor Author

AkshayDubey29 commented Mar 17, 2021

[INPUT]
name tail
path /var/log/containers/*.log
db.journal_Mode DELETE | TRUNCATE | PERSIST | MEMORY | WAL | OFF

@edsiper
Copy link
Member

edsiper commented Mar 23, 2021

@AkshayDubey29 please cleanup the PR and commits, it contains some extra content that is not part of the context of the PR

@AkshayDubey29
Copy link
Contributor Author

Done

@edsiper edsiper merged commit 06ac62c into fluent:master Apr 6, 2021
edsiper pushed a commit that referenced this pull request Apr 6, 2021
@nokute78 nokute78 mentioned this pull request Apr 6, 2021
@nokute78
Copy link
Collaborator

nokute78 commented Apr 6, 2021

@AkshayDubey29 Could you update documentation?
We need to add db.journal_Mode and remove db.wal
https://github.com/fluent/fluent-bit-docs/blob/master/pipeline/inputs/tail.md

@AkshayDubey29
Copy link
Contributor Author

@nokute78
Copy link
Collaborator

nokute78 commented Apr 6, 2021

@AkshayDubey29 Oops, I'll comment that PR.
Thank you.

DrewZhang13 pushed a commit to DrewZhang13/fluent-bit that referenced this pull request May 3, 2021
DrewZhang13 pushed a commit to DrewZhang13/fluent-bit that referenced this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants