Skip to content

Commit d926f37

Browse files
authored
Merge pull request #367 from cloudfoundry-community/add-properties-to-tile
chore: update tile.yml with newly added configs
2 parents cadd7c5 + cd5e3a6 commit d926f37

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tile/tile.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,16 @@ forms:
262262
label: Splunk Metric Index
263263
description: Index where Metric Data will be indexed
264264
optional: true
265+
- name: refresh_splunk_connection
266+
type: boolean
267+
label: Refresh Splunk connection
268+
description: Periodically refresh connection to Splunk
269+
optional: true
270+
- name: keep_alive_timer
271+
type: string
272+
label: Keep alive timer
273+
description: Interval used to close and refresh connection to Splunk
274+
optional: true
265275

266276
migration: |
267277
if (typeof properties['properties']['.properties.add_app_info']['value'] == "boolean") {

0 commit comments

Comments
 (0)