Merge pull request #359 from Security-Onion-Solutions/feature/strelka_ls

Add initial/basic Strelka config
This commit is contained in:
weslambert
2020-02-17 21:47:32 -05:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
filter {
if [type] =~ "strelka" {
json {
source => "message"
}
}
}

View File

@@ -0,0 +1,8 @@
filter {
if [type] =~ "strelka" {
json {
source => "message"
}
}
}