[Filebeat] How to read "special text + json string" to es?

I have the struct in log files, like there (JSON has near 60 column......):

[2024-01-29 11:10:35] standard.INFO: {"start_time": "1706497834.091", "remote_addr": "www.demo.com", "remote_user": "a_user"}
[2024-01-29 11:10:35] standard.INFO: {"start_time": "1706497834.091", "remote_addr": "www.demo.com", "remote_user": "a_user"}

So you can see, this is "Special + JSON" single line log. now, I write a lang Regular expression.

Have any simple way, can send the log to es server?

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