Skip to content

Commit 192eb66

Browse files
VihasMakwanamergify[bot]
authored andcommitted
update docs (#47791)
(cherry picked from commit 56a35a9)
1 parent c1a3cac commit 192eb66

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

docs/reference/auditbeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

docs/reference/filebeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

docs/reference/heartbeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

docs/reference/metricbeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

docs/reference/packetbeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

docs/reference/winlogbeat/elasticsearch-output.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ The list of Elasticsearch nodes to connect to. The events are distributed to the
8181
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.
8282
::::
8383

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

8589
```yaml
8690
output.elasticsearch:

0 commit comments

Comments
 (0)