Skip to content

Commit

Permalink
feat: update logstash base image version and update default configura…
Browse files Browse the repository at this point in the history
…tion files (#61)
  • Loading branch information
njuguna-n authored Jan 12, 2024
1 parent 9b923b3 commit 674582d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 37 deletions.
2 changes: 1 addition & 1 deletion logstash/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM logstash:7.14.1
FROM logstash:8.11.1

COPY ./pipeline /usr/share/logstash/pipeline
COPY ./entrypoint.sh /usr/local/bin/entrypoint.sh
Expand Down
34 changes: 0 additions & 34 deletions logstash/pipeline/couchdb_sentinel.conf

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
input {
couchdb_changes {
always_reconnect => true
db => "couchdb"
db => "medic"
host => "${COUCHDB_HOST}"
username => "${COUCHDB_USER}"
password => "${COUCHDB_PASSWORD}"
Expand All @@ -29,6 +29,6 @@ output {
format => "json"
http_method => "post"
ignorable_codes => 409
url => "http://${HTTP_ENDPOINT}/couchdb"
url => "http://${HTTP_ENDPOINT}/medic"
}
}

0 comments on commit 674582d

Please sign in to comment.