Skip to content

Commit

Permalink
Add metrics HEC enable var to compose yml
Browse files Browse the repository at this point in the history
* Add `SC4S_DEST_SPLUNK_SC4S_METRICS_HEC=yes` so metrics test will pass
  • Loading branch information
Mark Bonsack committed Jun 12, 2020
1 parent 6b581de commit 1da3156
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ services:
environment:
- SPLUNK_HEC_URL=https://splunk:8088
- SPLUNK_HEC_TOKEN=${SPLUNK_HEC_TOKEN}
- SC4S_DEST_SPLUNK_SC4S_METRICS_HEC=yes
- SC4S_SOURCE_TLS_ENABLE=no
- SC4S_DEST_SPLUNK_HEC_TLS_VERIFY=no
- SC4S_LISTEN_JUNIPER_NETSCREEN_TCP_PORT=5000
Expand Down

0 comments on commit 1da3156

Please sign in to comment.