Time aggregation error

Hey people,

I running a time aggregation where I am adding a run time of a process to @timestamp.

@timestamp format is YYYY-MM-dd'T'HH:MM:ss.SSS'Z'

I add the run time as a float in seconds to @timestamp and get a 'solution' in the format of "YYYY-MM-dd HH:MM:ss UTC". (this part of the code is working as I can see it in the log)

And I think here comes my problem: I do get a aggregation error: ArgumentError: no time information in "" afterwards where I do believe that the next time parse function does not recognize the 'solution' as a valid time format.

Is it possible to do a date file conversation inside a aggregation code to convert it to a "recognizable" value again?

Thx :slight_smile:

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.