-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsplunk-otel-values.yaml
34 lines (34 loc) · 976 Bytes
/
splunk-otel-values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
clusterName: "minikube"
splunkObservability:
realm: "us1"
accessToken: "<token>"
metricsEnabled: true
tracesEnabled: true
logsEnabled: false
profilingEnabled: true
splunkPlatform:
endpoint: "https://<HEC URL>:<HEC PORT>/services/collector"
token: "<HEC token>"
logsEngine: "otel"
cloudProvider: "aws"
autodetect:
prometheus: true
istio: true
agent:
# OpenTelemetry Collector configuration for otel-agent daemonset can be overriden in this field.
# Default configuration defined in templates/config/_otel-agent.tpl
# Any additional fields will be merged into the defaults,
# existing fields can be disabled by setting them to null value.
config:
exporters:
otlp/upstream-logs:
endpoint: upstream-opentelemetry-collector:4317
tls:
insecure: true
service:
pipelines:
logs:
exporters:
- otlp/upstream-logs
- splunk_hec/o11y
- splunk_hec/platform_logs