[
https://issues.apache.org/jira/browse/NIFI-5248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16565902#comment-16565902
]
ASF GitHub Bot commented on NIFI-5248:
--------------------------------------
Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2861#discussion_r207013974
--- Diff:
nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-restapi-processors/pom.xml
---
@@ -129,6 +168,69 @@ language governing permissions and limitations under
the License. -->
</excludes>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
--- End diff --
Do we need this section here? I thought we enabled Groovy tests from the
top-level POM (although it only happens if there is also at least one Java
test). If for some reason it's necessary here, I don't think you need/want to
add src/main/groovy as source since the community has decided that non-test
code in NiFi must be pure Java.
> Create new put processors that use the ElasticSearch client service
> -------------------------------------------------------------------
>
> Key: NIFI-5248
> URL: https://issues.apache.org/jira/browse/NIFI-5248
> Project: Apache NiFi
> Issue Type: New Feature
> Reporter: Mike Thomsen
> Assignee: Mike Thomsen
> Priority: Major
>
> Two new processors:
> * PutElasticsearchJson - put raw JSON.
> * PutElasticsearchRecord - put records.
> Both of them should support the general bulk load API and be able to do
> things like insert into multiple indexes from one payload.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)