Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update tile.yml with newly added configs #367

Merged
merged 1 commit into from
Mar 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading