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 warning for logging configuration on systemd #12577

Merged
merged 4 commits into from
Jun 25, 2019

Commits on Jun 17, 2019

  1. Add warning for logging configuration on systemd

    Since 7.0 we add the `-e` flag to all beats from the systemd unit file.
    This make them to log to stderr on systems with systemd, what is the
    recommended behaviour on these systems, so local logs are managed by
    journald. This creates some confusion as the added flags make beats
    ignore other output settings added to the configuration files.
    Add a new warning in the logging configuration page about this.
    jsoriano committed Jun 17, 2019
    Configuration menu
    Copy the full SHA
    4cb119c View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2019

  1. Fix winlogbeat docs build

    jsoriano committed Jun 18, 2019
    Configuration menu
    Copy the full SHA
    caf6891 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7193b37 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbdbd8e View commit details
    Browse the repository at this point in the history