Insights On-Premises: Create a Custom Report
    • Dark
      Light
    • PDF

    Insights On-Premises: Create a Custom Report

    • Dark
      Light
    • PDF

    Article summary

    The Insights On-Premises (IOP) platform offers a variety of useful reports and dashboards to monitor your organization's environment. Depending on the needs of your organization, you might want to add your own reports to your IOP dashboard. In the following article, we show you how to create an IOP custom report.

    Prerequisites

    • IOP version 8.5 or higher
    • Prepared search query. For query text examples, see here.

    Create a Custom Report

    1. From the IOP navigation bar, under Reports, click Search.
      image.png

    2. Paste your search query into the search box.
      image.png

      Example search query text:

      | tstats sum(usersessions_max) as session_count
                         dc(computer_name) as computer_count
                         WHERE `computer_base`
                                folder_id=*
                                (totalsessions_avg>0 OR memoryinuse_avg>0)
                          by _time span=5min
         | timechart span=30min eval(round(max(sum_sessions),0)) as "Total Sessions"
                            eval(round(avg(dc_computers),0)) as "Total Computers"
      
    3. Make sure to select Smart Mode.
      image.png

    4. Click the magnifying icon to run the search query.

    5. From the Save As dropdown, select New Dashboard.
      image.png

    6. In the Dashboard Title field, enter a title for the dashboard.

    7. Copy the ID under the Dashboard Title and click Save to Dashboard.
      image.png

    8. The following message appears after the dashboard is successfully created. Click X to close the message.
      image.png

    9. Click Custom Reports > Add report.

    10. Enter a useful Report Name and paste the dashboard ID you copied to the end of the Search URL field. Click Subscribe.
      image.png

    11. The report is added to the Custom Reports section. Click the report.
      image.png

    12. You can now see all associated events that are the results of your search query:
      image.png

    You've created your first custom dashboard that includes one report. You can define as many reports as you want and add them to a dashboard. To limit to specific users only who can view or edit the report, you can further assign permissions to this dashboard.


    Was this article helpful?