-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathriemann-relay.dev.conf
61 lines (51 loc) · 1.31 KB
/
riemann-relay.dev.conf
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
listenHTTP = "127.0.0.1:19999"
stats_interval = "0s"
#log_level = "info"
log_level = "debug"
[input.input1]
listen = "127.0.0.1:15555"
timeout = "5s"
#outputs = [ "carbon1" ]
#outputs = [ "riemann1" ]
outputs = [ "fb1" ]
# [output.carbon1]
# type = "carbon"
# algo = "hash"
# algo_failover = true
# hash_fields = [ "attr:prefix", "host", "service", "description", "tag:foobar" ]
# riemann_fields = [ "attr:prefix", "host", "service" ]
# riemann_value = "any"
# buffer_size = 300000
# targets = [ "127.0.0.1:5555" ]
# batch_timeout = "1s"
# batch_size = 1000
# [output.riemann1]
# type = "riemann"
# algo = "hash"
# hash_fields = [ "attr:prefix", "host", "service" ]
# targets = [ "127.0.0.1:5555" ]
# [output.ch]
# type = "clickhouse"
# algo = "hash"
# algo_failover = true
# hash_fields = [ "attr:prefix", "host", "service" ]
# riemann_fields = [ "timestamp", "attr:prefix", "host", "service", "value" ]
# riemann_value = "any"
# buffer_size = 2000000
# batch_size = 100000
# batch_timeout = "5s"
# ch_table = "metrics"
# targets = [ "http://localhost:8123" ]
# timeout_write = "60s"
[output.fb1]
type = "flatbuf"
algo = "broadcast"
buffer_size = 1000000
batch_size = 1024
batch_timeout = "5s"
targets = [
"http://localhost:16666/m",
"http://localhost:16667/m",
"http://localhost:16668/m",
]
timeout_write = "60s"