Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions docs/reference/auditbeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/filebeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/heartbeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/metricbeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/packetbeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
4 changes: 4 additions & 0 deletions docs/reference/winlogbeat/elasticsearch-output.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
When a node is defined as an `IP:PORT`, the *scheme* and *path* are taken from the [`protocol`](#protocol-option) and [`path`](#path-option) config options.
::::

::::{warning}
All configured hosts must belong to the same Elasticsearch cluster; using nodes from different clusters may result in split or inconsistent data.
::::


```yaml
output.elasticsearch:
Expand Down
Loading