Skip to content

Commit 416eb00

Browse files
committed
updated stemcell, skip ssl description and removed unnecesary comments
1 parent c47f928 commit 416eb00

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

tile/tile.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@ label: Splunk Firehose Nozzle for PCF
44
description: Forward firehose logs & metrics to Splunk
55
icon_file: icon.png
66

7-
# org: test-org # Optional
8-
# space: test-space # Optional
7+
98
org_quota: 4096 # Optional, memory quota in mb
109
apply_open_security_group: true # Apply open security group, default: false
1110
allow_paid_service_plans: true # Allow paid service plans, default: false
1211

1312
stemcell_criteria:
1413
os: ubuntu-trusty
1514
requires_cpi: false
16-
version: '3263'
15+
version: '3421'
1716

1817
properties:
1918
- name: author
@@ -67,7 +66,7 @@ forms:
6766
type: boolean
6867
label: Skip SSL Validation
6968
default: false
70-
description: Skip SSL certificate validation for connection to Cloud Foundry. Secure communications will not check SSL certificates against a trusted Certificate Authority. Do not set to true in production.
69+
description: Skip SSL certificate validation for connection to Cloud Foundry. Secure communications will not check SSL certificates against a trusted Certificate Authority. Skipping SSL validation in production environment is not recommended.
7170
- name: events
7271
type: multi_select_options
7372
label: Event Types
@@ -85,11 +84,6 @@ forms:
8584
label: Error
8685
- name: ContainerMetric
8786
label: ContainerMetric
88-
- name: HttpStart
89-
label: HttpStart
90-
- name: HttpStop
91-
label: HttpStop
92-
9387
description: Event types to forward to Splunk.
9488

9589
- name: advanced

0 commit comments

Comments
 (0)