Add initia/basic Strelka config

This commit is contained in:
Wes Lambert
2020-02-18 02:46:31 +00:00
parent 4d98670fac
commit 50fcf8307f
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"
}
}
}