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

Register Fluent::Plugin::RegexpParser as parser plugin #1094

Merged
merged 10 commits into from
Jul 19, 2016

Commits on Jul 11, 2016

  1. Extract Fluent::Plugin::RegexpParser

    We can use Fluent::Plugin::RegexpParser as following:
    
    ```
    <parse>
      @type regexp
      expression /pattern.+/
    </parse>
    ```
    okkez committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    cc1200b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    165c769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ff908c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a195c84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8d175c0 View commit details
    Browse the repository at this point in the history
  6. Indent

    okkez committed Jul 11, 2016
    Configuration menu
    Copy the full SHA
    58e8bce View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2016

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

Commits on Jul 13, 2016

  1. Configuration menu
    Copy the full SHA
    6591be4 View commit details
    Browse the repository at this point in the history
  2. Use Fluent::Plugin::RegexpParser instead of Fluent::Compat::TextParse…

    …r::RegexpParser
    
    Set options via Fluent::Config::Element.
    okkez committed Jul 13, 2016
    Configuration menu
    Copy the full SHA
    c0f1e83 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2016

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