mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-05-06 03:17:53 +02:00
e60a1e4357
Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
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"}}
|
|
]
|
|
} |