Back to ES for Beats and Logstash

This commit is contained in:
keithhc2 2021-05-07 10:23:58 -07:00
parent 51938a639f
commit adce33d8cc
1 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ If you encounter compatibility issues when attempting to connect Beats to OpenSe
Try this minimal output configuration for using Beats with the security plugin:
```yml
output.opensearch:
output.elasticsearch:
hosts: ["localhost:9200"]
protocol: https
username: "admin"
@ -58,7 +58,7 @@ If you have trouble connecting Logstash to OpenSearch, try this minimal output c
```conf
output {
opensearch {
elasticsearch {
hosts => ["localhost:9200"]
index => "logstash-index-test"
user => "admin"