Query, Visualize, & Monitor Data in Azure Sentinel
Azure Sentinel Workbooks
Workbook Page
- Workbook header- You can add a new workbook and review the saved workbooks as well as templates that are available on the workbook page.
- Templates section- You can access existing workbook templates on the Templates tab. You can save some of the workbooks for quick access and they will appear on the My Workbooks tab.
From the Templates page, you can select any existing workbook to display a details pane for it, which contains additional information for the templates and it also contains information about the required data types and data connectors that must be connected to Azure Sentinel. The display of the reports can also be reviewed here.
Explore Saved Workbooks
When the settings icon is selected, the Settings page opens, where you can provide the additional resources that you want to use in the workbook while also rearranging the placement of different tables in the workbook by selecting Show Pin Options.
For advanced customization, Advanced Editor can be selected to open the JSON representation of the current workbook, and then further customize it in the text editor. Your changes can be saved in the existing workbook or you can also save them as another workbook. When you are done with all the customization, you can exit the edit mode by selecting Done Editing.
Explore Azure Sentinel repository on GitHub
The Azure Sentinel repository is known for its out-of-the-box detections, exploration queries, hunting queries, workbooks, playbooks, and much more to help you secure your environment as well as detect threats. Microsoft and the Azure Sentinel community readily contributes to this repository.
The repository contains folders with contributed content for several areas of Azure Sentinel functionality, including detection queries. The code from these queries can also be used to create custom queries in your Azure Sentinel workspace.
Create a New Azure Sentinel Workbook
Besides using the built-in templates to create a customized workbook, custom workbooks can also be created from the beginning to produce highly interactive reports that contains, texts, analytic queries, metrics, and parameters.
Create a custom workbook
You can easily create a custom workbook by simply selecting +Add workbook on the header bar from the workbooks page in Azure Sentinel after which the New workbook page opens, which contains a basic analytics query to get you started.
Tip- Each workbook that you create is saved as a workbook resource in the Azure Sentinel resource group.
Each workbook offers a rich set of capabilities for visualizing the security data collected from the connectors. You can also design your workbook with the following visualization types and elements:
- Text
- Query
- Parameters
- Links/Tabs
- Metric
A new element can also be added to your workbook by selecting +Add.
Text Visualizations
Text blocks can be used to interpret your security data, section headings, telemetry data, and the other information. The text can be edited by using the Markdown markup language, which provides different formatting options for heading, font styles, hyperlinks, and tables.
Note- Markdown is a markup language that you can use to format text in plain-text documents.
After the addition of the text, you can select the Preview tab to preview how your content will appear and finally when you complete editing the text, you can simply select the Done Editing option.
Query item
- Grids (or tables)
- Area charts
- Bar charts
- Line charts
- Pie charts
- Scatter charts
- Time charts
- Tiles
On the header bar, several fields are offered to provide you the options to tune the output of the query:
Name |
Description |
Run
Query |
Use
this option to test the result of the query. |
Samples |
Microsoft
provides sample code that contains sample queries that you can add to the
workbook. |
Data
Source |
Use
this option to specify the data source for the query. |
Resource
Type |
Use
this option to select the type of resource. |
Log
Analytics workspace |
Use
this option if you want to query data against more than one resource. |
Time
Range |
Use
this option to specify a time range parameter to use in the query. |
Visualization |
Use
this option to choose a specific visualization or choose Set by Query to
present the data in a different format. |
Size |
Use
this option to choose the size of the visualization element. |
Color
Palette |
Use
this option to choose specific series colors in chart settings. |
After you are done customizing the settings and styles, you have to remember to save the step by selecting Done Editing.
Chart visualizations
- Height
- Width
- Color Palette
- Legend
- Tiles
- Axis types and series
Parameters
- Text- You can enter arbitrary text.
- Drop-down- You can modify the appearance of a query step to include a drop-down menu, in which you can select a value from a set of values. In this parameter type you can enter a KQL query or a JSON string to provide the choices for the drop-down list.
- Options group- You can group multiple properties into group.
- Time range picker- You can select from prepopulated time ranges or select a custom range.
- Resource picker- You can select one or more Azure resources.
- You can select one or more subscription resources.
- Resource type- You can select one or more Azure resource type values.
- You can select one or more Azure location values.
The variables can be reviewed on the Previews section on the New Parameter page that will be displayed and used in the query code.
Links/Tabs
- Text before link- Use this option to display the text before the link is selected.
- Link text- Use this option to specify the actual text that is displayed in the link.
- Text after link- Use this option to indicate the text that is displayed after the link is selected.
- Action- Use this option to specify the action that will be performed when you select the link such as Url, Set a parameter value, and Scroll to a step.
- Value- Use this option to indicate a value for the link.
- Settings- Use this option to configure specific settings based on the link type, and support parameter syntax.
- Context- Use this option to open a new context panel to the side instead of a full view.
- Style- Use this option to select between Link, Button (primary), Button (secondary) style.
A new tab can also be added by simply selecting TABS from the Style drop-down menu on the header bar.
Comments
Post a Comment