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 to configure monitoring output #3517

Merged
merged 1 commit into from
Feb 16, 2017

Commits on Feb 16, 2017

  1. Add support to configure xpack monitoring output

    - Add support to configure `monitoring.elasticsearch`. If
      `monitoring.elasticsearch` is missing, configuration from
      `output.elasticsearch` will be used. If both are present,
      `monitoring.elasticsearch` re-uses missing options from
      `outputs.elasticsearch`. E.g. this way timeouts and user/password can be
      configured in `monitoring.elasticsearch`, while re-using `hosts` and other
      connection settings.
    - checks if xpack.monitoring.elasticsearch.hosts not configured if
      output.elasticsearch.hosts is configured
    - send and publisher loop disconnected from event publisher to publish metric
      snapshots collected via `libbeat/monitoring`
    - Introduce common.BeatInfo structure being initialized on startup with
      common beat meta-data to be used by outputs and monitoring reporter:
        - beat (e.g. filebeat, metricbeat, ...)
        - version
        - name (configure name, otherwise hostname)
        - hostname
        - uuid
    urso committed Feb 16, 2017
    Configuration menu
    Copy the full SHA
    57f87b6 View commit details
    Browse the repository at this point in the history