mirror of
https://github.com/AlexMacocian/ServerManagementUtils.git
synced 2026-07-15 15:19:58 +00:00
Disable deprecated container logs
This commit is contained in:
@@ -1,13 +1,6 @@
|
|||||||
# ============================== Filebeat inputs ===============================
|
# ============================== Filebeat inputs ===============================
|
||||||
|
|
||||||
filebeat.inputs:
|
filebeat.inputs:
|
||||||
- type: container # ← purpose-built input
|
|
||||||
id: docker-containers
|
|
||||||
paths:
|
|
||||||
- /var/lib/docker/containers/*/*.log # default JSON logs
|
|
||||||
stream: all
|
|
||||||
clean_removed: true
|
|
||||||
|
|
||||||
- type: filestream
|
- type: filestream
|
||||||
id: my-filestream-id
|
id: my-filestream-id
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user