From b93bee5b29dbf7de623ece0ca37090f662aa59cb Mon Sep 17 00:00:00 2001 From: Germain Masse Date: Tue, 12 Nov 2019 11:42:46 +0100 Subject: [PATCH] Wrong filebeat config path --- Configure-ELK.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure-ELK.md b/Configure-ELK.md index 166eb3f..9eb257c 100644 --- a/Configure-ELK.md +++ b/Configure-ELK.md @@ -22,7 +22,7 @@ You can override that template or set a custom config file as ro volume. mail: ~ volumes: - - config/filebeat.yml:/etc/filebeat.yml:ro + - config/filebeat.yml:/etc/filebeat/filebeat.yml:ro ``` ## Run ELK embedded on mailserver stack.