Update Zeek and Strelka

This commit is contained in:
Wes Lambert
2020-04-01 19:11:10 +00:00
parent 1df2302287
commit 09022ad752

View File

@@ -9,8 +9,9 @@
output { output {
if "osquery" in [tags] { if [module] =~ "osquery" {
elasticsearch { elasticsearch {
pipeline => "%{module}.%{dataset}"
hosts => "{{ ES }}" hosts => "{{ ES }}"
index => "so-osquery-%{+YYYY.MM.dd}" index => "so-osquery-%{+YYYY.MM.dd}"
template => "/so-common-template.json" template => "/so-common-template.json"