[ 
https://issues.apache.org/jira/browse/NIFI-3955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16021157#comment-16021157
 ] 

ASF GitHub Bot commented on NIFI-3955:
--------------------------------------

GitHub user mcgilman opened a pull request:

    https://github.com/apache/nifi/pull/1844

    NIFI-3955: Filtering out the EventTime searchable field for all 
implementation of ProvenanceRepository

    NIFI-3955:
    - Filtering out the EventTime searchable field for all implementation of 
ProvenanceRepository. Prefer user query using the startDate/endDate fields.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mcgilman/nifi NIFI-3955

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nifi/pull/1844.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1844
    
----
commit 267f838d389c90c5dec22b44ea7ed4b64aa7e902
Author: Matt Gilman <[email protected]>
Date:   2017-05-23T12:57:28Z

    NIFI-3955:
    - Filtering out the EventTime searchable field for all implementation of 
ProvenanceRepository. Prefer user query using the startDate/endDate fields.

----


> Confusing provenance searchable fields behavior
> -----------------------------------------------
>
>                 Key: NIFI-3955
>                 URL: https://issues.apache.org/jira/browse/NIFI-3955
>             Project: Apache NiFi
>          Issue Type: Bug
>          Components: Core Framework, Extensions
>            Reporter: Matt Gilman
>            Assignee: Matt Gilman
>            Priority: Minor
>
> In nifi.properties, the indexed/searchable fields in provenance events can be 
> configured. Fields that are not indexed will not be searchable in provenance 
> queries. The description states the available fields are 
> {noformat}
> # EventType, FlowFileUUID, Filename, TransitURI, ProcessorID, 
> AlternateIdentifierURI, Relationship, Details
> {noformat}
> However, when configured with
> {noformat}
> org.apache.nifi.provenance.WriteAheadProvenanceRepository
> {noformat}
> an additional field (EventTime) is included in the searchable fields in the 
> UI but is not configured in nifi.properties.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to