Adding Charts
To help visualise the time-period represented by each frame, you can specify a URL (normally to a Grafana dashboard, but it could be to any web tool) that displays information about that period of time.
This appears as a 'Show' link when viewing individual capture details.
This is set using the 'link' property in the configuration file.
"link": { "url": "http://grafanaserver:3000/d/reportid/reportname?from=:StartTime:&to=:EndTime:", "timeformat": "jsepoch" },
Time Formats
The time formats available include…
None: Use YYYY-MM-DD HH:MM:SS format.
epoch: Use UTC epoch time
jsepoch: Use Javascript-style UTC epoch time (1000 units per second)