We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
input { file { path => "/var/log/nginx/access.log" } } output { zeromq { address => ["tcp://log_server:5555"] } }
input { zeromq { address => ["tcp://0.0.0.0:5555"] } } output { stdout {} }