Or is there anything else I need to change? Maybe ...
# general
b
Or is there anything else I need to change? Maybe something in logstash? I only have one input plugin:
Copy code
input {
	udp {
	host => "lostash_ip"
	port => 10514
	codec = "json"
	type => "rsyslog"
	}
}