You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tile/tile.yml
+41-6Lines changed: 41 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ forms:
106
106
- name: hec_retries
107
107
type: integer
108
108
label: HEC Retries
109
-
default: 5
109
+
default: 3
110
110
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.
111
111
- name: hec_batch_size
112
112
type: integer
@@ -158,16 +158,51 @@ forms:
158
158
label: Firehose Keep Alive
159
159
description: Keep alive duration (in sec, min or hour) for the firehose consumer.
160
160
default: 25s
161
-
- name: add_app_info
162
-
type: boolean
163
-
default: false
164
-
label: Add App Information
165
-
description: Enriches raw data with application metadata, such as application name, space name, org name, etc.
161
+
- name: status_monitor_interval
162
+
type: string
163
+
label: Monitor Queue Size
164
+
default: 0s
165
+
description: Time interval for monitoring consumer-queue-size status to help with back-pressure insights.
166
+
- name: rlp_gateway_retries
167
+
type: integer
168
+
label: RLP Gateway Retries
169
+
default: 5
170
+
description: Number of retries to connect to RLP gateway
166
171
- name: enable_event_tracing
167
172
type: boolean
168
173
label: Enable Event Tracing
169
174
default: false
170
175
description: Enables data loss tracing.
176
+
- name: add_app_info
177
+
type: boolean
178
+
default: false
179
+
label: Add App Information
180
+
description: Enriches event data with application metadata, such as application name, space name/ id, org name/id.
181
+
- name: add_app_name
182
+
type: boolean
183
+
default: true
184
+
label: Add App Name
185
+
description: Enriches event raw data with application name. (Requires Add App Info feature enabled)
186
+
- name: add_org_name
187
+
type: boolean
188
+
default: true
189
+
label: Add Org Name
190
+
description: Enriches event raw data with cf-org name. (Requires Add App Info feature enabled)
191
+
- name: add_org_guid
192
+
type: boolean
193
+
default: true
194
+
label: Add Org ID
195
+
description: Enriches event raw data with cf-org id. (Requires Add App Info feature enabled)
196
+
- name: add_space_name
197
+
type: boolean
198
+
default: true
199
+
label: Add Space Name
200
+
description: Enriches event raw data with cf-space name. (Requires Add App Info feature enabled)
201
+
- name: add_space_guid
202
+
type: boolean
203
+
default: true
204
+
label: Add Space ID
205
+
description: Enriches event raw data with cf-space id. (Requires Add App Info feature enabled)
0 commit comments