summaryrefslogtreecommitdiff
path: root/etc/dp_telemetry_rules.json
diff options
context:
space:
mode:
authortongzongzhen <[email protected]>2024-04-17 18:47:25 +0800
committertongzongzhen <[email protected]>2024-04-17 18:47:25 +0800
commita9ab020ae7acdcef516e100c26633a16a179ad9d (patch)
tree1367e274eafc590262e8b22d1cd4fe14dd65ed9c /etc/dp_telemetry_rules.json
parent1280af8e80d6011068dcae26c92d25227748d505 (diff)
add maat test
Diffstat (limited to 'etc/dp_telemetry_rules.json')
-rw-r--r--etc/dp_telemetry_rules.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/dp_telemetry_rules.json b/etc/dp_telemetry_rules.json
index a5c9972..6623063 100644
--- a/etc/dp_telemetry_rules.json
+++ b/etc/dp_telemetry_rules.json
@@ -3,7 +3,8 @@
{
"table_name": "DP_TRACE_TELEMETRY_TABLE",
"table_content": [
- "0\t{\"job_id\":\"72694b1c-6833-4c46-acde-52e2d6409314\",\"bpf_expr\":\"ip host 172.19.199.171\"}\t1"
+ "0\t{\"job_id\":\"72694b1c-6833-4c46-acde-52e2d6409314\",\"job_name\":\"test_xx\",\"bpf_expr\":\"ip host 172.19.199.171\",\"pkt_cnt_max\":100,\"timeout\":60,\"sampling\":2,\"snaplen\":100}\t1",
+ "1\t{\"job_id\":\"499a49aa-b4b9-4e8e-a66c-80d4cd40257b\",\"job_name\":\"test_2\",\"bpf_expr\":\"ether host 00:15:5d:b8:10:a6\",\"pkt_cnt_max\":100,\"timeout\":120,\"sampling\":2,\"snaplen\":100}\t1"
]
}
]