Skip to content

Commit 569af3f

Browse files
committed
updated fields descriptions and tile version
1 parent 6fcb934 commit 569af3f

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

tile/tile-history.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
22
history:
3-
- 0.2.1
4-
version: 1.0.0
3+
- 0.2.
4+
- 1.0.0
5+
version: 1.0.1

tile/tile.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,47 +123,47 @@ forms:
123123
type: integer
124124
label: HEC Retries
125125
default: 5
126-
description: Retry count for sending events to Splunk. After expiring, events will begin dropping causing data loss.
126+
description: The retry count for sending events to the Splunk platform. Events not successfully sent after this number of retries will be dropped, causing data loss.
127127
- name: hec_batch_size
128128
type: integer
129129
label: HEC Batch Size
130130
default: 100
131-
description: Set the batch size for the events to push to Splunk HTTP Event Collector
131+
description: The number of events per batch sent to Splunk HTTP Event Collector.
132132
- name: hec_workers
133133
type: integer
134134
label: HEC Workers
135135
default: 8
136-
description: Set the amount of Splunk HEC workers to increase concurrency while ingesting in Splunk.
136+
description: The number of concurrent workers sending data to Splunk HTTP Event Collector. Scale this number to your Splunk platform data collection capacity accordingly.
137137
- name: consumer_queue_size
138138
type: integer
139139
label: Consumer Queue Size
140140
default: 10000
141-
description: Sets the internal consumer queue buffer size. Events will be pushed to Splunk after queue is full.
141+
description: The internal consumer queue buffer size. Events will be sent to your Splunk platform after queue is full.
142142
- name: flush_interval
143143
type: string
144144
label: Flush Interval
145145
default: 5s
146-
description: Time interval for flushing queue to Splunk regardless of Consumer Queue Size. Protects against stale events in low throughput systems.
146+
description: Time interval (in sec) for flushing queue to the Splunk platform regardless of Consumer Queue Size. Prevents stale events in low throughput systems.
147147
- name: missing_app_cache_invalidate_ttl
148148
type: string
149149
label: Missing App Cache Invalidate TTL
150150
default: 0s
151-
description: How frequently the missing app info cache invalidates.
151+
description: Time interval (in sec) between refreshing the missing app info cache. Set to 0 to maintain cache until nozzle restart.
152152
- name: app_cache_invalidate_ttl
153153
type: string
154154
label: App Cache Invalidate TTL
155155
default: 0s
156-
description: Time interval for flushing queue to Splunk regardless of Consumer Queue Size. Protects against stale events in low throughput systems.
156+
description: Time interval (in sec) between refreshing the app info local cache. Set to 0 to only populate the cache during startup or restart of the nozzle.
157157
- name: app_limits
158158
type: integer
159159
label: App Limits
160160
default: 0
161-
description: Restrict to App limits to the most updated apps per request when populating the app metadata cache.
161+
description: The number of apps for which metadata is gathered when refreshing the app metadata cache (order based on app creation date). Set to 0 to remove limit.
162162
- name: ignore_missing_app
163163
type: boolean
164164
label: Ignore Missing App
165165
default: true
166-
description: If the application is missing, then stop repeatedly querying application info from Cloud Foundry.
166+
description: Do not trigger an app metadata refresh when encountering data from an app without info in the app metadata cache.
167167

168168
packages:
169169
- name: splunk-firehose-nozzle

0 commit comments

Comments
 (0)