Skip to content

Commit

Permalink
Revert "Removed ES_USER and ES_PASSWORD from ES output config"
Browse files Browse the repository at this point in the history
This reverts commit 548437f.
  • Loading branch information
Felix Friedrich committed Nov 28, 2018
1 parent 32cd07a commit 6257ef3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ output {
elasticsearch {
# DS_HOSTS is default from elasticsearch_master property
hosts => [ "${DST_HOSTS}" ]
user => "${ES_USER}"
password => "${ES_PASSWORD}"
sniffing => false
index => "${ES_INDEX_PREFIX:logs}-%{[@index_level]}-%{+YYYY.MM.dd}"
http_compression => true
Expand Down

0 comments on commit 6257ef3

Please sign in to comment.