mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Logstash - Fix helix output
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user