You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Marton Szasz (Jira)" <ji...@apache.org> on 2022/05/19 14:09:00 UTC

[jira] [Created] (MINIFICPP-1843) Implement PutElasticsearchJson and ElasticSearchClientServiceImpl

Marton Szasz created MINIFICPP-1843:
---------------------------------------

             Summary: Implement PutElasticsearchJson and ElasticSearchClientServiceImpl
                 Key: MINIFICPP-1843
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1843
             Project: Apache NiFi MiNiFi C++
          Issue Type: New Feature
            Reporter: Marton Szasz


It would be useful to use the elastic REST API to implement the functionality provided by PutElasticsearchJson, in MiNiFi C++. It's already possible to use MiNiFi C++ with Elasticsearch, but it requires digging deep in the elastic docs, and manually using the REST API with InvokeHTTP. This would be a simple HTTP client processor that makes it easier for the users to use it.

It can go either in the http-curl extension or its own separate one, since it doesn't require a new dependency, only libcurl and libressl.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)