From 30ca9442425815f5b06ac8c742c7b2e9a3bf596d Mon Sep 17 00:00:00 2001 From: ProBrian Date: Mon, 25 Dec 2023 14:30:23 +0800 Subject: [PATCH] Bugfix/config reload refine (#52) * refine config interface and support all sources * update patch file to include all sources --------- Co-authored-by: Jingbo Chen --- patch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch/Cargo.toml b/patch/Cargo.toml index 0bc21fb..b44d81e 100644 --- a/patch/Cargo.toml +++ b/patch/Cargo.toml @@ -469,7 +469,7 @@ enrichment-tables = ["enrichment-tables-geoip"] enrichment-tables-geoip = ["dep:maxminddb"] # Sources -sources = ["custom-sources-logs"] +sources = ["sources-logs"] custom-sources-logs = [ "sources-file", "sources-demo_logs",