mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Change Variables to UperCase
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{% set helix_api_key = salt['pillar.get']('fireeye:helix:api_key', '') %}
|
{% set HELIX_API_KEY = salt['pillar.get']('fireeye:helix:api_key', '') %}
|
||||||
|
|
||||||
filter {
|
filter {
|
||||||
if "fe_clone" in [type] {
|
if "fe_clone" in [type] {
|
||||||
@@ -100,7 +100,7 @@ output {
|
|||||||
url => "https://helix-integrations.cloud.aws.apps.fireeye.com/api/upload?source=test&format=json"
|
url => "https://helix-integrations.cloud.aws.apps.fireeye.com/api/upload?source=test&format=json"
|
||||||
http_method => post
|
http_method => post
|
||||||
http_compression => true
|
http_compression => true
|
||||||
headers => ["Authorization", "{{ helix_api_key }}"]
|
headers => ["Authorization", "{{ HELIX_API_KEY }}"]
|
||||||
format => json_batch
|
format => json_batch
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user