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 data directories to kubernetes manifests #17429

Merged
merged 6 commits into from
Apr 6, 2020

Commits on Apr 2, 2020

  1. Add data directories to kubernetes manifests

    Mount data directories in Metricbeat and Auditbeat pods too. They were
    defined in some places but not mounted.
    
    For Auditbeat this is important so it doesn't have to rebuild its file
    integrity database on each run. For Metricbeat I don't think it is so
    important, but adding it just in case for consistency with the other
    reference manifests.
    jsoriano committed Apr 2, 2020
    Configuration menu
    Copy the full SHA
    c831193 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

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

    jsoriano committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    4d6b8ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3de9a7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff2fc2c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

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