From b8c7e0b1e09ede724db75526edb8aa8bf56ab765 Mon Sep 17 00:00:00 2001 From: Mayur Gharat Date: Thu, 11 Jun 2026 16:21:34 +0530 Subject: [PATCH] docs: add missing traffic-split stream plugin to config.yaml.example --- conf/config.yaml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/config.yaml.example b/conf/config.yaml.example index e26dbd5a3550..fdfed639e696 100644 --- a/conf/config.yaml.example +++ b/conf/config.yaml.example @@ -595,6 +595,7 @@ stream_plugins: # stream plugin list (sorted by priority) - ip-restriction # priority: 3000 - limit-conn # priority: 1003 - mqtt-proxy # priority: 1000 + - traffic-split # priority: 966 #- prometheus # priority: 500 - syslog # priority: 401 # <- recommend to use priority (0, 100) for your custom plugins