mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Merge pull request #97 from defensivedepth/nids
Add rule_signature mapping
This commit is contained in:
@@ -2675,6 +2675,14 @@
|
|||||||
"rule_number":{
|
"rule_number":{
|
||||||
"type":"long"
|
"type":"long"
|
||||||
},
|
},
|
||||||
|
"rule_signature":{
|
||||||
|
"type":"text",
|
||||||
|
"fields":{
|
||||||
|
"keyword":{
|
||||||
|
"type":"keyword"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"rule_type":{
|
"rule_type":{
|
||||||
"type":"text",
|
"type":"text",
|
||||||
"fields":{
|
"fields":{
|
||||||
|
|||||||
Reference in New Issue
Block a user