Logstash GROK parse for syslog

I switch to

input {
  syslog {
    type => syslog
    host => "172.31.252.180"
    port => 5000
	use_labels => false
  }
}

but the result is still the same.