Hello everybody, this is my first topic on this forum
I would like if it was possible to use fscrawler on an app python. In fact, i created a simple interface to communicate with my ES cluster with flask, and it works pretty well.
But i would like create a section to upload new files, at the moment, i still use Kibana console or curl to upload them manually, i would like automatisize this process.
First i was using ingest-attachment plugin, but it does not work with file path, then i just convert manually my file in base64 (with copy-paste) and with PUT it in my index.
Then i discover fscraler, it works with file path; now i want to create a simple button with a function which do exactly same.
Should i create shell script to simply do the command ? Or any idea ? I searched solutions on community forum and i did not find what i wanted, si i ask by myself.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.