i have problem to parse this value
My input is this:
2013-02-28 09:57:56,SERVICEID|0863591797|topup|C00000001||10.0|20170110|N|aaa|bbb|ccc|aaaaabbb|ccccc|kkkkk|hhhhh
My grok filter is this:
^%{TIMESTAMP_ISO8601:timestamp},%{WORD:SERVICE}|%{WORD:MSISDN}|%{WORD:RULEID}|%{WORD:CAMPCODE}|(?:.*|%{WORD:CURRENT})|(?(?:%{BASE10NUM}))|%{WORD:EVNETDTTM}
after parsing some value 20170110 have to skipping. need to help fix my grok please.