-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Expand file tree
/
Copy patheffective_config.yaml
More file actions
44 lines (44 loc) · 1.04 KB
/
effective_config.yaml
File metadata and controls
44 lines (44 loc) · 1.04 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
exporters:
file:
path: /test/logs/output.log
file/2:
path: ./foo
extensions:
opamp:
capabilities:
reports_available_components: false
instance_uid: 00000000-0000-0000-0000-000000000000
ppid: 1234
ppid_poll_interval: 5s
server:
ws:
endpoint: ws://127.0.0.1:0/v1/opamp
tls:
insecure: true
receivers:
filelog:
include:
- /test/logs/input.log
start_at: beginning
journald:
directory: /run/log/journal
priority: info
units:
- ssh
service:
extensions:
- opamp
pipelines:
logs:
exporters:
- file
receivers:
- filelog
telemetry:
logs:
encoding: json
error_output_paths: ["stderr"]
output_paths: ["stdout"]
resource:
service.instance.id: 00000000-0000-0000-0000-000000000000
service.name: otelcol