Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
fixup! [logstash] use new elasticsearch credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlrt committed Oct 13, 2021
1 parent f4dee34 commit 1688ba9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion logstash/examples/elasticsearch/test/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ file:
filetype: file
contains:
- 'input { exec { command => "uptime" interval => 30 } }'
- 'output { elasticsearch { hosts => ["http://elasticsearch-master:9200"] index => "logstash" } }'
- 'hosts => ["http://elasticsearch-master:9200"]'
- 'index => "logstash"'

0 comments on commit 1688ba9

Please sign in to comment.