Read data files which are delivered in zipped EDCDIC format and get it into Elasticsearch via Logstash
EBCDIC is not a single encoding, it supports many code pages. You can read zipped files with a file input in read mode (rather than tail mode). The plain codec seems to support only one code page from EBCDIC -- ebcdic-cp-us, a.k.a IBM037, although I could have missed some.