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 diagnostics collect command to elastic-agent. #28461

Merged
merged 6 commits into from
Oct 19, 2021

Commits on Oct 15, 2021

  1. Add diagnostics collect command to elastic-agent.

    Add diagnostics collect command to elastic-agent. This option will
    create an archieve with information that can help with debugging the
    elastic-agent. The information includes process metadata (same as the
    output of elastic-agent diagnostics), config information, the rendered
    policy, and any local log files.
    michel-laterman committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    212ce03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4dcbc4f View commit details
    Browse the repository at this point in the history
  3. review feedback, close log file handles

    fix typos, handle file not exist errors, close open file handles for
    logs after copying, writeFile will default to yaml instead of json
    behaviour.
    michel-laterman committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    043c8c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

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

Commits on Oct 18, 2021

  1. Configuration menu
    Copy the full SHA
    500105a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f434c20 View commit details
    Browse the repository at this point in the history