[jira] [Updated] (NIFI-8002) Create new Elasticsearch Scroll/Paginated Query processor using REST API

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-8002: Description: The existing ScrollElasticsearch processor does not fully work with newer versions of

[jira] [Updated] (NIFI-8002) Create new Elasticsearch Scroll/Paginated Query processor using REST API

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-8002: Summary: Create new Elasticsearch Scroll/Paginated Query processor using REST API (was: Create new

[GitHub] [nifi] ChrisSamo632 commented on pull request #4153: NIFI-6403: Adding Elasticsearch7 support to HTTP processors

2020-11-13 Thread GitBox
ChrisSamo632 commented on pull request #4153: URL: https://github.com/apache/nifi/pull/4153#issuecomment-727070407 > @MikeThomsen it's been a while for me to review NiFi processors.. So please forgive my ignorance . But what did you mean by the "REST API Bundle processors"?? [#4153

[GitHub] [nifi] adenes opened a new pull request #4666: NIFI-7996 Conversion with ConvertRecord to avro results in invalid date

2020-11-13 Thread GitBox
adenes opened a new pull request #4666: URL: https://github.com/apache/nifi/pull/4666 Converting a date field to avro using ConvertRecord results to invalid value if the system's timezone's offset is negative. Thank you for submitting a contribution to Apache NiFi. Please

[jira] [Updated] (NIFI-7990) PutElasticsearch/RecordHttp processors should support Elasticsearch Data Streams

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-7990: Remaining Estimate: 2h Original Estimate: 2h > PutElasticsearch/RecordHttp processors should

[jira] [Updated] (NIFI-7990) PutElasticsearch/RecordHttp processors should support Elasticsearch Data Streams

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-7990: Description: PUT Elasticsearch should support the new [Elasticsearch Data

[jira] [Updated] (NIFI-7474) Add index op_type on PutElasticSearch processors

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-7474: Status: Patch Available (was: In Progress) Updated PUT Elasticsearch processors to allow index

[jira] [Updated] (NIFI-7474) Add index op_type on PutElasticSearch processors

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-7474: Attachment: NIFI-7474.json NIFI-7474.xml > Add index op_type on PutElasticSearch

[GitHub] [nifi] ChrisSamo632 opened a new pull request #4665: NIFI-7474 Allow index operation type to be provided for PUT Elasticse…

2020-11-13 Thread GitBox
ChrisSamo632 opened a new pull request #4665: URL: https://github.com/apache/nifi/pull/4665 Description of PR Allows Elasticsearch index operation type (create, delete, index, update, upsert) to be specified for PUT Elasticsearch (HTTP & REST) processors. Operation type

[jira] [Updated] (NIFI-8002) Create new Elasticsearch Scroll processor using REST API

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8002?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson updated NIFI-8002: Remaining Estimate: 5h Original Estimate: 5h > Create new Elasticsearch Scroll processor using

[jira] [Created] (NIFI-8003) Create Elasticsearch update_by_query processor

2020-11-13 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-8003: --- Summary: Create Elasticsearch update_by_query processor Key: NIFI-8003 URL: https://issues.apache.org/jira/browse/NIFI-8003 Project: Apache NiFi Issue Type:

[jira] [Created] (NIFI-8002) Create new Elasticsearch Scroll processor using REST API

2020-11-13 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-8002: --- Summary: Create new Elasticsearch Scroll processor using REST API Key: NIFI-8002 URL: https://issues.apache.org/jira/browse/NIFI-8002 Project: Apache NiFi

[jira] [Created] (NIFI-8001) Elasticsearch REST processors should allow dynamic properties as query string parameters

2020-11-13 Thread Chris Sampson (Jira)
Chris Sampson created NIFI-8001: --- Summary: Elasticsearch REST processors should allow dynamic properties as query string parameters Key: NIFI-8001 URL: https://issues.apache.org/jira/browse/NIFI-8001

[jira] [Assigned] (NIFI-7474) Add index op_type on PutElasticSearch processors

2020-11-13 Thread Chris Sampson (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Sampson reassigned NIFI-7474: --- Assignee: Chris Sampson > Add index op_type on PutElasticSearch processors >

[GitHub] [nifi] kevdoran opened a new pull request #4664: NIFI-7744 Add Support for Unicode in X-ProxiedEntitiesChain

2020-11-13 Thread GitBox
kevdoran opened a new pull request #4664: URL: https://github.com/apache/nifi/pull/4664 - Adds detection and encoding of non-ascii characters to creation of chain - Adds unit tests that use proxied entities with Unicode --- Thank you for submitting a contribution to Apache

[jira] [Resolved] (NIFI-6820) If Processor adjusts a counter but does not interact with any FlowFiles, the counter isn't updated

2020-11-13 Thread Mark Payne (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mark Payne resolved NIFI-6820. -- Resolution: Fixed > If Processor adjusts a counter but does not interact with any FlowFiles, the >

[jira] [Commented] (NIFI-6820) If Processor adjusts a counter but does not interact with any FlowFiles, the counter isn't updated

2020-11-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-6820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231605#comment-17231605 ] ASF subversion and git services commented on NIFI-6820: --- Commit

[GitHub] [nifi] markap14 commented on pull request #4663: NIFI-6820 If Processor adjusts a counter but does not interact with a…

2020-11-13 Thread GitBox
markap14 commented on pull request #4663: URL: https://github.com/apache/nifi/pull/4663#issuecomment-726859493 Thanks @s9514171! Fix looks reasonable. Code looks good. All tests still passing, and the new unit test is helpful. +1 merged to main.

[GitHub] [nifi] markap14 merged pull request #4663: NIFI-6820 If Processor adjusts a counter but does not interact with a…

2020-11-13 Thread GitBox
markap14 merged pull request #4663: URL: https://github.com/apache/nifi/pull/4663 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi-minifi-cpp] lordgamez opened a new pull request #936: MINIFICPP-1406 Check for swig dependency for docker integration tests

2020-11-13 Thread GitBox
lordgamez opened a new pull request #936: URL: https://github.com/apache/nifi-minifi-cpp/pull/936 Jira issue: https://issues.apache.org/jira/browse/MINIFICPP-1406 Thank you for submitting a contribution to Apache NiFi - MiNiFi C++. In order to streamline

[jira] [Created] (MINIFICPP-1406) Check for swig dependency for docker integration tests

2020-11-13 Thread Gabor Gyimesi (Jira)
Gabor Gyimesi created MINIFICPP-1406: Summary: Check for swig dependency for docker integration tests Key: MINIFICPP-1406 URL: https://issues.apache.org/jira/browse/MINIFICPP-1406 Project: Apache

[GitHub] [nifi] thenatog commented on pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2020-11-13 Thread GitBox
thenatog commented on pull request #4659: URL: https://github.com/apache/nifi/pull/4659#issuecomment-726836856 I tend to agree. Maybe we can discuss using a cookie in combination with an authorization header to avoid breaking backwards compatibility but getting the benefit of using the

[jira] [Commented] (NIFI-7275) onPropertyModified() called before @OnEnabled for controller services on nifi startup

2020-11-13 Thread Mark Bean (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231554#comment-17231554 ] Mark Bean commented on NIFI-7275: - I believe this may be intended (or at least desired) behavior. This

[GitHub] [nifi] bbende commented on pull request #4659: NIFI-7870 - Added an allow list for static resources so that they can…

2020-11-13 Thread GitBox
bbende commented on pull request #4659: URL: https://github.com/apache/nifi/pull/4659#issuecomment-726796835 I feel like maintaining this list is going to be very challenging, how would anyone know to update this? The most correct solution to me would be for us to use a Cookie for

[GitHub] [nifi] s9514171 opened a new pull request #4663: NIFI-6820 If Processor adjusts a counter but does not interact with a…

2020-11-13 Thread GitBox
s9514171 opened a new pull request #4663: URL: https://github.com/apache/nifi/pull/4663 …ny FlowFiles, the counter isn't updated Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR

[jira] [Assigned] (NIFI-7982) Add Run Duration option to FlattanJSON processor

2020-11-13 Thread r65535 (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] r65535 reassigned NIFI-7982: Assignee: r65535 > Add Run Duration option to FlattanJSON processor >

[GitHub] [nifi] r65535 opened a new pull request #4662: NIFI-7982: Added tags to FlattenJSON processor

2020-11-13 Thread GitBox
r65535 opened a new pull request #4662: URL: https://github.com/apache/nifi/pull/4662 Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR _Enables X functionality; fixes bug NIFI-._

[GitHub] [nifi] tpalfy commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
tpalfy commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522945474 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -760,15

[GitHub] [nifi] tpalfy commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
tpalfy commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522945238 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -610,7

[GitHub] [nifi] tpalfy commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
tpalfy commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522942979 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -220,6

[GitHub] [nifi] s9514171 closed pull request #4661: NIFI-6820 If Processor adjusts a counter but does not interact with a…

2020-11-13 Thread GitBox
s9514171 closed pull request #4661: URL: https://github.com/apache/nifi/pull/4661 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[jira] [Resolved] (NIFI-7993) Upgrade Jetty from 9.4.26.v20200117 to 9.4.34.v20201102

2020-11-13 Thread Pierre Villard (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7993?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pierre Villard resolved NIFI-7993. -- Fix Version/s: 1.13.0 Resolution: Fixed > Upgrade Jetty from 9.4.26.v20200117 to

[GitHub] [nifi] pvillard31 closed pull request #4649: Bump jetty.version from 9.4.26.v20200117 to 9.4.34.v20201102

2020-11-13 Thread GitBox
pvillard31 closed pull request #4649: URL: https://github.com/apache/nifi/pull/4649 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi] dependabot[bot] commented on pull request #4649: Bump jetty.version from 9.4.26.v20200117 to 9.4.34.v20201102

2020-11-13 Thread GitBox
dependabot[bot] commented on pull request #4649: URL: https://github.com/apache/nifi/pull/4649#issuecomment-726737991 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you change your mind, just re-open this PR and I'll

[GitHub] [nifi] pvillard31 commented on pull request #4649: Bump jetty.version from 9.4.26.v20200117 to 9.4.34.v20201102

2020-11-13 Thread GitBox
pvillard31 commented on pull request #4649: URL: https://github.com/apache/nifi/pull/4649#issuecomment-726737974 See #4658 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [nifi] asfgit closed pull request #4658: NIFI-7993 - Upgraded Jetty dependency and fixed a minor issue with Je…

2020-11-13 Thread GitBox
asfgit closed pull request #4658: URL: https://github.com/apache/nifi/pull/4658 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[jira] [Commented] (NIFI-7993) Upgrade Jetty from 9.4.26.v20200117 to 9.4.34.v20201102

2020-11-13 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-7993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17231422#comment-17231422 ] ASF subversion and git services commented on NIFI-7993: --- Commit

[jira] [Resolved] (MINIFICPP-1330) Simplify ValueParser::StringToTime and add option to convert from microseconds

2020-11-13 Thread Amina Dinari (Jira)
[ https://issues.apache.org/jira/browse/MINIFICPP-1330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amina Dinari resolved MINIFICPP-1330. - Resolution: Fixed https://github.com/apache/nifi-minifi-cpp/pull/934 > Simplify

[GitHub] [nifi] s9514171 opened a new pull request #4661: NIFI-6820 If Processor adjusts a counter but does not interact with a…

2020-11-13 Thread GitBox
s9514171 opened a new pull request #4661: URL: https://github.com/apache/nifi/pull/4661 …ny FlowFiles, the counter isn't updated Thank you for submitting a contribution to Apache NiFi. Please provide a short description of the PR here: Description of PR

[GitHub] [nifi] simonbence commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
simonbence commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522798979 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@

[GitHub] [nifi] simonbence commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
simonbence commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522797800 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@

[GitHub] [nifi] simonbence commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
simonbence commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522794526 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@

[GitHub] [nifi] simonbence commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
simonbence commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522793037 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@

[GitHub] [nifi] simonbence commented on a change in pull request #4655: NIFI-7972 TailFile NFS improvement

2020-11-13 Thread GitBox
simonbence commented on a change in pull request #4655: URL: https://github.com/apache/nifi/pull/4655#discussion_r522793037 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@