forked from open-telemetry/opentelemetry-collector-contrib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
56 lines (56 loc) · 1.06 KB
/
Copy pathconfig.yaml
File metadata and controls
56 lines (56 loc) · 1.06 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
elasticsearch:
endpoints: [https://elastic.example.com:9200]
elasticsearch/trace:
tls:
insecure: false
endpoints: [https://elastic.example.com:9200]
timeout: 2m
cloudid: TRNMxjXlNJEt
headers:
myheader: test
traces_index: trace_index
pipeline: mypipeline
user: elastic
password: search
api_key: AvFsEiPs==
discover:
on_start: true
flush:
bytes: 10485760
retry:
max_requests: 5
retry_on_status:
- 429
- 500
elasticsearch/log:
tls:
insecure: false
endpoints: [http://localhost:9200]
logs_index: my_log_index
timeout: 2m
cloudid: TRNMxjXlNJEt
headers:
myheader: test
pipeline: mypipeline
user: elastic
password: search
api_key: AvFsEiPs==
discover:
on_start: true
flush:
bytes: 10485760
retry:
max_requests: 5
retry_on_status:
- 429
- 500
sending_queue:
enabled: true
elasticsearch/logstash_format:
endpoints: [http://localhost:9200]
logstash_format:
enabled: true
elasticsearch/raw:
endpoints: [http://localhost:9200]
mapping:
mode: raw