log-analyzer-collector

Crates.iolog-analyzer-collector
lib.rslog-analyzer-collector
version0.1.1
sourcesrc
created_at2021-05-06 21:20:50.956727
updated_at2021-05-07 11:45:59.521118
descriptionCollects logs from target machines and sends back to server
homepage
repositoryhttps://github.com/markusgod/log-analyzer
max_upload_size
id393979
size30,760
Mark Nefedov (marknefedov)

documentation

README

#collector_config.toml

server_address = "127.0.0.1"

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

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

Commit count: 27

cargo fmt