Updating xsd schema for Grok config

This commit is contained in:
Jonathan Preddy
2014-07-21 13:35:18 -04:00
parent 61f8ad31cd
commit d76ac433c8

View File

@@ -16,8 +16,10 @@
</Inputs>
<Filters>
<Grok match="%{IPAddress:ip1} %{IPAddress:ip2}" dropifmatch="true|false">
<Grok>
<Match value="%{IPAddress:ip1} %{IPAddress:ip2}" />
<AddField name="field1" value="%{foo}" />
<DropIfMatch value="true" />
<RemoveField value="ip1" />
</Grok>
</Filters>