blob: 2cee755a5af75f209b301d4be38129a1830a3691 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[source.filer]
enabled = true
grpcAddress = "filer:18888"
# all files under this directory tree are replicated.
# this is not a directory on your hard drive, but on your filer.
# i.e., all files with this "prefix" are sent to notification message queue.
directory = "/buckets"
[sink.local]
enabled = true
directory = "/data"
todays_date_format = "2006-02-01"
|