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

Fix the limitation of the size of yaml file that exceeds 3MB #97

Merged
merged 20 commits into from May 12, 2023

Commits on May 9, 2023

  1. added setting dictionary_file_max_bytes to config the maximum bytes…

    … size
    
    of the yaml file in `dictionary_path` to overcome the 3MB size limit from
    SnakeYaml 1.33
    
    Fixed: logstash-plugins#96
    kaisecheng committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7ef4b48 View commit details
    Browse the repository at this point in the history
  2. fix flaky test in main

    kaisecheng committed May 9, 2023
    Configuration menu
    Copy the full SHA
    39e4cc8 View commit details
    Browse the repository at this point in the history
  3. fix flaky test in main

    kaisecheng committed May 9, 2023
    Configuration menu
    Copy the full SHA
    fd94e8b View commit details
    Browse the repository at this point in the history
  4. add doc

    kaisecheng committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5a9d95a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    f2a95de View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. Configuration menu
    Copy the full SHA
    a282e19 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    2f8e90a View commit details
    Browse the repository at this point in the history
  2. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    d78dfc6 View commit details
    Browse the repository at this point in the history
  3. Update lib/logstash/filters/dictionary/yaml_file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    b385408 View commit details
    Browse the repository at this point in the history
  4. Update lib/logstash/filters/translate.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9abf5a8 View commit details
    Browse the repository at this point in the history
  5. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    121c57d View commit details
    Browse the repository at this point in the history
  6. Update docs/index.asciidoc

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e6eb949 View commit details
    Browse the repository at this point in the history
  7. fix logger

    kaisecheng committed May 12, 2023
    Configuration menu
    Copy the full SHA
    9346f7c View commit details
    Browse the repository at this point in the history
  8. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    3a535d0 View commit details
    Browse the repository at this point in the history
  9. Update lib/logstash/filters/translate.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    23c3d07 View commit details
    Browse the repository at this point in the history
  10. Update lib/logstash/filters/dictionary/yaml_file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    db859e0 View commit details
    Browse the repository at this point in the history
  11. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    e437362 View commit details
    Browse the repository at this point in the history
  12. Update lib/logstash/filters/dictionary/file.rb

    Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
    kaisecheng and jsvd committed May 12, 2023
    Configuration menu
    Copy the full SHA
    610f48d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cf2b2ff View commit details
    Browse the repository at this point in the history
  14. add comment

    kaisecheng committed May 12, 2023
    Configuration menu
    Copy the full SHA
    294c672 View commit details
    Browse the repository at this point in the history