Logstash to parse TSV logs

Need to parse TSV logs via logstash 6.3.2. Need to understand possibilities for same.
1 is to write a separate exe which converts tsv into csv, parse csv via logstash.

Can we write any program in logstash itself to read tsv directly? need real time parsing of tsv logs and hence wish to not depend on an external exe.

Just use a csv filter and change the separator character: https://www.elastic.co/guide/en/logstash/current/plugins-filters-csv.html#plugins-filters-csv-separator

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