{
  "version": "Notebook/1.0",
  "items": [
    {
      "type": 1,
      "content": {
        "json": "<h3>Rules triggered in the last three days\r\n"
      },
      "name": "text - 0"
    },
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "ForcepointDLPEvents_CL\r\n| where TimeGenerated > ago(3d) and Title_s == \"Forcepoint DLP Incident\" \r\n| summarize count(RuleName_1_s) by RuleName_1_s, SourceIpV4_s",
        "size": 0,
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces",
        "visualization": "barchart"
      },
      "name": "query - 1"
    },
    {
      "type": 1,
      "content": {
        "json": "<h3>Rules triggered over time (90 days)"
      },
      "name": "text - 3"
    },
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "ForcepointDLPEvents_CL\r\n| where TimeGenerated > ago(90d) and Title_s == \"Forcepoint DLP Incident\" \r\n| sort by CreatedAt_t asc nulls last \r\n| summarize count(RuleName_1_s)  by  CreatedAt_t, RuleName_1_s",
        "size": 0,
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces",
        "visualization": "linechart"
      },
      "name": "query - 2"
    },
    {
      "type": 1,
      "content": {
        "json": "<h3>Count of High, Medium  and Low rules triggered over 90 days"
      },
      "name": "text - 4"
    },
    {
      "type": 3,
      "content": {
        "version": "KqlItem/1.0",
        "query": "ForcepointDLPEvents_CL\r\n| where TimeGenerated > ago(90d) and Title_s == \"Forcepoint DLP Incident\" \r\n| sort by CreatedAt_t asc nulls last \r\n| summarize count(Severity_s)  by  CreatedAt_t, Severity_s",
        "size": 0,
        "queryType": 0,
        "resourceType": "microsoft.operationalinsights/workspaces",
        "visualization": "unstackedbar",
        "tileSettings": {
          "showBorder": false,
          "titleContent": {
            "columnMatch": "Severity_s",
            "formatter": 1
          },
          "leftContent": {
            "columnMatch": "count_Severity_s",
            "formatter": 12,
            "formatOptions": {
              "palette": "auto"
            },
            "numberFormat": {
              "unit": 17,
              "options": {
                "maximumSignificantDigits": 3,
                "maximumFractionDigits": 2
              }
            }
          }
        },
        "graphSettings": {
          "type": 0,
          "topContent": {
            "columnMatch": "Severity_s",
            "formatter": 1
          },
          "centerContent": {
            "columnMatch": "count_Severity_s",
            "formatter": 1,
            "numberFormat": {
              "unit": 17,
              "options": {
                "maximumSignificantDigits": 3,
                "maximumFractionDigits": 2
              }
            }
          }
        }
      },
      "name": "query - 5"
    }
  ],
  "fromTemplateId": "sentinel-ForcepointDLP",
  "$schema": "https://github.com/Microsoft/Application-Insights-Workbooks/blob/master/schema/workbook.json"
}