Forum Discussion

joshzan's avatar
joshzan
Copper Contributor
Jul 08, 2020

Fortigate workbook not populating

Hi, hoping someone can help me figure out why the Fortigate workbook isn't populating. I've had the Fortinet logs coming through for about 30 hours now, and the workbook doesn't seem to be populating. Any ideas?

  • joshzan It does look like the data is being ingested, but have you run any queries against the table containing the Fortinet data to verify that the table is populated?

     

    In the Logs blade:

     

    CommonSecurityLog
    | where DeviceVendor == "Fortinet"
    | where DeviceProduct startswith "Fortigate"

    • MikeElliottUK's avatar
      MikeElliottUK
      Copper Contributor

      Rod_Trent I have the same problem here.  Data is being populated to the table, I can query against the table directly, but no results in the workbook.

      • CliveWatson's avatar
        CliveWatson
        Icon for Microsoft rankMicrosoft

        MikeElliottUK 

         

        So when you run this, you get data back?  If so the workbook uses the same.

        CommonSecurityLog
        | where DeviceVendor =~ 'Fortinet'
        | where DeviceProduct =~ 'Fortigate'



        Do you get an error from the Workbook or "no data" ?  Have you confirmed that the workbook is opened in the same Workspace?


      • CliveWatson's avatar
        CliveWatson
        Icon for Microsoft rankMicrosoft

        joshzan 

         

        So you now have data in the Table, is the Workbook working ok now? If not I would put it in Edit mode and check one of the queries to make sure its mapped to the right Subscription & Workspace?

Resources