Importing data to elasticsearch automatically using a folder

hello
I'm trying to build an application with elasticsearch and I want to add data and index it using a local folder that contains files automatically without using logstash, I don't want to do that manually and the files will be changing all the time so an update of data or add is needed from time to time is there any possibility to do that?

May be this? https://github.com/dadoonet/fscrawler

thank you i'll try this out

hello;
Im sorry for badgering you
I want to know if the fscrawler index data , I mean if I have a liste of product in the fil it will index the liste of product in the index or it index just the content in a variable named content ;

I'm confused because I don't want to index the file it self but the content will be mapped and added to the index .

is that possible ?

thank you

Have a look at this option: https://github.com/dadoonet/fscrawler#indexing-json-docs

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