How to mask the data using Filebeats processors

Dear All,
'I am new to the elk and planning to implement filebeats for custom logs in one of the application. Mask the data within the tags before sending to logstash using filebeat processors. please verify the below info and suggest. '

Actual application Log
*******************
'>>>|2020-04-26T18:25:39.280-0700|<MF><Pattern>RR</Pattern><Type>R</Type><UUID>198abcda2083452011ea20bfc2200a415f610000c8653000</UUID><ApplicationID>XYZ</ApplicationID><Account>01234</Account></MF>'

Required output to send to logstash
******************************
'>>>|2020-04-26T18:25:39.280-0700|<MF><Pattern>RR</Pattern><Type>R</Type><UUID>198abcda2083452011ea20bfc2200a415f610000c8653000</UUID><ApplicationID>XYZ</ApplicationID><Account>XXXXXX</Account></MF>'

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