How to split message fields when we have dynamic logs

I am able to split fields using GROK in my logstash config file but have no idea how to split every log because the logs are dynamic for eg:

log 1 : Dec 28 05:05:47 ff402-srv1 MC: DEBUG {2416824} [PlanJob] EXPLICIT: DuraNoRamp=5.652 MaxMinDuraNoRamp=5.652 MaxSpeed=0.500 MinActP=0.000000

Log 2 : Dec 28 04:36:11 desk.outlet12 MD: Request state change enter standby to UI

Please let me know what can i use like some conditional statements or any or operator for different patterns in my logstash

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