Hi,
Im wishing to export the global activity found in confluence admin so I can manipulate this data in excel. Is there a way to extract the data (only need it for a daily number of viewers) in a csv or something?
Thanks
Mark
The data displayed in the global activity section is collected by the Usage Tracking Plugin, which stores the data in a separate lucene index. I don't know of any export possibility by the plugin itself, so I think you would need to write a custom plugin for that.
But if you just need the daily number of viewers, you could try to use the usage macro:
{usage:timespan=1d|events=view}
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.