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

Update Filebeat Traefik module to handle mixed Common and Combined Log Format #8768

Merged
merged 10 commits into from
Dec 6, 2018

Commits on Dec 5, 2018

  1. * Added support for Common Log Format and Combined Log Format in Trae…

    …fik which is the default format until now.
    
    * traefik.access.frontend_name and backend_url were set as text so new fields with `_keyword` suffix on their names (traefik.access.frontend_name_keyword) were added to support keyword searches too.
    * Added more log lines, including one in Common Log Format
    * Added user_identifier field which was hardcoded to '-' before
    * Added log test inputs where the user_name and user_identifier were set and not set.
    * Added duration field which was missing
    * Numeric fields added as string have been converted to long
    * Added request count field
    sayden committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    279c8bd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ed423d View commit details
    Browse the repository at this point in the history
  3. Added CHANGELOG entry

    sayden committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    fb0367a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fc9e192 View commit details
    Browse the repository at this point in the history
  5. Added CHANGELOG entry

    sayden committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    febb025 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0c247c View commit details
    Browse the repository at this point in the history
  7. Leave old log lines untouched

    sayden committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    566eb0a View commit details
    Browse the repository at this point in the history
  8. Leave the original pipeline incoming field name so the input is parse…

    …d in dissect and in the ingest node again (instead of only the ingest node)
    sayden committed Dec 5, 2018
    Configuration menu
    Copy the full SHA
    9bcc9c7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6737664 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2018

  1. Delete leftover file

    sayden committed Dec 6, 2018
    Configuration menu
    Copy the full SHA
    092d629 View commit details
    Browse the repository at this point in the history