Skip to main content


Hi team, is there a way to display the timestamp in human readable format in the table report/csv export from ArcSight Logger query results?



View files in slack


If you are interested in a single value, and can extract it (via expression builder for example), you can send it to a powerup action to convert from unixtime to date time.


Alternatively, you can customize the action and do the transformation in the code itself before returning the values


Reply