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 support for Logstash as a valid Agent destination #24305

Merged
merged 8 commits into from
Jun 23, 2021

Commits on Jun 17, 2021

  1. Add support for Logstash as a valid Agent destination

    This PR fixes an issue to use an logstash output as a monitoring
    destination, this correctly uses the type defined in the output to
    generate the appropriate output configuration for the monitoring
    processes.
    ph committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    ecc6140 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    0112ac4 View commit details
    Browse the repository at this point in the history
  2. remove hardcoded Elasticsearch reference into the output generate for

    the monitoring sidecar
    ph committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6c15fab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d080f7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b77bb95 View commit details
    Browse the repository at this point in the history
  5. Add a LookupString to the transpiler package

    Replace the idiom of using Lookup and type cast into a string by a
    single method call.
    ph committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    41acb9e View commit details
    Browse the repository at this point in the history
  6. Fix changelog

    ph committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    6d23fb7 View commit details
    Browse the repository at this point in the history
  7. Use lookupString instead of lookup

    ph committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    8d82e08 View commit details
    Browse the repository at this point in the history