Closed w00jay closed 1 year ago
Hey @w00jay
Actually you can set the parameter in docker-splunk by using default.yml
.
You just have to define a default.yml
config map and use the defaultUrl
parameter
Your configmap could look like this:
apiVersion: v1
kind: ConfigMap
metadata:
name: splunk-defaults
data:
default.yml: |
splunk:
conf:
- key: server
value:
directory: /opt/splunk/etc/system/local
content:
"imds":
imds_version: v2
An additional thing I want to point out. You should upgrade the splunk operator to the latest version. It has a lot of bugfixes. I really enjoy using the helmcharts. But you will have to upgrade the Splunk Enterprise as well.
@markusspitzli thank you for the quick solution!
Please select the type of request
Enhancement
Tell us more
Describe the request
Expected behavior
Splunk setup on K8S
Reproduction/Testing steps
./splunk btool server list --debug | grep imds
. This will report:K8s environment