Skip to content

Commit a0f43dc

Browse files
committed
adding advanced config params
1 parent af58d23 commit a0f43dc

File tree

1 file changed

+45
-1
lines changed

1 file changed

+45
-1
lines changed

tile/tile.yml

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,51 @@ forms:
119119
label: Enable Event Tracing
120120
default: false
121121
description: Enables data loss tracing.
122-
122+
- name: hec_retries
123+
type: integer
124+
label: HEC Retries
125+
default: 5
126+
description: Retry count for sending events to Splunk. After expiring, events will begin dropping causing data loss.
127+
- name: hec_batch_size
128+
type: integer
129+
label: HEC Batch Size
130+
default: 100
131+
description: Set the batch size for the events to push to Splunk HTTP Event Collector
132+
- name: hec_workers
133+
type: integer
134+
label: HEC Workers
135+
default: 8
136+
description: Set the amount of Splunk HEC workers to increase concurrency while ingesting in Splunk.
137+
- name: consumer_queue_size
138+
type: integer
139+
label: Consumer Queue Size
140+
default: 10000
141+
description: Sets the internal consumer queue buffer size. Events will be pushed to Splunk after queue is full.
142+
- name: flush_interval
143+
type: string
144+
label: Flush Interval
145+
default: 5s
146+
description: Time interval for flushing queue to Splunk regardless of Consumer Queue Size. Protects against stale events in low throughput systems.
147+
- name: missing_app_cache_invalidate_ttl
148+
type: string
149+
label: Missing App Cache Invalidate TTL
150+
default: 0s
151+
description: How frequently the missing app info cache invalidates.
152+
- name: app_cache_invalidate_ttl
153+
type: string
154+
label: App Cache Invalidate TTL
155+
default: 0s
156+
description: Time interval for flushing queue to Splunk regardless of Consumer Queue Size. Protects against stale events in low throughput systems.
157+
- name: app_limits
158+
type: integer
159+
label: App Limits
160+
default: 0
161+
description: Restrict to App limits to the most updated apps per request when populating the app metadata cache.
162+
- name: ignore_missing_app
163+
type: boolean
164+
label: Ignore Missing App
165+
default: true
166+
description: If the application is missing, then stop repeatedly querying application info from Cloud Foundry.
123167

124168
packages:
125169
- name: splunk-firehose-nozzle

0 commit comments

Comments
 (0)