You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/sentinel/connect-cef-syslog-options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ In this article, you can find the relevant option for streaming and filtering lo
17
17
|Scenario |Options |
18
18
|---------|---------|
19
19
|Are your logs in raw Syslog, in Common Event Format (CEF), or both? |• [Syslog](connect-syslog.md)<br>• [CEF](connect-cef-ama.md)<br>• [CEF and Syslog](connect-cef-syslog.md)|
20
-
|Are you sending logs to Microsoft Sentinel directly from your device/appliance, or via a log forwarder? |**Send logs directly via CEF**:<br>• To send logs directly with the [new AMA connector](connect-cef-ama.md), skip the Configure a log forwarder step.<br> • To send logs directly via CEF with the [legacy connector](connect-common-event-format.md), skip the Designate a log forwarder and install the Log Analytics agent step.<br><br>**Send logs [directly via Syslog](connect-syslog.md)**<br><br>**[Configure a log forwarder](connect-log-forwarder.md)**|
21
-
|Are you sending logs using the new Azure Monitor agent (AMA) or the legacy Log Analytics agent? |**CEF**:<br>• [New AMA connector](connect-cef-ama.md)<br>• [legacy agent](connect-common-event-format.md)<br><br>**Syslog**:<br>• To ingest logs over Syslog with the AMA, [create a DCR](/azure-monitor/essentials/data-collection-rule-structure).<br>• Ingest logs via the [legacy agent](connect-common-event-format.md). |
20
+
|Are you sending logs to Microsoft Sentinel directly from your device/appliance, or via a log forwarder? |**Send logs directly via CEF**:<br><br>• To send logs directly with the [new AMA connector](connect-cef-ama.md), skip the Configure a log forwarder step.<br> • To send logs directly via CEF with the [legacy connector](connect-common-event-format.md), skip the Designate a log forwarder and install the Log Analytics agent step.<br><br>**Send logs [directly via Syslog](connect-syslog.md)**<br><br>**[Configure a log forwarder](connect-log-forwarder.md)**|
21
+
|Are you sending logs using the new Azure Monitor agent (AMA) or the legacy Log Analytics agent? |**CEF**:<br>• [New AMA connector](connect-cef-ama.md)<br>• [Legacy agent](connect-common-event-format.md)<br><br>**Syslog**:<br>• To ingest logs over Syslog with the AMA, [create a DCR](../azure-monitor/essentials/data-collection-rule-structure.md).<br>• Ingest logs via the [legacy agent](connect-common-event-format.md). |
Copy file name to clipboardExpand all lines: articles/sentinel/connect-cef-syslog.md
+72-72Lines changed: 72 additions & 72 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,9 @@ ms.author: lwainstein
10
10
11
11
# Stream logs in both the CEF and Syslog format
12
12
13
-
This article describes how to stream and filter logs in both the CEF and Syslog format to your Microsoft Sentinel workspace from multiple on-premises appliances. This process is relevant when your organization uses different appliances that ingest logs over both CEF and Syslog, and you want to ingest both types of data without duplications.
13
+
This article describes how to stream and filter logs in both the CEF and Syslog format to your Microsoft Sentinel workspace from multiple on-premises appliances. If your organization uses some appliances that ingest logs over CEF and other appliances that ingest logs over Syslog, you can use this process to ingest both types of data without duplications.
14
14
15
-
During this process, you use the Azure Monitor Agent (AMA), which uses Data Collection Rules (DCRs). With DCRs, you can filter the logs before they're ingested, for quicker upload, efficient analysis, and querying. Data Collection Rules (DCRs) to filter the logs before they're ingested, for quicker upload, efficient analysis, and querying.
15
+
During this process, you use the Azure Monitor Agent (AMA) and Data Collection Rules (DCRs). With DCRs, you can filter the logs before they're ingested, for quicker upload, efficient analysis, and querying. Data Collection Rules (DCRs) to filter the logs before they're ingested, for quicker upload, efficient analysis, and querying.
16
16
17
17
> [!IMPORTANT]
18
18
>
@@ -34,14 +34,14 @@ Before you begin, verify that you have:
34
34
35
35
## Separate your facilities
36
36
37
-
To avoid data duplication, each DCR you configure in the next steps uses a separate facility for CEF and Syslog. To ensure that data isn't duplicated, make sure that the appliance that sends Syslog data and the appliance that sends CEF data do so on different facilities, for example `local1` ad `local2`.
37
+
To avoid data duplication, make sure that the appliance that sends Syslog data and the appliance that sends CEF data do so on different facilities, for example `local1` ad `local2`. Make sure that each DCR you configure in the next steps uses the relevant facility for CEF or Syslog respectively.
38
38
39
39
## Create a DCR for your CEF logs
40
40
41
-
- Create the DCR: via the UI:
41
+
- Create the DCR via the UI:
42
42
1.[Open the connector page and create the DCR](connect-cef-ama.md#open-the-connector-page-and-create-the-dcr).
1.[Select the data source type and create the DCR](connect-cef-ama.md#select-the-data-source-type-and-create-the-dcr).
45
45
46
46
> [!NOTE]
47
47
> **Using the same machine to forward both plain Syslog *and* CEF messages**
@@ -50,17 +50,17 @@ To avoid data duplication, each DCR you configure in the next steps uses a separ
50
50
>
51
51
> On each source machine that sends logs to the forwarder in CEF format, you must edit the Syslog configuration file to remove the facilities that are being used to send CEF messages. This way, the facilities that are sent in CEF won't also be sent in Syslog.
52
52
53
-
1.[Run the installation script](connect-cef-ama.md)
53
+
1.[Run the installation script](connect-cef-ama.md).
54
54
55
55
- Create the DCR via the API:
56
-
1.[Create the request URL and header](connect-cef-ama.md#request-url-and-header)
57
-
1.[Create the request body](connect-cef-ama.md#request-body)
56
+
1.[Create the request URL and header](connect-cef-ama.md#request-url-and-header).
57
+
1.[Create the request body](connect-cef-ama.md#request-body).
58
58
59
-
See [examples of facilities and log levels sections](connect-cef-ama.md#examples-of-facilities-and-log-levels-sections).
59
+
See [examples of facilities and log levels sections](connect-cef-ama.md#examples-of-facilities-and-log-levels-sections).
60
60
61
61
## Create a DCR for your Syslog logs
62
62
63
-
Create the DCR for your Syslog logs using the [guidelines](/azure-monitor/essentials/data-collection-rule-overview) and [structure](/azure-monitor/essentials/data-collection-rule-structure). Review the [best practices](/azure-monitor/essentials/data-collection-rule-best-practices) if needed.
63
+
Create the DCR for your Syslog-based logs using the Azure Monitor [guidelines](../azure-monitor/essentials/data-collection-rule-overview) and [structure](../azure-monitor/essentials/data-collection-rule-structure). Review the [best practices](../azure-monitor/essentials/data-collection-rule-best-practices) if needed.
64
64
65
65
## Create a DCR for both Syslog and CEF logs
66
66
@@ -83,73 +83,73 @@ Create the DCR for your Syslog logs using the [guidelines](/azure-monitor/essent
83
83
- Add the filterand facility log levels in the `facilityNames`and`logLevels` parameters.
0 commit comments