Writing multiple grok filters

Hi

Find a way to distinguish the different types of log entries you'll be getting and use if statements to call different grok{} instances, one for each type.

Hope this helps