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

Don't generate a config when disabling logs collection with hints #9305

Merged
merged 4 commits into from
Dec 3, 2018

Commits on Nov 30, 2018

  1. Don't generate a config when disabling logs collection with hints

    When `co.elastic.logs/disable="true"` is used in a container, an
    incomplete event is generated, what provokes errors about configurations
    with missing fields. Don't generate configs in these cases.
    jsoriano committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    321dd48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b1697f View commit details
    Browse the repository at this point in the history
  3. Fix changelog

    jsoriano committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    6e13e40 View commit details
    Browse the repository at this point in the history
  4. Fix test

    jsoriano committed Nov 30, 2018
    Configuration menu
    Copy the full SHA
    224a976 View commit details
    Browse the repository at this point in the history