You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to pull data from an API that expect UNIX time as a query parameter (e.g. oldest event to pull).
While setting '[[ formatDate (now (parseDuration "-4h")) ]]' as the default for the first time run, it seems like the actual parameter is not transformed to UNIX as stays normal timestamp (I used ngrok to debug):
nitzango
changed the title
The "formatDate" on httpjson is not working on multiple version (7.17.0-8.11.3)
The "formatDate" to UNIX on httpjson is not working on multiple version (7.17.0-8.11.3)
Dec 21, 2023
Are there any updates on this issue? I am running the Elastic Agent on version '8.11.3" and also observing the same issue where I need to provide a request transform including a dynamic Unix timestamp but instead see a human readable timestamp is being passed when viewing the debug logs.
Hi team,
I'm trying to pull data from an API that expect UNIX time as a query parameter (e.g. oldest event to pull).
While setting
'[[ formatDate (now (parseDuration "-4h")) ]]'
as the default for the first time run, it seems like the actual parameter is not transformed to UNIX as stays normal timestamp (I used ngrok to debug):I tried to use the following filebeat config:
For confirmed bugs, please report:
The text was updated successfully, but these errors were encountered: