Commit 4e84ed3d authored by qiuqunfeng's avatar qiuqunfeng
Browse files

Add res_name field to WAF detection index template

- Introduce a new field 'res_name' of type 'keyword' in the WAF detection index template to enhance data categorization and querying capabilities.
- This addition aims to improve the structure and usability of the index for WAF-related data.
parent f17ae858
...@@ -226,6 +226,9 @@ ...@@ -226,6 +226,9 @@
"cluster_key": { "cluster_key": {
"type": "keyword" "type": "keyword"
}, },
"res_name": {
"type": "keyword"
},
"attack_time": { "attack_time": {
"coerce": true, "coerce": true,
"index": true, "index": true,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment