I am new to elk stack. i configure filebeat and elk and kibana
I have nodejs application. I write logs in to file. now i send the row log for the elk.
here is my log format {phase} {ip} {room} {message} ${JSON.stringify(error)} now this is show as on row message in kibana.
i want to formated this message on kibana side. how could I configure filebeat default logs format and as well elk.