Skip to content

Commit

Permalink
no proxy for logstash 5044
Browse files Browse the repository at this point in the history
  • Loading branch information
devincowan committed Mar 1, 2023
1 parent 0ed9f2f commit f425f2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ services:
- ./logstash/config/hs-template.json:/etc/logstash/hs-template.json:ro,Z
# Easy viewing of logs on host for debug
# - ./logs/logstash:${METRICS_LOGS_DIR}/logstash/
# ports:
# - 5044:5044
ports:
- 5044:5044
# - 50000:50000/tcp
# - 50000:50000/udp
# - 9600:9600
Expand Down
2 changes: 1 addition & 1 deletion filebeat/filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ filebeat.inputs:
- "${METRICS_LOGS_DIR:/var/log}/${METRICS_LOGFILE_MATCH:*log*}"

output.logstash:
hosts: ["nginx:5044"]
hosts: ["logstash:5044"]
username: 'elastic'
password: '${ELASTIC_PASSWORD}'

0 comments on commit f425f2b

Please sign in to comment.