forked from raystack/compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
compass.yaml.example
81 lines (68 loc) · 1.95 KB
/
compass.yaml.example
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
log_level: info
telemetry:
# app_name to be used for all telemetry tags (NewRelic & OpenTelemetry).
app_name: compass-local
newrelic:
enabled: false
licensekey: ____LICENSE_STRING_OF_40_CHARACTERS_____
open_telemetry:
# Setting this to false will disable both traces and metrics.
enabled: false
# Address of the OpenTelemetry Collector gRPC receiver.
collector_addr: "localhost:4317"
# Configures the intervening time between exports for periodically
# collected metrics.
periodic_read_interval: 15s
# Probability of a trace being included in the published sample.
# 1 means always.
trace_sample_probability: 1
newrelic:
enabled: false
licensekey: ____LICENSE_STRING_OF_40_CHARACTERS_____
elasticsearch:
brokers: http://localhost:9200
request_timeout: 10s
db:
host: localhost
port: 5432
name: compass
user: compass
password: compass_password
sslmode: disable
service:
host: localhost
port: 8080
request_timeout: 10s
identity:
headerkey_uuid: Compass-User-UUID
headerkey_email: Compass-User-Email
provider_default_name: shield
grpc:
port: 8081
max_send_msg_size: 33554432
max_recv_msg_size: 33554432
request_timeout: 5s
worker:
enabled: true
worker_count: 1
poll_interval: 1s
active_poll_percent: 20
pgq:
host: localhost
port: 5432
name: compass
username: compass
password: compass_password
job_manager_port: 8085
sync_job_timeout: 15m
index_job_timeout: 5s
delete_job_timeout: 5s
max_attempt_retry: 3
client:
host: localhost:8081
serverheaderkey_uuid: Compass-User-UUID // if ommited, will use value on service.identity.headerkey_uuid
serverheadervalue_uuid: [email protected]
asset:
additional_types:
- fact_source
delete_assets_timeout: 5m