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

in_winevtlog: Make configurable for the size of collecting threshold per a cycle #8677

Commits on Apr 5, 2024

  1. in_winevtlog: Make configurable for the size of collecting threshold …

    …per a cycle
    
    Previously, I had chosen to restrict with the threshold to prevent
    unlimited subscribing per a cycle.
    This should cause flood of memory comsumptions but it depends on the
    amound of the channels of Windows EventLog.
    Nowadays, this plugin is getting widely used.
    Also, in the fluent community slack, there is a request to make to be
    able to configure for this threshold per a cycle.
    
    To prevent slowing down for the subscribe the channels,
    it won't de able to set up below 512KiB with the newly introduced
    parameter.
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    f6a4d46 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. in_winevtlog: Address comments

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    83a247c View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. in_winevtlog: Handle read_limit_per_cycle parameter as size type on c…

    …onfig_map
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    540faf2 View commit details
    Browse the repository at this point in the history
  2. in_winevtlog: Handle the default value of read_limit_per_cycle parameter

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    e52c40f View commit details
    Browse the repository at this point in the history
  3. in_winevtlog: Display the specified values for the collecting size of…

    … per cycle
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    35ee9a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. in_winevtlog: Specify the maximum cutoff value thorough the current s…

    …pecification of chunk size
    
    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ced8b0b View commit details
    Browse the repository at this point in the history
  2. in_winevtlog: Display the upper limit with the calculated value

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a5caba4 View commit details
    Browse the repository at this point in the history
  3. in_winevtlog: Downgrade for the log level for lower threshold

    Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
    cosmo0920 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cf0c5bf View commit details
    Browse the repository at this point in the history