mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
9 lines
377 B
Plaintext
9 lines
377 B
Plaintext
{
|
|
"description":"zeek.ldap_search",
|
|
"processors":[
|
|
{"pipeline": {"name": "zeek.ldap", "ignore_missing_pipeline":true,"ignore_failure":true}},
|
|
{"set": {"field": "event.dataset", "value":"ldap_search"}},
|
|
{"remove": {"field": "tags", "ignore_missing":true}},
|
|
{"pipeline": {"name": "zeek.common"}}
|
|
]
|
|
} |