diff --git a/charts/incubator/splunk/Chart.yaml b/charts/incubator/splunk/Chart.yaml index db7a350baaa..eb1ca9ca1ac 100644 --- a/charts/incubator/splunk/Chart.yaml +++ b/charts/incubator/splunk/Chart.yaml @@ -1,7 +1,7 @@ kubeVersion: '>=1.24.0' apiVersion: v2 name: splunk -version: 4.0.0 +version: 4.1.0 appVersion: 9.1.2 description: This is a Chartfile for Splunk designed for OpenShift and TrueNAS based on Alpine Linux - https://www.splunk.com @@ -12,6 +12,7 @@ sources: - https://splunk.github.io/docker-splunk - https://github.com/truecharts/charts/tree/master/charts/incubator/splunk - https://hub.docker.com/r/splunk/splunk +type: application maintainers: - name: TrueCharts email: info@truecharts.org diff --git a/charts/incubator/splunk/questions.yaml b/charts/incubator/splunk/questions.yaml index 13ca244affe..58b56b6b522 100644 --- a/charts/incubator/splunk/questions.yaml +++ b/charts/incubator/splunk/questions.yaml @@ -65,6 +65,28 @@ questions: type: int default: 8000 required: true + - variable: hec + label: HTTP Event Collector service + description: The service for the Splunk HTTP Event Collector (HEC) + schema: + additional_attrs: true + type: dict + attrs: +# Include{serviceSelectorLoadBalancer} +# Include{serviceSelectorExtras} + - variable: hec + label: HTTP Event Collector Service Port Configuration + schema: + additional_attrs: true + type: dict + attrs: + - variable: port + label: Port + description: This port exposes the container port on the service + schema: + type: int + default: 8088 + required: true - variable: management label: management service description: HTTPS API diff --git a/charts/incubator/splunk/values.yaml b/charts/incubator/splunk/values.yaml index b3b718e2a93..c3e22a0c4fc 100644 --- a/charts/incubator/splunk/values.yaml +++ b/charts/incubator/splunk/values.yaml @@ -30,6 +30,14 @@ service: port: 8000 protocol: http targetPort: 8000 + hec: + enabled: true + ports: + hec: + enabled: true + port: 8088 + protocol: http + targetPort: 8088 management: enabled: true ports: