You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Wynner (Jira)" <ji...@apache.org> on 2020/03/20 16:49:00 UTC

[jira] [Created] (NIFI-7272) ConsumeWindowsEventLog processor doesn't honor XPath Query property

Wynner created NIFI-7272:
----------------------------

             Summary: ConsumeWindowsEventLog processor doesn't honor XPath Query property
                 Key: NIFI-7272
                 URL: https://issues.apache.org/jira/browse/NIFI-7272
             Project: Apache NiFi
          Issue Type: Bug
    Affects Versions: 1.11.3
            Reporter: Wynner


In testing using the following XPath Query: *[System[TimeCreated[timediff(@systemTime) <= 86400000]]], no result are returned

But, using the following command does return all of the events that match the query:

wevtutil qe Security /q:"*[System[TimeCreated[timediff(@systemTime) <= 86400000]]]"



--
This message was sent by Atlassian Jira
(v8.3.4#803005)