Skip to content

Commit adce33d

Browse files
committed
Back to ES for Beats and Logstash
1 parent 51938a6 commit adce33d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/troubleshoot/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ If you encounter compatibility issues when attempting to connect Beats to OpenSe
3333
Try this minimal output configuration for using Beats with the security plugin:
3434

3535
```yml
36-
output.opensearch:
36+
output.elasticsearch:
3737
hosts: ["localhost:9200"]
3838
protocol: https
3939
username: "admin"
@@ -58,7 +58,7 @@ If you have trouble connecting Logstash to OpenSearch, try this minimal output c
5858
5959
```conf
6060
output {
61-
opensearch {
61+
elasticsearch {
6262
hosts => ["localhost:9200"]
6363
index => "logstash-index-test"
6464
user => "admin"

0 commit comments

Comments
 (0)