You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tile/tile.yml
+15-10Lines changed: 15 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
name: splunk-firehose-nozzle
2
+
name: splunk-nozzle
3
3
label: Splunk Firehose Nozzle for PCF
4
4
description: Forward firehose logs & metrics to Splunk
5
5
icon_file: icon.png
@@ -26,25 +26,25 @@ forms:
26
26
label: Splunk Settings
27
27
description: Splunk HTTP Event Collector Settings
28
28
markdown: |
29
-
Configure your Splunk HTTP Event Collector
29
+
Configure your Splunk HTTP Event Collector. See http://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector
30
30
properties:
31
31
- name: splunk_host
32
32
type: string
33
33
label: HTTP Event Collector Endpoint URL
34
-
description: HTTP Event Collector endpoint. See https://example.cloud.splunk.com:8088 for an example.
34
+
description: HTTP Event Collector endpoint URL.
35
35
- name: splunk_token
36
36
type: secret
37
37
label: HTTP Event Collector Token
38
-
description: Splunk HTTP Event Collector token. See http://docs.splunk.com/Documentation/Splunk/latest/Data/UsetheHTTPEventCollector for more information.
38
+
description: Splunk HTTP Event Collector token.
39
39
- name: skip_ssl_validation_splunk
40
40
type: boolean
41
41
label: Skip SSL Validation
42
42
default: false
43
-
description: Skip SSL certificate validation for connection to CF. Secure communications will not check SSL certificates against a trusted CA Authority.
43
+
description: Skip SSL certificate validation for connection to Splunk. Secure communications will not check SSL certificates against a trusted Certificate Authority.
44
44
- name: splunk_index
45
45
type: string
46
46
label: Index
47
-
description: The name of the Splunk index that events will be sent to. Warning:-Setting an invalid index will cause events to be lost.
47
+
description: The name of the Splunk index that events will be sent to. WARNING:Setting an invalid index will cause events to be lost.
48
48
default: main
49
49
50
50
- name: cf-config
@@ -54,7 +54,7 @@ forms:
54
54
- name: api_endpoint
55
55
type: string
56
56
label: API Endpoint
57
-
description: Cloud Foundry API endpoint. See https://appseg.syseg.example.cfplatformeng.com for an example.
57
+
description: Cloud Foundry API endpoint.
58
58
- name: api_user
59
59
type: string
60
60
label: API User
@@ -67,7 +67,7 @@ forms:
67
67
type: boolean
68
68
label: Skip SSL Validation
69
69
default: false
70
-
description: Skip SSL certificate validation for connection to CF. Secure communications will not check SSL certificates against a trusted CA Authority. Do not set to true in production.
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.
71
71
- name: events
72
72
type: multi_select_options
73
73
label: Event Types
@@ -91,6 +91,11 @@ forms:
91
91
label: Advanced
92
92
description: Additional Nozzle Configuration
93
93
properties:
94
+
- name: scale_out_nozzle
95
+
type: integer
96
+
label: Scale Out Nozzle
97
+
description: Scale out Splunk nozzle. Recommendation:Run 2 or more nozzles for high availability.
0 commit comments