Skip to content

Commit af58d23

Browse files
authored
Merge pull request #123 from jghiloni/add_splunk_version_field
Added a field to expose the `SPLUNK_VERSION` nozzle option
2 parents 6f0662f + fa42ef7 commit af58d23

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

tile/tile.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ forms:
2828
- name: splunk_host
2929
type: string
3030
label: HTTP Event Collector Endpoint URL
31-
description: HTTP Event Collector endpoint URL.
31+
description: HTTP Event Collector endpoint URL.
3232
- name: splunk_token
3333
type: secret
3434
label: HTTP Event Collector Token
@@ -42,7 +42,12 @@ forms:
4242
type: string
4343
label: Index
4444
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'
4651

4752
- name: cf-config
4853
label: Cloud Foundry Settings
@@ -83,12 +88,12 @@ forms:
8388
label: Error
8489
- name: ContainerMetric
8590
label: ContainerMetric
86-
description: Event types to forward to Splunk.
91+
description: Event types to forward to Splunk.
8792

8893
- name: advanced
8994
label: Advanced
9095
description: Additional Nozzle Configuration
91-
properties:
96+
properties:
9297
- name: scale_out_nozzle
9398
type: integer
9499
label: Scale Out Nozzle
@@ -97,7 +102,7 @@ forms:
97102
- name: firehose_subscription_id
98103
type: string
99104
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.
101106
optional: true
102107
- name: extra_fields
103108
type: string
@@ -109,12 +114,12 @@ forms:
109114
default: false
110115
label: Add App Information
111116
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
113118
type: boolean
114119
label: Enable Event Tracing
115120
default: false
116121
description: Enables data loss tracing.
117-
122+
118123

119124
packages:
120125
- name: splunk-firehose-nozzle

0 commit comments

Comments
 (0)