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

Add parameter delimiter_pattern to parser_ltsv #1802

Merged
merged 2 commits into from
Dec 27, 2017

Commits on Dec 26, 2017

  1. Add parameter delimiter_pattern to parser_ltsv

    The feature is taken from
    https://github.com/fluent-plugins-nursery/fluent-plugin-kv-parser
    
    fluent-plugin-kv-parser is very simple and similar to parser_ltsv.
    So we can integrate fluent-plugin-kv-parser with parser_ltsv.
    okkez committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    b98d9ba View commit details
    Browse the repository at this point in the history
  2. Reduce redundant local variable assignment

    Because `#parse` is called for each event. On the other hand
    `#configure` is called once on boot.
    okkez committed Dec 26, 2017
    Configuration menu
    Copy the full SHA
    3f79f93 View commit details
    Browse the repository at this point in the history