Skip to content

Commit eef2b68

Browse files
committed
chore: update manifest
1 parent 9f6c7d8 commit eef2b68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/ci_nozzle_manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
applications:
33
- name: splunk-firehose-nozzle
4-
memory: 3G
4+
memory: 512M
55
instances: 2
66
buildpack: go_buildpack
7-
cmd: ./splunk-firehose-nozzle
7+
cmd: splunk-firehose-nozzle
88
env:
99
GOPACKAGENAME: main
1010
API_ENDPOINT:
@@ -37,7 +37,7 @@ applications:
3737
HEC_BATCH_SIZE: 1000
3838
HEC_RETRIES: 5
3939
HEC_WORKERS: 8
40-
DEBUG: true
40+
DEBUG: false
4141
ENABLE_EVENT_TRACING: true
4242
STATUS_MONITOR_INTERVAL: 1s
4343
SELECTED_MONITORING_METRICS: nozzle.queue.percentage,splunk.events.dropped.count,splunk.events.sent.count,firehose.events.dropped.count,firehose.events.received.count,splunk.events.throughput,nozzle.usage.ram,nozzle.usage.cpu,nozzle.cache.memory.hit,nozzle.cache.remote.hit,nozzle.cache.boltdb.hit

0 commit comments

Comments
 (0)