Skip to content

Commit

Permalink
fix: add KIBANA_URI env to filebeat (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgarel committed Jan 2, 2024
1 parent dc7410f commit 7131f0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions configs/filebeat/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ setup.ilm:
policy_name: "logs"
rollover_alias: "logs-current"
pattern: "logs-{now/d}-000001"
# overwrite: true


setup.template.name: logs
Expand Down
1 change: 1 addition & 0 deletions docker-compose.node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ services:
command: [ "--strict.perms=false" ]
environment:
- ELASTICSEARCH_HOSTS
- KIBANA_URI
volumes:
- ./configs/filebeat/config.yml:/usr/share/filebeat/filebeat.yml:ro
- /var/lib/docker/containers:/var/lib/docker/containers:ro
Expand Down

0 comments on commit 7131f0c

Please sign in to comment.