I have a sample log format which looks similar the one shown below
key1=value1,
key2=value2,
key3=value3
EOF
key1=value4
key2=value5
key3=value6
EOF
....
and so on
how can I configure file beat to harvest such log file and push data to elasticsearch
or there is any other work arround