```output { if [type] == "rsyslog" { elastic...
# general
b
Copy code
output {
	  if [type] == "rsyslog" {
	  elasticsearch {
	  hosts => [ "192.168.1.192:9200" ]
	  }
	  }
}