#server #logging #target #machines #back #collect #send

app log-analyzer-collector

Collects logs from target machines and sends back to server

2 releases

0.1.1 May 7, 2021
0.1.0 May 6, 2021

#20 in #machines

24 downloads per month

MIT license

11KB
110 lines

#collector_config.toml

server_address = "127.0.0.1"

[[watched_files]]
file = "file1"
regex = "regex1"

[[watched_files]]
file = "file2"
regex = "regex2"

Dependencies

~10–22MB
~278K SLoC