28
28
- name : splunk_host
29
29
type : string
30
30
label : HTTP Event Collector Endpoint URL
31
- description : HTTP Event Collector endpoint URL.
31
+ description : HTTP Event Collector endpoint URL.
32
32
- name : splunk_token
33
33
type : secret
34
34
label : HTTP Event Collector Token
@@ -42,7 +42,12 @@ forms:
42
42
type : string
43
43
label : Index
44
44
description : The name of the Splunk index that events will be sent to. WARNING:Setting an invalid index will cause events to be lost.
45
- default : main
45
+ default : main
46
+ - name : splunk_version
47
+ type : string
48
+ label : Splunk Version
49
+ description : If using Splunk Enterprise, enter the version in `major.minor` format to inform how fields are sent to Splunk.
50
+ default : ' 6.6'
46
51
47
52
- name : cf-config
48
53
label : Cloud Foundry Settings
@@ -83,12 +88,12 @@ forms:
83
88
label : Error
84
89
- name : ContainerMetric
85
90
label : ContainerMetric
86
- description : Event types to forward to Splunk.
91
+ description : Event types to forward to Splunk.
87
92
88
93
- name : advanced
89
94
label : Advanced
90
95
description : Additional Nozzle Configuration
91
- properties :
96
+ properties :
92
97
- name : scale_out_nozzle
93
98
type : integer
94
99
label : Scale Out Nozzle
@@ -97,7 +102,7 @@ forms:
97
102
- name : firehose_subscription_id
98
103
type : string
99
104
label : Firehose Subscription ID
100
- description : Unique subscription ID to nozzle. Firehose balances across socket connections with the same ID.
105
+ description : Unique subscription ID to nozzle. Firehose balances across socket connections with the same ID.
101
106
optional : true
102
107
- name : extra_fields
103
108
type : string
@@ -109,12 +114,12 @@ forms:
109
114
default : false
110
115
label : Add App Information
111
116
description : Enriches raw data with application metadata, such as application name, space name, org name, etc.
112
- - name : enable_event_tracing
117
+ - name : enable_event_tracing
113
118
type : boolean
114
119
label : Enable Event Tracing
115
120
default : false
116
121
description : Enables data loss tracing.
117
-
122
+
118
123
119
124
packages :
120
125
- name : splunk-firehose-nozzle
0 commit comments