Filtering syslog message

hi @leandrojmp ! thanks for the help, and yes, i mean parse the message and create fields.
here's the input:

input {
  tcp {
    port => 6803
    type => syslog
  }
}