-
-
Notifications
You must be signed in to change notification settings - Fork 28
Example: File to ZMQ
Lorenzo Mangani edited this page Mar 5, 2017
·
3 revisions
input {
file {
path => "/var/log/nginx/access.log"
}
}
output {
zeromq {
address => ["tcp://log_server:5555"]
}
}