-
Notifications
You must be signed in to change notification settings - Fork 112
How to generate csv files? #212
Comments
@cjdjr That's disabled in the code :( Lines 282 to 284 in b85184f
Lines 466 to 476 in b85184f
|
Yes, this logic is currently disabled. It shouldn't be too hard to produce a csv file on the agent side. The required headers are
(The JavaScript code probably doesn't like the bz2'd ttyrecs, so you might have to un-bzip2 them (either before running the dashboard or by changing the dashboard JS.) |
@heiner |
This might not be the resolution you've been looking for but we've just decided to remove the JavaScript dashboard as we haven't been maintaining it very well. If you feel strongly about wanting to keep using the dashboard I'm happy to add more pointers at how you could do that, let me know. |
I tried to analyze the behavior of the agent through the dashboard. But a csv file is required to run the dashboard, how to generate csv files ?
The text was updated successfully, but these errors were encountered: