Hi,
I am using ELK GA 6.3.0. I use filebeat to read log files. I have noticed filebeat is shipping it's meta along with log file's content, like;
"beat" => {
"version" => "6.3.0",
"name" => "iflyresdev70",
"hostname" => "iflyresdev70"
}
i sit possible to remove all these without using processors?? I just want to export log data, and nothing more.
Thanks.