-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvalues.yaml
50 lines (46 loc) · 1.11 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
clusterName: <Cluster Name>
environment: <Environment Name>
splunkObservability:
accessToken: <Access Token>
realm: <Realm>
profilingEnabled: true
splunkPlatform:
endpoint: https://<HEC URL>:443/services/collector/event
token: <HEC token>
index: <Index>
gateway:
enabled: false
agent:
config:
service:
pipelines:
logs:
exporters:
- splunk_hec/o11y
- splunk_hec/platform_logs
processors:
- memory_limiter
- k8sattributes
- filter/logs
- batch
- resourcedetection
- resource
- resource/logs
- resource/add_environment
receivers:
- filelog
- fluentforward
logs/otlp:
exporters:
- splunk_hec/o11y
- splunk_hec/platform_logs
processors:
- memory_limiter
- k8sattributes
- batch
- resourcedetection
- resource
- resource/logs
- resource/add_environment
receivers:
- otlp