grep
Example Configurations
<filter foo.bar>
@type grep
<regexp>
key message
pattern cool
</regexp>
<regexp>
key hostname
pattern ^web\d+\.example\.com$
</regexp>
<exclude>
key message
pattern uncool
</exclude>
</filter>Parameters
<regexp> directive (optional)
regexpN (optional)
<exclude> directive (optional)
excludeN (optional)
Learn More
Last updated
Was this helpful?