Skip to content

Commit 604e53e

Browse files
Merge pull request #209770 from yelevin/yelevin/whats-new-archival
What's New archival 2/5
2 parents bdbdba2 + 45b7d09 commit 604e53e

File tree

2 files changed

+52
-52
lines changed

2 files changed

+52
-52
lines changed

articles/sentinel/whats-new-archive.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,58 @@ Noted features are currently in PREVIEW. The [Azure Preview Supplemental Terms](
2525
> You can also contribute! Join us in the [Azure Sentinel Threat Hunters GitHub community](https://github.com/Azure/Azure-Sentinel/wiki).
2626
2727

28+
## September 2021
29+
30+
- [Data connector health enhancements (Public preview)](#data-connector-health-enhancements-public-preview)
31+
- [New in docs: scaling data connector documentation](#new-in-docs-scaling-data-connector-documentation)
32+
- [Azure Storage account connector changes](#azure-storage-account-connector-changes)
33+
34+
### Data connector health enhancements (Public preview)
35+
36+
Azure Sentinel now provides the ability to enhance your data connector health monitoring with a new *SentinelHealth* table. The *SentinelHealth* table is created after you [turn on the Azure Sentinel health feature](monitor-sentinel-health.md) in your Azure Sentinel workspace, at the first success or failure health event generated.
37+
38+
For more information, see [Monitor the health of your data connectors with this Azure Sentinel workbook](monitor-data-connector-health.md).
39+
40+
> [!NOTE]
41+
> The *SentinelHealth* data table is currently supported only for selected data connectors. For more information, see [Supported data connectors](monitor-data-connector-health.md#supported-data-connectors).
42+
>
43+
44+
45+
### New in docs: scaling data connector documentation
46+
47+
As we continue to add more and more built-in data connectors for Azure Sentinel, we reorganized our data connector documentation to reflect this scaling.
48+
49+
For most data connectors, we replaced full articles that describe an individual connector with a series of generic procedures and a full reference of all currently supported connectors.
50+
51+
Check the [Azure Sentinel data connectors reference](data-connectors-reference.md) for details about your connector, including references to the relevant generic procedure, as well as extra information and configurations required.
52+
53+
For more information, see:
54+
55+
- **Conceptual information**: [Connect data sources](connect-data-sources.md)
56+
57+
- **Generic how-to articles**:
58+
59+
- [Connect to Azure, Windows, Microsoft, and Amazon services](connect-azure-windows-microsoft-services.md)
60+
- [Connect your data source to the Azure Sentinel Data Collector API to ingest data](connect-rest-api-template.md)
61+
- [Get CEF-formatted logs from your device or appliance into Azure Sentinel](connect-common-event-format.md)
62+
- [Collect data from Linux-based sources using Syslog](connect-syslog.md)
63+
- [Collect data in custom log formats to Azure Sentinel with the Log Analytics agent](connect-custom-logs.md)
64+
- [Use Azure Functions to connect your data source to Azure Sentinel](connect-azure-functions-template.md)
65+
- [Resources for creating Azure Sentinel custom connectors](create-custom-connector.md)
66+
67+
### Azure Storage account connector changes
68+
69+
Due to some changes made within the Azure Storage account resource configuration itself, the connector also needs to be reconfigured.
70+
The storage account (parent) resource has within it other (child) resources for each type of storage: files, tables, queues, and blobs.
71+
72+
When configuring diagnostics for a storage account, you must select and configure, in turn:
73+
- The parent account resource, exporting the **Transaction** metric.
74+
- Each of the child storage-type resources, exporting all the logs and metrics (see the table above).
75+
76+
You'll only see the storage types that you actually have defined resources for.
77+
78+
:::image type="content" source="media/whats-new/storage-diagnostics.png" alt-text="Screenshot of Azure Storage diagnostics configuration.":::
79+
2880
## August 2021
2981

3082
- [Advanced incident search (Public preview)](#advanced-incident-search-public-preview)

articles/sentinel/whats-new.md

Lines changed: 0 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -702,58 +702,6 @@ For more information, see:
702702
- [Azure Sentinel DHCP normalization schema reference (Public preview)](dhcp-normalization-schema.md)
703703
- [Normalization and the Azure Sentinel Information Model (ASIM)](normalization.md)
704704

705-
## September 2021
706-
707-
- [Data connector health enhancements (Public preview)](#data-connector-health-enhancements-public-preview)
708-
- [New in docs: scaling data connector documentation](#new-in-docs-scaling-data-connector-documentation)
709-
- [Azure Storage account connector changes](#azure-storage-account-connector-changes)
710-
711-
### Data connector health enhancements (Public preview)
712-
713-
Azure Sentinel now provides the ability to enhance your data connector health monitoring with a new *SentinelHealth* table. The *SentinelHealth* table is created after you [turn on the Azure Sentinel health feature](monitor-sentinel-health.md) in your Azure Sentinel workspace, at the first success or failure health event generated.
714-
715-
For more information, see [Monitor the health of your data connectors with this Azure Sentinel workbook](monitor-data-connector-health.md).
716-
717-
> [!NOTE]
718-
> The *SentinelHealth* data table is currently supported only for selected data connectors. For more information, see [Supported data connectors](monitor-data-connector-health.md#supported-data-connectors).
719-
>
720-
721-
722-
### New in docs: scaling data connector documentation
723-
724-
As we continue to add more and more built-in data connectors for Azure Sentinel, we reorganized our data connector documentation to reflect this scaling.
725-
726-
For most data connectors, we replaced full articles that describe an individual connector with a series of generic procedures and a full reference of all currently supported connectors.
727-
728-
Check the [Azure Sentinel data connectors reference](data-connectors-reference.md) for details about your connector, including references to the relevant generic procedure, as well as extra information and configurations required.
729-
730-
For more information, see:
731-
732-
- **Conceptual information**: [Connect data sources](connect-data-sources.md)
733-
734-
- **Generic how-to articles**:
735-
736-
- [Connect to Azure, Windows, Microsoft, and Amazon services](connect-azure-windows-microsoft-services.md)
737-
- [Connect your data source to the Azure Sentinel Data Collector API to ingest data](connect-rest-api-template.md)
738-
- [Get CEF-formatted logs from your device or appliance into Azure Sentinel](connect-common-event-format.md)
739-
- [Collect data from Linux-based sources using Syslog](connect-syslog.md)
740-
- [Collect data in custom log formats to Azure Sentinel with the Log Analytics agent](connect-custom-logs.md)
741-
- [Use Azure Functions to connect your data source to Azure Sentinel](connect-azure-functions-template.md)
742-
- [Resources for creating Azure Sentinel custom connectors](create-custom-connector.md)
743-
744-
### Azure Storage account connector changes
745-
746-
Due to some changes made within the Azure Storage account resource configuration itself, the connector also needs to be reconfigured.
747-
The storage account (parent) resource has within it other (child) resources for each type of storage: files, tables, queues, and blobs.
748-
749-
When configuring diagnostics for a storage account, you must select and configure, in turn:
750-
- The parent account resource, exporting the **Transaction** metric.
751-
- Each of the child storage-type resources, exporting all the logs and metrics (see the table above).
752-
753-
You'll only see the storage types that you actually have defined resources for.
754-
755-
:::image type="content" source="media/whats-new/storage-diagnostics.png" alt-text="Screenshot of Azure Storage diagnostics configuration.":::
756-
757705
## Next steps
758706

759707
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)