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
description: Time interval (in sec) for flushing queue to the Splunk platform regardless of Consumer Queue Size. Prevents stale events in low throughput systems.
130
+
description: Time interval (in sec, min or hour) for flushing queue to the Splunk platform regardless of Consumer Queue Size. Prevents stale events in low throughput systems.
131
131
- name: missing_app_cache_invalidate_ttl
132
132
type: string
133
133
label: Missing App Cache Invalidate TTL
134
134
default: 0s
135
-
description: Time interval (in sec) between refreshing the missing app info cache. Set to 0 to maintain cache until nozzle restart.
135
+
description: Time interval (in sec, min or hour) between refreshing the missing app info cache. Set to 0 to maintain cache until nozzle restart.
136
136
- name: app_cache_invalidate_ttl
137
137
type: string
138
138
label: App Cache Invalidate TTL
@@ -142,7 +142,7 @@ forms:
142
142
type: string
143
143
label: Org Space Cache Invalidate TTL
144
144
default: 72h
145
-
description: Time interval (in sec) between refreshing the org and space cache.
145
+
description: Time interval (in sec, min or hour) between refreshing the org and space cache.
146
146
- name: app_limits
147
147
type: integer
148
148
label: App Limits
@@ -156,7 +156,7 @@ forms:
156
156
- name: firehose_keep_alive
157
157
type: string
158
158
label: Firehose Keep Alive
159
-
description: Keep alive duration (in sec) for the firehose consumer.
159
+
description: Keep alive duration (in sec, min or hour) for the firehose consumer.
160
160
default: 25s
161
161
- name: add_app_info
162
162
type: boolean
@@ -172,7 +172,7 @@ forms:
172
172
type: boolean
173
173
label: Ignore Missing App
174
174
default: true
175
-
description: Do not trigger an app metadata refresh when encountering data from an app without info in the app metadata cache.
175
+
description: If the application is missing, then stop repeatedly querying application info from Cloud Foundry.
0 commit comments