Crates.io | log-analyzer-collector |
lib.rs | log-analyzer-collector |
version | 0.1.1 |
source | src |
created_at | 2021-05-06 21:20:50.956727 |
updated_at | 2021-05-07 11:45:59.521118 |
description | Collects logs from target machines and sends back to server |
homepage | |
repository | https://github.com/markusgod/log-analyzer |
max_upload_size | |
id | 393979 |
size | 30,760 |
#collector_config.toml
server_address = "127.0.0.1"
[[watched_files]]
file = "file1"
regex = "regex1"
[[watched_files]]
file = "file2"
regex = "regex2"