Filebeat unable to recognize the colorful file content

I am trying to read a log file using filebeat. The log file looks as below.

When filebeat reads it, it is displaying some special characters as below.

Looks like filebeat is not able to recognize/ignore the color sceheme.
Is there a way to let filebeat know to skip the color coding ?

Hi,

usually, you're configuring the application not to produce colored logs (TTY disabled). Did you try that approach?