Back to ES for Beats and Logstash
This commit is contained in:
parent
51938a639f
commit
adce33d8cc
|
@ -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:
|
Try this minimal output configuration for using Beats with the security plugin:
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
output.opensearch:
|
output.elasticsearch:
|
||||||
hosts: ["localhost:9200"]
|
hosts: ["localhost:9200"]
|
||||||
protocol: https
|
protocol: https
|
||||||
username: "admin"
|
username: "admin"
|
||||||
|
@ -58,7 +58,7 @@ If you have trouble connecting Logstash to OpenSearch, try this minimal output c
|
||||||
|
|
||||||
```conf
|
```conf
|
||||||
output {
|
output {
|
||||||
opensearch {
|
elasticsearch {
|
||||||
hosts => ["localhost:9200"]
|
hosts => ["localhost:9200"]
|
||||||
index => "logstash-index-test"
|
index => "logstash-index-test"
|
||||||
user => "admin"
|
user => "admin"
|
||||||
|
|
Loading…
Reference in New Issue