We are trying to use the
Alteryx_Server_Usage_Report.yxmd
worklfow to report on desktop usage. I have modified my RuntimeSettings.xml file to log my desktop usage. By adding:
<Designer>
<PhoneHomeUrl>https://mh-alteryx01.ourserver/gallery/</PhoneHomeUrl>
</Designer>
I have restarted my machine afterwards. My data is getting logged to the Mongo Database: Alteryxgalley and usagereports "table:. However, my data is like below in the data column:
{"SampleModule":"C:\\Alteryx\\usage\\mongo connection.yxmd","ToolUsage":[]}
Since all SampleModules are filtered, I am not getting any usage information.
Do I need to make any other changes?