Hi, I am new to elk. I have a nodejs application. current I am writing nodejs log to the log file. my log format is "type username ip eventname data". I set up filebeat in nodejs server and I setup kibana with elastic search in another server. currently, I can see nodejs log through kibana.
my problem is I want to filter log through the type,username,IP,eventname. currently I see all field in message in kibana log view. i want to know where should I set my log format