Skip to content

Commit b27b44c

Browse files
committed
minor style issues only
1 parent 56326b1 commit b27b44c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sentinel/best-practices-data.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Best practices for data collection in Microsoft Sentinel
33
description: Learn about best practices to employ when connecting data sources to Microsoft Sentinel.
44
author: yelevin
55
ms.author: yelevin
6-
ms.topic: conceptual
6+
ms.topic: concept-article
77
ms.date: 11/12/2024
88

99

@@ -48,10 +48,10 @@ Standard configuration for data collection might not work well for your organiza
4848

4949
|Challenge / Requirement |Possible solutions |Considerations |
5050
|---------|---------|---------|
51-
|**Requires log filtering** | Use Logstash <br><br>Use Azure Functions <br><br> Use LogicApps <br><br> Use custom code (.NET, Python) | While filtering can lead to cost savings, and ingests only the required data, some Microsoft Sentinel features aren't supported, such as [UEBA](identify-threats-with-entity-behavior-analytics.md), [entity pages](entity-pages.md), [machine learning](bring-your-own-ml.md), and [fusion](fusion.md). <br><br>When configuring log filtering, make updates in resources such as threat hunting queries and analytics rules |
51+
|**Requires log filtering** | Use Logstash <br><br>Use Azure Functions <br><br> Use LogicApps <br><br> Use custom code (.NET, Python) | While filtering can lead to cost savings, and ingests only the required data, some Microsoft Sentinel features aren't supported, such as [UEBA](identify-threats-with-entity-behavior-analytics.md), [entity pages](entity-pages.md), [machine learning](bring-your-own-ml.md), and [fusion](fusion.md). <br><br>When configuring log filtering, make updates in resources such as threat hunting queries and analytics rules. |
5252
|**Agent cannot be installed** |Use Windows Event Forwarding, supported with the [Azure Monitor Agent](connect-windows-security-events.md#connector-options) | Using Windows Event forwarding lowers load-balancing events per second from the Windows Event Collector, from 10,000 events to 500-1000 events.|
5353
|**Servers do not connect to the internet** | Use the [Log Analytics gateway](/azure/azure-monitor/agents/gateway) | Configuring a proxy to your agent requires extra firewall rules to allow the Gateway to work. |
54-
|**Requires tagging and enrichment at ingestion** |Use Logstash to inject a ResourceID <br><br>Use an ARM template to inject the ResourceID into on-premises machines <br><br>Ingest the resource ID into separate workspaces | Log Analytics doesn't support RBAC for custom tables <br><br>Microsoft Sentinel doesn’t support row-level RBAC <br><br>**Tip**: You might want to adopt cross workspace design and functionality for Microsoft Sentinel. |
54+
|**Requires tagging and enrichment at ingestion** |Use Logstash to inject a ResourceID <br><br>Use an ARM template to inject the ResourceID into on-premises machines <br><br>Ingest the resource ID into separate workspaces | Log Analytics doesn't support role-based access control (RBAC) for custom tables. <br><br>Microsoft Sentinel doesn’t support row-level RBAC. <br><br>**Tip**: You might want to adopt cross workspace design and functionality for Microsoft Sentinel. |
5555
|**Requires splitting operation and security logs** | Use the [Microsoft Monitor Agent or Azure Monitor Agent](connect-windows-security-events.md) multi-home functionality | Multi-home functionality requires more deployment overhead for the agent. |
5656
|**Requires custom logs** | Collect files from specific folder paths <br><br>Use API ingestion <br><br>Use PowerShell <br><br>Use Logstash | You might have issues filtering your logs. <br><br>Custom methods aren't supported. <br><br>Custom connectors might require developer skills. |
5757

@@ -100,10 +100,10 @@ If you need to collect Microsoft Office data, outside of the standard connector
100100
|**RBAC, tagging, and enrichment at ingestion** | Create custom collection via Logstash or the Log Analytics API. | RBAC isn't supported for custom tables <br><br>Row-level RBAC isn't supported for any tables. |
101101

102102

103-
## Next steps
103+
## Related content
104104

105105
For more information, see:
106106

107-
- [Pre-deployment activities and prerequisites for deploying Microsoft Sentinel](prerequisites.md)
107+
- [Predeployment activities and prerequisites for deploying Microsoft Sentinel](prerequisites.md)
108108
- [Best practices for Microsoft Sentinel](best-practices.md)
109109
- [Connect data sources](connect-data-sources.md)

0 commit comments

Comments
 (0)