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 Elasticsearch GC logs ingestion from Docker logs #17164

Merged
merged 7 commits into from
Mar 24, 2020

Commits on Mar 20, 2020

  1. [Filebeat][elasticsearch] fix JSON lines picked up in gc.logs

    When used with docker autodiscover, the elasticsearch gc module
    erroneously picks up JSON formatted line from docker's stdout.
    
    Fix by excluding lines that start with `{`.
    kesslerm authored and ycombinator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    5e779ce View commit details
    Browse the repository at this point in the history
  2. Adding test files

    ycombinator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    265b2fd View commit details
    Browse the repository at this point in the history
  3. Adding CHANGELOG entry

    ycombinator committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    4b709d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    63e8fe3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    72d9496 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. Configuration menu
    Copy the full SHA
    ca4fb45 View commit details
    Browse the repository at this point in the history
  2. Fixing golden file

    ycombinator committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    93e1e0b View commit details
    Browse the repository at this point in the history