Add attachment in elasticsearch using ignest attachment pipeline

Hi all,

Currently i am working on a project in which we are creating knowledge Repository. User can upload any type of attachment and can also provide some other info about that attachment.
Other Info will save in SQL Server and attachments will save in file system.

My Use Case is that I want to insert other Info and its associated attachment in elasticsearch using logstash.

I am able to pull the sqlserver data using logstash and pull it into Elasticsearch but i am not able to push attachment in elasticsearch using logstash. I also to link the uploaded attachment to otherinfo in Elasticsearch.

Thanks in advance.

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