How to read binary files using logstash

Hi,
Is there any way to read binary files and parse it to text using ELK stack?

br,
Sunil

You'd have to write a custom input plugin (or possibly codec plugin).

Hi,
thanks,

any guide or document to write plugin?

br,
Sunil

The Logstash documentation contains a section about how to write plugins.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.