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

[receiver/filelog] Limit files consumed per polling cycle #18477

Merged
merged 7 commits into from
Feb 9, 2023

Commits on Feb 9, 2023

  1. Added poll_file_limit configuration parameter to stanza fileconsumer

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    b15daeb View commit details
    Browse the repository at this point in the history
  2. Updated readme for filelog receiver and file input operator

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    7ae6477 View commit details
    Browse the repository at this point in the history
  3. Added config marshal test for config poll_file_limit

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    50f0742 View commit details
    Browse the repository at this point in the history
  4. Added changelog entry

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    d498549 View commit details
    Browse the repository at this point in the history
  5. cleaned up documentation for max_concurrent_files

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    6018077 View commit details
    Browse the repository at this point in the history
  6. Renamed polling_file_limit to max_batches and changed logic to match …

    …the intent
    
    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    3f36608 View commit details
    Browse the repository at this point in the history
  7. Fixed up readme changes

    Signed-off-by: Corbin Phelps <[email protected]>
    Corbin Phelps committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9ee351b View commit details
    Browse the repository at this point in the history