Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The other settings configures Logstash to send monitoring data over SSL/TLS.

Note
titleNOTE

If you get in the Logstash logs the following warning:

[2020-07-22T13:09:07,993][WARN ][logstash.outputs.elasticsearchmonitoring][.monitoring-logstash] ** WARNING ** Detected UNSAFE options in elasticsearch output configuration!
** WARNING ** You have enabled encryption but DISABLED certificate verification.
** WARNING ** To make sure your data is secure change :ssl_certificate_verification to true

just ignore it. According to https://github.com/elastic/logstash/issues/10352 it's about a false warning.


Logstash Pipelines

Logstash pipelines are defined in the /etc/logstash/pipelines.yml file, which contains:

...