Fix Eval Event Pickup

This commit is contained in:
Mike Reeves
2020-01-30 16:10:59 -05:00
parent 59d6b7cb8a
commit c32b2726fa

View File

@@ -177,6 +177,22 @@ input {
type => "bro_x509"
tags => ["bro"]
}
file {
path => "/wazuh/alerts/alerts.json"
type => "ossec"
}
file {
path => "/wazuh/archives/archive.json"
type => "ossec_archive"
}
file {
path => "/osquery/logs/result.log"
type => "osquery"
}
file {
path => "/strelka/strelka.log"
type => "strelka"
}
}
filter {
if "import" in [tags] {