Include lines in filebeat

in filebeat is there a way to send the messages that have

"somekey": "somevalue"

in it, to logstash and ignore all the rest of the messages

tried
include_lines: [' "somekey": "somevalue" ']
but that fails
Thanks

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.