Azure Log Analytics into Domo?

I am very new to Domo, and business analytics in general, so I might be looking at this incorrectly. I am attempting to bring Log Analytics/Microsoft Sentinel into Domo to track metrics on certain things. We previously used PowerBI for this and Sentinel offers an easy option to Export any KQL queries to PowerBI in the form of an M Query (Power Query) or a PowerBI Dataset. However, we are moving many of our monthly metrics to Domo and I am trying to wrap my head around getting this same data to go over to Domo in the easiest way possible. From what it seems, I might have to set up some Logic Apps to take this data and push it into a Blob, where I am stuck paying for the storage space, which seems redundant since I am already paying for this data to be in Log Analytics and was hoping there was a way to directly grab this data.

If anyone knows of a connector or a way to grab this type of data, or needs better explanation of this. I work on the cybersecurity side of things and am hoping to get more familiar with Domo and tracking our metrics, so I apologize if this is a dumb question. I just want to be sure I am setting this up to work most efficiently and cost-effective.

Best Answer

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    There isn't a native Microsoft Sentinel connector however Domo does provide a JSON No Code OAuth connector you can attempt to utilize and point to specific URLs I'd recommend looking into.

    https://[INSTANCE].domo.com/appstore/connectors/com.domo.connector.json.customparsing.oauth

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**

Answers

  • GrantSmith
    GrantSmith Coach
    Answer ✓

    There isn't a native Microsoft Sentinel connector however Domo does provide a JSON No Code OAuth connector you can attempt to utilize and point to specific URLs I'd recommend looking into.

    https://[INSTANCE].domo.com/appstore/connectors/com.domo.connector.json.customparsing.oauth

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Alternatively, you can create your own custom connector using the connector framework if you want to get more technical:

    https://developer.domo.com/portal/5d8f965eb3469-overview

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**