Skip to content

Commit 971ef37

Browse files
committed
adding custom connectors in
1 parent 48a82e4 commit 971ef37

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

articles/sentinel/connect-data-sources.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,18 +50,14 @@ To add more data connectors, install the solution associated with the data conne
5050
- [Microsoft Sentinel content hub catalog](sentinel-solutions-catalog.md)
5151
- [Advanced Security Information Model (ASIM) based domain solutions for Microsoft Sentinel](domain-based-essential-solutions.md)
5252

53-
## REST API integration for data connectors
53+
## Create custom connectors
5454

55-
Many security solutions provide a set of APIs for retrieving log files and other security data from their product or service. Those APIs connect to Microsoft Sentinel with one of the following methods:
56-
- The data source APIs are configured with the [Codeless Connector Platform](create-codeless-connector.md).
57-
- The data connector uses the Log Ingestion API for Azure Monitor as part of an Azure Function or Logic App.
55+
If you're unable to connect your data source to Microsoft Sentinel using any of the existing solutions available, consider creating your own data source connector. For example, many security solutions provide a set of APIs for retrieving log files and other security data from their product or service. Those APIs connect to Microsoft Sentinel with one of the following methods:
5856

59-
For more information about connecting with Azure Functions, see the following articles:
60-
- [Use Azure Functions to connect your data source to Microsoft Sentinel](connect-azure-functions-template.md)
61-
- [Azure Functions documentation](../azure-functions/index.yml)
62-
- [Azure Functions pricing](https://azure.microsoft.com/pricing/details/functions/)
57+
- The data source APIs are configured with the [Codeless Connector Platform](create-codeless-connector.md).
58+
- The data connector uses the Log Ingestion API for Azure Monitor as part of an [Azure Function](connect-azure-functions-template.md) or [Logic App](create-custom-connector.md#connect-with-logic-apps).
6359

64-
For more information about connecting with Logic Apps, see [Connect with Logic Apps](create-custom-connector.md#connect-with-logic-apps).
60+
You can also use Azure Monitor Agent directly or Logstash to create your custom connector. For more information, see [Resources for creating Microsoft Sentinel custom connectors](create-custom-connector.md).
6561

6662
## Agent-based integration for data connectors
6763

0 commit comments

Comments
 (0)