Skip to content

Commit 2f9f5fa

Browse files
authored
Merge pull request #104 from cloudfoundry-community/feature/update-Tile-field-description
update tile fields description
2 parents 6b1abc7 + 1fa99cb commit 2f9f5fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tile/tile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ forms:
3737
type: boolean
3838
label: Skip SSL Validation
3939
default: false
40-
description: Skip SSL certificate validation for connection to Splunk. Secure communications will not check SSL certificates against a trusted Certificate Authority.
40+
description: Skip SSL certificate validation for connection to Splunk. Secure communications will not check SSL certificates against a trusted Certificate Authority. Skipping SSL validation in production environment is not recommended.
4141
- name: splunk_index
4242
type: string
4343
label: Index
@@ -102,7 +102,7 @@ forms:
102102
- name: extra_fields
103103
type: string
104104
label: Additional Fields
105-
description: A set of key:value pairs formatted as "key1:value1, key2:value2, key3:value3" that do not occur in the event payload. These fields are added to every event payload for indexing by Splunk and are used to tag all events.
105+
description: A set of user defined key:value pairs that are added to all Splunk events that do not occur in the event payload. Expected format - key1:value1, key2:value2, key3:value3
106106
optional: true
107107
- name: add_app_info
108108
type: boolean

0 commit comments

Comments
 (0)