Forum Discussion

rmedeiros's avatar
rmedeiros
New Contributor III
4 years ago

Error pipeline failing

I built an error pipeline. It works perfectly with some of the pipelines i built, but with others it won’t work. Seems like no error information is being passed to the error pipeline. What am i getting wrong about how error pipeline works?

Error pipeline failed

Reason: [{ruuid=5d0223f9-1a36-403d-9445-20d88d43e7b1, label=ErrorLog Mapper, failure=Unable to write to JSON-Path:
$.snap_details.views.in.input0.count, reason=Expecting object for JSON-Path field reference ‘count’, found: null, resolution=Change the path to refer to an object}]

7 Replies

    • robert_parks's avatar
      robert_parks
      New Contributor III

      Any idea on converting the LDAP DateTime string?
      Specifically the LastLogOn?

      • robert_parks's avatar
        robert_parks
        New Contributor III

        Found it!

        Date.parse(parseInt($Date)/10000 - 11644473600000)

        Where $Date is LastLogon or LastLogonTimestamp from AD.