Created 01-12-2016 01:44 PM
Hi all,
Is there anything in the roadmap to add a processor like PutSolrContentStream, but to send data to ElasticSearch?
Thank you,
D.
Created 01-12-2016 02:08 PM
There sure is! I am currently working on NIFI-1275 to implement FetchElasticsearch and PutElasticsearch, the former uses the Get API and the latter uses the Bulk Insert API.
Are there any particular features you're interested in having supported? We are hoping to offer support for secure Elasticsearch instances, but may not be able to provide out-of-the-box support due to licensing/distribution issues.
Querying (aka the Search API) is not currently planned under NIFI-1275 but the InvokeHttp processor can perform the desired query, then once the document IDs are retrieved, FetchElasticsearch can be used to get the documents' contents.
Created 01-12-2016 02:08 PM
There sure is! I am currently working on NIFI-1275 to implement FetchElasticsearch and PutElasticsearch, the former uses the Get API and the latter uses the Bulk Insert API.
Are there any particular features you're interested in having supported? We are hoping to offer support for secure Elasticsearch instances, but may not be able to provide out-of-the-box support due to licensing/distribution issues.
Querying (aka the Search API) is not currently planned under NIFI-1275 but the InvokeHttp processor can perform the desired query, then once the document IDs are retrieved, FetchElasticsearch can be used to get the documents' contents.
Created 01-15-2016 11:57 AM
Hi, Thank you for the info!
No, i'm not looking for a particular feature, i just need to index some flowfiles with elastic, as I do with solr now.
Thank again!