You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2020/05/19 13:04:00 UTC

[GitHub] [nifi] mabr3 opened a new pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

mabr3 opened a new pull request #4284:
URL: https://github.com/apache/nifi/pull/4284


   Change "_source_include" to "_source_includes" in response to [NIFI-7470], so that queries work.
   
   Enables using the Fields functionality in elasticsearch queries. fixes bug NIFI-7470.
   
   Adds an 's' character to the String FIELD_INCLUDE_QUERY_PARAM so that it won't break the queries when using Fields in ElasticSearch HTTP processors.


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] github-actions[bot] commented on pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #4284:
URL: https://github.com/apache/nifi/pull/4284#issuecomment-826170819


   We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be closed. This stale marker and eventual auto close does not indicate a judgement of the PR just lack of reviewer bandwidth and helps us keep the PR queue more manageable.  If you would like this PR re-opened you can do so and a committer can remove the stale tag.  Or you can open a new PR.  Try to help review other PRs to increase PR review bandwidth which in turn helps yours.


-- 
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] github-actions[bot] closed pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

Posted by GitBox <gi...@apache.org>.
github-actions[bot] closed pull request #4284:
URL: https://github.com/apache/nifi/pull/4284


   


-- 
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] KuKuDeCheng commented on pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

Posted by GitBox <gi...@apache.org>.
KuKuDeCheng commented on pull request #4284:
URL: https://github.com/apache/nifi/pull/4284#issuecomment-633627482






----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] github-actions[bot] commented on pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #4284:
URL: https://github.com/apache/nifi/pull/4284#issuecomment-826170819


   We're marking this PR as stale due to lack of updates in the past few months. If after another couple of weeks the stale label has not been removed this PR will be closed. This stale marker and eventual auto close does not indicate a judgement of the PR just lack of reviewer bandwidth and helps us keep the PR queue more manageable.  If you would like this PR re-opened you can do so and a committer can remove the stale tag.  Or you can open a new PR.  Try to help review other PRs to increase PR review bandwidth which in turn helps yours.


-- 
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [nifi] KuKuDeCheng removed a comment on pull request #4284: [NIFI-7470] - ElasticsearchHttp malformed query when using Fields

Posted by GitBox <gi...@apache.org>.
KuKuDeCheng removed a comment on pull request #4284:
URL: https://github.com/apache/nifi/pull/4284#issuecomment-633627482


   It seems like that Elasticsearch deprecate the `_source_include` and `_source_exclude` url parameters in favor of `_source_inclues` and `_source_excludes` in 7.7.0. Could you compatible with previous versions and add some unit tests?


----------------------------------------------------------------
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 specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org