Skip to content

Commit 491bb64

Browse files
authored
update nozzle name and version for 2.0 (#230)
1 parent 23b33e1 commit 491bb64

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

tile/tile-history.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ history:
66
- 1.0.2
77
- 1.1.0
88
- 1.1.1
9-
version: 1.1.2
9+
- 1.1.2
10+
version: 2.0.0

tile/tile.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: splunk-nozzle
3-
label: Splunk Firehose Nozzle for PCF
3+
label: Splunk Firehose Nozzle for VMware Tanzu
44
description: Forward firehose logs & metrics to Splunk
55
icon_file: icon.png
66

@@ -10,7 +10,7 @@ allow_paid_service_plans: true # Allow paid service plans, default: false
1010
stemcell_criteria:
1111
os: ubuntu-xenial
1212
requires_cpi: false
13-
version: '97'
13+
version: '621'
1414

1515
properties:
1616
- name: author
@@ -127,12 +127,12 @@ forms:
127127
type: string
128128
label: Flush Interval
129129
default: 5s
130-
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.
131131
- name: missing_app_cache_invalidate_ttl
132132
type: string
133133
label: Missing App Cache Invalidate TTL
134134
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.
136136
- name: app_cache_invalidate_ttl
137137
type: string
138138
label: App Cache Invalidate TTL
@@ -142,7 +142,7 @@ forms:
142142
type: string
143143
label: Org Space Cache Invalidate TTL
144144
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.
146146
- name: app_limits
147147
type: integer
148148
label: App Limits
@@ -156,7 +156,7 @@ forms:
156156
- name: firehose_keep_alive
157157
type: string
158158
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.
160160
default: 25s
161161
- name: add_app_info
162162
type: boolean
@@ -172,7 +172,7 @@ forms:
172172
type: boolean
173173
label: Ignore Missing App
174174
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.
176176

177177
packages:
178178
- name: splunk_firehose_nozzle

0 commit comments

Comments
 (0)