Indexing unstructured data

Hello,i've already indexed semi_structured data (Csv Files) to elasticsearch using logstash.
is it possible to index unstructured data to elasticsearch using logstash too ?
if yes could you bring the documentation for that cause i didn't find it
Thanks

use grok plugin to parse unstructured string to fields. for ref:

https://www.elastic.co/guide/en/logstash/current/plugins-filters-grok.html

use https://grokdebug.herokuapp.com/ to write and test grok patterns.

1 Like

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