From 62d04d25efba3634029735c5096b8485439aaa07 Mon Sep 17 00:00:00 2001 From: lu4nx Date: Sun, 8 May 2022 14:50:52 +0800 Subject: [PATCH] Increase judgment conditions to avoid false positives (#4317) * Increase judgment conditions to avoid false positives * misc format update Co-authored-by: sandeep --- network/clickhouse-unauth.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/clickhouse-unauth.yaml b/network/clickhouse-unauth.yaml index 33665dc9a2..5c036da74f 100644 --- a/network/clickhouse-unauth.yaml +++ b/network/clickhouse-unauth.yaml @@ -18,8 +18,9 @@ network: - "{{Host}}:9000" read-size: 100 - matchers: - type: word words: - "ClickHouse" + - "UTC" + condition: and \ No newline at end of file