I want to extraxt a .zip files using gzip_lines and then want to parse files inside using multiline codec.
So can we combine 2 codec in input plugin like multiline with gzip_lines?
No, sorry.
Thanks, Magnus Baeck, for the reply. Is there a way to achieve this?
let say via using 2 input plugin, one to extract the file at some location and second to get files from that path.
I'm just thinking out loud.