1. Home
  2. Knowledge Base
  3. SureMDM
  4. How To Export Application Usage Analytics From A Linux Device To SureMDM
  1. Home
  2. Knowledge Base
  3. Linux Management
  4. How To Export Application Usage Analytics From A Linux Device To SureMDM

How To Export Application Usage Analytics From A Linux Device To SureMDM

The application usage analytics report gives us the data of the applications run on the devices and their time frame. SureMDM offers the feature to collect the analytics in the kiosk to monitor the application usage.

Below are the steps to configure and generate the Application Usage Policy.

Enable the SureLock Analytics via Runscript job

  1. Login to SureMDM Console
  2. Navigate to Jobs and click New Job
  3. Select Linux platform and further select the Runscript Job
  4. Enter a name for the job
  5. Search and select the runscript Run-script to enable/disable Analytics of SureLock or enter the below script.

    !#suremdm
    EnableAnalytics(PackageName,SecretKey)

    • The package name will be surelockanalyticslinux
    • The secret key can be copied from the below navigation:
      Go to Settings >> Account Settings >> Data Analytics >> Enable Data Analytics
      Click on the Secret Key Show button and copy the same.
  6. Click Save
  7. Navigate to the SureMDM Home and select the Linux device(s), and apply the runscript job.

Exporting SureLock Analytics Data As File

  1. Login to SureMDM Console
  2. Navigate to Jobs and click New Job
  3. Select Linux platform and further select the Runscript Job
  4. Enter a name for the job
  5. Search and select the runscript Run-script to enable/disable Analytics of SureLock or enter the below script.

    !#suremdm
    PullAnalytics(PackageName,SecretKey)

    • The package name will be surelockanalyticslinux
    • The secret key can be copied from the below navigation:
      Go to Settings >> Account Settings >> Data Analytics >> Enable Data Analytics
      Click on the Secret Key Show button and copy the same.
  6. Click Save
  7. Navigate to the SureMDM Home and select the Linux device(s), and apply the runscript job.

Exporting SureLock Analytics Data As Report

  1. Login to the SureMDM Console
  2. Navigate to Report and click on Custom Report
  3. Enter a name to the report
  4. Search for SureLock Analytics from the Tables List and move to the Selected Tables List
  5. Click Save
  6. Now, navigate to On-Demand Report
  7. Search and select the report generated above.
  8. Select the appropriate Group Name and Date/Time, and click Generate
  9. Navigate to View Report and click View or Download the report.
Was this helpful?
YesNo
Updated on January 2023