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

fluentd command: add --with-source-only #4661

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 10, 2024

  1. fluentd command: add --with-source-only

    It launches Fluentd with Input plugins only.
    Here is the specification.
    
    * Those Input plugins emits the events to SourceOnlyBufferAgent.
    * The events is kept in the buf_file during the source-only-mode.
    * SIGRTMIN(34) cancels the mode.
    * After canceled, the new agent starts to load the buffer.
    
    Signed-off-by: Daijiro Fukuda <[email protected]>
    daipom committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7ab49c3 View commit details
    Browse the repository at this point in the history