Logstash - Fix helix output

This commit is contained in:
Mike Reeves
2019-12-12 14:12:51 -05:00
parent b8ea1f041a
commit bd9b1957ba

View File

@@ -131,7 +131,7 @@ filter {
} }
output { output {
if [event_type] =~ /^bro_conn|bro_dns|bro_http|bro_files|bro_ssl|bro_dhcp|bro_x509$/ { if [type] =~ /^bro_conn|bro_dns|bro_http|bro_files|bro_ssl|bro_dhcp|bro_x509$/ {
http { http {
url => "https://helix-integrations.cloud.aws.apps.fireeye.com/api/upload" url => "https://helix-integrations.cloud.aws.apps.fireeye.com/api/upload"
http_method => post http_method => post