Skip to content

Improve elasticsearch module documentation for SSL #6115

@untergeek

Description

@untergeek

REF: https://discuss.elastic.co/t/ssl-configured-in-beat-but-es-gives-io-netty-handler-ssl-notsslrecordexception/115421

The elasticsearch module does not support the use of the protocol configuration key, but rather should be in the hosts array, e.g.:

- module: elasticsearch
  metricsets: ["node", "node_stats"]
  period: 10s
  hosts: ["https://hostname.example.com:9200"]
  ...

If the example here were to show http or https in the configuration, it would address this, I think.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions