Sharepoint Integration
Could there be functionality to embed dashboard widgets into a SharePoint page? We are putting a lot of our SCOM dashboards into SharePoint, and it would be fantastic to include Ops Insights dashboards into the same SharePoint site, without sending users to another web site.

Thanks for the feedback.
A starting point you could look at in this sense is the opsmgr dashboard integration, which is script-based (so, easy to dissect and recompose – it shows you how to issue your own search to the portal’s search page programmatically) http://feedback.azure.com/forums/267889-azure-operational-insights/suggestions/6519195-integrate-search-into-opsmgr-dashboards
or today you can run your own code – the recently released Search API http://blogs.technet.com/b/momteam/archive/2015/06/18/oms-log-search-api-documentation-is-here.aspx
—
Also look at this other – related, more generic – idea http://feedback.azure.com/forums/267889-azure-operational-insights/suggestions/6984082-access-read-only-dashboard-directly-from-url
2 comments
-
Eventually we would like to add more visualization options (large/small tiles, more charts, more flavors), allow you to create your own composable tiles and drill downs, and package those as 'intelligence packs' - http://feedback.azure.com/forums/267889-azure-operational-insights/suggestions/6519372-allow-to-export-an-intelligence-pack-bundle-that-c
Eventually all solutions should end up built this way, that is the vision... those intelligence packs tiles and drill down pages you see today are ALSO powered by search. But they are currently hardcoded/default screens, not yet composable and customizable.
-
Darren commented
Thanks for that. I just had a quick look. It appears to be more for search-based stuff. I want to put the big widgets on the home page on the sharepoint site (eg, Malware assessment pie graph, etc).