Skip to content

Commit

Permalink
Merge pull request #367 from cloudfoundry-community/add-properties-to…
Browse files Browse the repository at this point in the history
…-tile

chore: update tile.yml with newly added configs
  • Loading branch information
VihasMakwana authored Mar 29, 2024
2 parents cadd7c5 + cd5e3a6 commit d926f37
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tile/tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,16 @@ forms:
label: Splunk Metric Index
description: Index where Metric Data will be indexed
optional: true
- name: refresh_splunk_connection
type: boolean
label: Refresh Splunk connection
description: Periodically refresh connection to Splunk
optional: true
- name: keep_alive_timer
type: string
label: Keep alive timer
description: Interval used to close and refresh connection to Splunk
optional: true

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

0 comments on commit d926f37

Please sign in to comment.