Skip to content

Commit 1d32fdc

Browse files
committed
Feedback
1 parent d50df29 commit 1d32fdc

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

articles/sentinel/TOC.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -745,6 +745,8 @@
745745
href: connect-cef-syslog.md
746746
- name: CEF over Syslog sources (legacy)
747747
href: connect-common-event-format.md
748+
- name: Deploy a log forwarder (legacy)
749+
href: connect-log-forwarder.md
748750
- name: Syslog (raw) sources (legacy)
749751
href: connect-syslog.md
750752
- name: DNS via AMA
@@ -770,9 +772,7 @@
770772
- name: Configure ingestion-time transformation
771773
href: configure-data-transformation.md
772774
- name: Configure RDP login detection
773-
href: configure-connector-login-detection.md
774-
- name: Deploy a log forwarder
775-
href: connect-log-forwarder.md
775+
href: configure-connector-login-detection.md
776776
- name: Create a custom connector
777777
href: create-custom-connector.md
778778
- name: Create a codeless connector

articles/sentinel/connect-cef-syslog-options.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,11 @@ In this article, you can find the relevant option for streaming and filtering lo
1414

1515
## Stream logs in the CEF and Syslog format to Microsoft Sentinel
1616

17-
|Scenario |Options |
18-
|---------|---------|
19-
|Are your logs in raw Syslog, in Common Event Format (CEF), or both? |**[CEF (with CEF AMA connector)](connect-cef-ama.md)**<br><br>• **Syslog**: To ingest logs over Syslog with the AMA, [create a DCR](../azure-monitor/essentials/data-collection-rule-structure.md), or for the full procedure, see [forward syslog data to Log Analytics using the AMA](forward-syslog-monitor-agent.md).<br><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? |• To **[Send logs directly via CEF](connect-cef-ama.md)**, skip the Configure a log forwarder step.<br><br>• **[Send logs directly via Syslog](connect-syslog.md)**<br><br>• **[Configure a log forwarder](connect-log-forwarder.md)** |
17+
Depending on where your logs are located, select the article that's most relevant to your scenario:
18+
19+
- **[CEF](connect-cef-ama.md)**: Stream CEF logs with the CEF AMA connector.
20+
- **Syslog**: To ingest logs over Syslog with the AMA, [create a DCR](../azure-monitor/essentials/data-collection-rule-structure.md), or for the full procedure, see [forward syslog data to Log Analytics using the AMA](forward-syslog-monitor-agent.md).
21+
- **[CEF and Syslog](connect-cef-syslog.md)**: Stream logs in both the CEF and Syslog format.
2122

2223
## Next steps
2324

articles/sentinel/connect-cef-syslog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Before you begin, verify that you have:
3333
- The Linux machine must have Python 2.7 or 3 installed on the Linux machine. Use the ``python --version`` or ``python3 --version`` command to check.
3434
- Either the `syslog-ng` or `rsyslog` daemon enabled.
3535
- To collect events from any system that isn't an Azure virtual machine, ensure that [Azure Arc](../azure-monitor/agents/azure-monitor-agent-manage.md) is installed.
36-
- To ingest Syslog and CEF logs into Microsoft Sentinel, you can designate and configure a Linux machine that collects the logs from your devices and forwards them to your Microsoft Sentinel workspace. [Configure a log forwarder](connect-cef-ama.md#configure-a-log-forwarder)
36+
- To ingest Syslog and CEF logs into Microsoft Sentinel, you can designate and configure a Linux machine that collects the logs from your devices and forwards them to your Microsoft Sentinel workspace. [Configure a log forwarder](connect-cef-ama.md#configure-a-log-forwarder).
3737

3838
## Avoid data ingestion duplication
3939

0 commit comments

Comments
 (0)