[
https://issues.apache.org/jira/browse/NIFI-14351?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vijaya Gorla updated NIFI-14351:
--------------------------------
Description:
Currently a query expiration behavior has been implemented for paginated
Elasticsearch processors using any pagination type ({{{}SCROLL{}}} /
{{POINT_IN_TIME}} / {{{}SEARCH_AFTER{}}}). However {{SEARCH_AFTER}} queries
without a PIT do not expire at Elasticsearch level hence the query expiration
behavior should be removed when pagination type is {{{}SEARCH_AFTER{}}}.
[https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after]
was:
Currently a query expiration behavior has been implemented for paginated
Elasticsearch processors using any pagination type ({{SCROLL}} /
{{POINT_IN_TIME}} / {{SEARCH_AFTER}}). However {{SEARCH_AFTER}} queries do not
expire at Elasticsearch level hence the query expiration behavior should be
removed when pagination type is {{SEARCH_AFTER}}.
https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after
> Paginated Elasticsearch processors with pagination type search_after must not
> have a query expiry time
> ------------------------------------------------------------------------------------------------------
>
> Key: NIFI-14351
> URL: https://issues.apache.org/jira/browse/NIFI-14351
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Affects Versions: 2.2.0
> Reporter: Vijaya Gorla
> Priority: Major
> Labels: elasticsearch
>
> Currently a query expiration behavior has been implemented for paginated
> Elasticsearch processors using any pagination type ({{{}SCROLL{}}} /
> {{POINT_IN_TIME}} / {{{}SEARCH_AFTER{}}}). However {{SEARCH_AFTER}} queries
> without a PIT do not expire at Elasticsearch level hence the query expiration
> behavior should be removed when pagination type is {{{}SEARCH_AFTER{}}}.
> [https://www.elastic.co/guide/en/elasticsearch/reference/current/paginate-search-results.html#search-after]
--
This message was sent by Atlassian Jira
(v8.20.10#820010)