Multiple patterns for log file

As you've written your filters both will try to match against the message. Given what your messages look like at most one filter can match. Instead, list both patterns in the same grok filter. The documentation contains an example of how to do that.