You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
337 B

  1. [source.filer]
  2. enabled = true
  3. grpcAddress = "filer:18888"
  4. # all files under this directory tree are replicated.
  5. # this is not a directory on your hard drive, but on your filer.
  6. # i.e., all files with this "prefix" are sent to notification message queue.
  7. directory = "/buckets"
  8. [sink.local_incremental]
  9. enabled = true
  10. directory = "/data"