Skip to content

Commit b5f8d24

Browse files
committed
Updates autodiscovery to match new app name
Updates the autodiscovery configuration in Filebeat to correctly identify logs from the 'api-onibusbh' Docker container. This ensures that logs are properly collected and processed for the renamed application.
1 parent 6b23573 commit b5f8d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

filebeat.prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ filebeat.autodiscover:
55
templates:
66
- condition:
77
contains:
8-
docker.container.name: springboot-app_prod
8+
docker.container.name: api-onibusbh
99
config:
1010
- type: container
1111
paths:

0 commit comments

Comments
 (0)