Document other than log files

I want to push all the files having different format(doc,csv..) in a directory to elastic. My final ouptut should be the name of the file having the search text. can anyone help.

Filebeat does not parse contents, but splits files by line. CSV file could for example be published, but you'd still need to parse it in Logstash or via Ingest Node in Elasticsearch.

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