-
Notifications
You must be signed in to change notification settings - Fork 0
/
conduit.yml
142 lines (142 loc) · 4.65 KB
/
conduit.yml
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
log-level: INFO
retry-count: 10
retry-delay: 1s
hide-banner: false
api:
addr: ':8981'
metrics:
mode: 'OFF'
addr: ':9999'
prefix: conduit
importer:
name: algod
config:
mode: follower
netaddr: http://algod:8080
token: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
catchup-config:
admin-token: aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
processors:
- name: filter_processor
config:
search-inner: true
omit-group-transactions: true
filters:
- all:
- tag: txn.rcv
expression-type: equal
expression: GULDQIEZ2CUPBSHKXRWUW7X3LCYL44AI5GGSHHOQDGKJAZ2OANZJ43S72U
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov1:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: 57QZ4S7YHTWPRAM3DQ2MLNSVLAQB7DTK4D7SUNRIEFMRGOU7DMYFGF55BY
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov2:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: UD33QBPIM4ZO4B2WK5Y5DYT5J5LYY5FA3IF3G4AVYSCWLCSMS5NYDRW6GE
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov3:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: UAME4M7T2NWECVNCUDGQX6LJ7OVDLZP234GFQL3TH6YZUPRV3VF5NGRSRI
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov4:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: 7K5TT4US7M3FM7L3XBJXSXLJGF2WCXPBV2YZJJO2FH46VCZOS3ICJ7E4QU
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov5:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: SAHBJDRHHRR72JHTWSXZR5VHQQUVC7S757TJZI656FWSDO3TZZWV3IGJV4
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov6:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: RFKCBRTPO76KTY7KSJ3HVWCH5HLBPNBHQYDC52QH3VRS2KIM7N56AS44M4
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov7:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: FONC4XH5QPJNUPZPHCMFGPDQ43J3VWYJ7ECI43AVGAGDIHKVBHPOH7YEXA
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov8:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: B6D7YFR7NUNZAA4E7OIHME4VUX4R554DMDIX3QM7JML33AMXXILRPJJM4M
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov9:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: 75X4V7CEN6HW3EYSJEJLWDNVX3BOJPPEHU2S34FSEKIN5WEB2OZN2VL5T4
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov10:j{*.*}
- all:
- tag: txn.rcv
expression-type: equal
expression: 2K24MUDRJPOOZBUTE5WW44WCZZUPVWNYWVWG4Z2Z2ZZVCYJPVDWRVHVJEQ
- tag: txn.type
expression-type: equal
expression: pay
- tag: txn.note
expression-type: regex
expression: af/gov11:j{*.*}
exporter:
name: postgresql
config:
connection-string: host=postgres port=5432 user=conduit password=conduit dbname=conduit
max-conn: 20
delete-task:
interval: 0
rounds: 100000