problem finding a right grok pattern for all my logs in order to parse all of them through logstash. here is my sample log
20180809 17:43:27,user.mystack.com,adam,172.16.1.1,36610,QUERY,test_db,select * from table,'SET autocommit=0',0
I want grok pattern which parse the log in the format:
Date- 09/08/2018 17:43:27 Domain- user.mystack.com User- adam ClientIP- 172.16.1.1 ID- 36610 Operation- Query Db_name- test_db Query- select * from table,'SET autocommit=0',0