-
Notifications
You must be signed in to change notification settings - Fork 173
Expand file tree
/
Copy pathrosa_test_values.yaml.tmpl
More file actions
92 lines (84 loc) · 1.73 KB
/
rosa_test_values.yaml.tmpl
File metadata and controls
92 lines (84 loc) · 1.73 KB
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
---
splunkObservability:
realm: CHANGEME
accessToken: CHANGEME
ingestUrl: {{ .AgentEndpoint }}
apiUrl: {{ .ApiURLEndpoint }}
splunkPlatform:
token: foobar
endpoint: {{ .LogHecEndpoint }}
metricsEnabled: true
metricsIndex: myMetricsIndex
autodetect:
prometheus: true
logsCollection:
journald:
enabled: false
agent:
config:
receivers:
kubeletstats:
insecure_skip_verify: true
exporters:
file:
path: /tmp/metrics.json
otlp:
endpoint: {{ .OtlpEndpoint }}
tls:
insecure: true
splunk_hec/platform_metrics:
endpoint: {{ .MetricHecEndpoint }}
service:
pipelines:
metrics/agent:
exporters:
- file
traces:
exporters:
- otlp
clusterReceiver:
eventsEnabled: true
config:
exporters:
file:
path: /tmp/metrics.json
signalfx:
ingest_url: {{ .K8sClusterEndpoint }}
tls:
insecure: true
splunk_hec/platform_logs:
endpoint: {{ .LogObjectsHecEndpoint }}
service:
pipelines:
metrics/collector:
exporters:
- file
k8sObjects:
- name: pods
- name: namespaces
- name: nodes
- name: events
mode: watch
extraAttributes:
fromAnnotations:
- key: splunk.com/customField
tag_name: customField
fromLabels:
- key: app
from: pod
- key: app
from: namespace
custom:
- name: "cluster_name"
value: "ci-k8s-cluster"
- name: "customfield1"
value: "customvalue1"
- name: "customfield2"
value: "customvalue2"
environment: dev
cloudProvider: aws
distribution: openshift
operatorcrds:
install: false
operator:
enabled: false