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
- Release notes
- Indicator extraction doc
- Icons and screenshots
- upgrade doc with added sections -
- Moving from Global Variables to Key Store Record
- Editing Extraction Playbooks - An Example
- Retrieving Exclusion List
-[Excluding Extracted Indicators from Enrichment](./docs/extending-default-indicator-extraction-process.md#excluding-extracted-indicators-from-enrichment)
@@ -88,7 +89,6 @@ The following diagram helps better understand the overall process and the subseq
88
89
89
90
-[Setting up Communications Tracking for Custom Modules](./docs/setting-up-comms-module.md)
90
91
91
-
-[Excluding Extracted Indicators from Enrichment](./docs/extending-default-indicator-extraction-process.md#excluding-extracted-indicators-from-enrichment)
Copy file name to clipboardExpand all lines: docs/configuring-alert-ingestion-process.md
+15-9Lines changed: 15 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
4
4
# Configuring Alert Ingestion Process
5
5
6
-
Alert Ingestion is a process that periodically pulls actionable data from sources such as SIEM, EDR, and even email inboxes. For example, to respond to use cases involving suspicous emails, you would configure ingestion of emails from email providers like Exchange or GMail.
6
+
Alert Ingestion is a process that periodically pulls actionable data from sources such as SIEM, EDR, and even email inboxes. For example, to respond to use cases involving suspicious emails, you would configure ingestion of emails from email providers like Exchange or GMail.
7
7
8
8
The **Data Ingestion** page displays all the connectors that are installed and can be configured for alert ingestion using the **Data Ingestion Wizard**.
9
9
@@ -13,15 +13,21 @@ To view the **Data Ingestion** page, log on to FortiSOAR. On the left navigation
13
13
14
14
1. To configure a connector for data ingestion, refer to the document [Configuring a connector in FortiSOAR](https://docs.fortinet.com/document/fortisoar/0.0.0/configuring-a-connector/1/configuring-a-connector#Configuring_a_connector_in_FortiSOAR_). Following connectors are installed, by default, with SOAR Framework Solution Pack:
15
15
16
-
-**Exchange** - To configure the Exchange connector for data ingestion, refer to the document [Configure Data Ingestion in Exchange](https://docs.fortinet.com/document/fortisoar/3.4.4/exchange/148/exchange-v3-4-4#Configure_Data_Ingestion).
17
-
-**Fortinet FortiEDR** - To configure the Fortinet FortiEDR connector for data ingestion, refer to the document [Configure Data Ingestion in Fortinet FortiEDR](https://docs.fortinet.com/document/fortisoar/1.3.0/fortinet-fortiedr/161/fortinet-fortiedr-v1-3-0#Configure_Data_Ingestion).
18
-
-**Fortinet FortiSIEM** - To configure the Fortinet FortiSIEM connector for data ingestion, refer to the document [Configure Data Ingestion in Fortinet FortiSIEM](https://docs.fortinet.com/document/fortisoar/4.3.1/fortinet-fortisiem/222/fortinet-fortisiem-v4-3-1#Configure_Data_Ingestion).
19
-
-**IMAP** - To configure the IMAP connector for data ingestion, refer to the document [Configure Data Ingestion in IMAP](https://docs.fortinet.com/document/fortisoar/0.0.0/fortisoar-built-in-connectors/1/fortisoar-built-in-connectors#IMAP).
20
-
There are multiple connectors each with separate instructions to configure data ingestion. To search for and know more, refer to [FortiSOAR Connectors](https://docs.fortinet.com/fortisoar/connectors).
21
-
2. The **Data Ingestion Wizard** maps the incoming data (from source) to target field in the [Alert Schema](./extending-default-alert-schema.md). During the mapping process, you might find that you need to add some fields that are not present. To add new fields, refer to [Extending Default Alert Schema](./extending-default-alert-schema.md).
22
-
> **IMPORTANT**: This is a key step to ensure correct mapping into alert schema, which subsequently becomes a part of the indicator extraction process.
16
+
-**Exchange** - To configure the Exchange connector for data ingestion, refer to the document [Configure Data Ingestion in Exchange](https://docs.fortinet.com/document/fortisoar/3.4.4/exchange/148/exchange-v3-4-4#Configure_Data_Ingestion).
17
+
18
+
-**Fortinet FortiEDR** - To configure the Fortinet FortiEDR connector for data ingestion, refer to the document [Configure Data Ingestion in Fortinet FortiEDR](https://docs.fortinet.com/document/fortisoar/1.3.0/fortinet-fortiedr/161/fortinet-fortiedr-v1-3-0#Configure_Data_Ingestion).
19
+
20
+
There are multiple other connectors each with instructions to configure data ingestion. To search for and know more, refer to [FortiSOAR Connectors](https://docs. fortinet.com/fortisoar/connectors).
21
+
22
+
2. The **Data Ingestion Wizard** maps the incoming data (from source) to target field in the [Alert Schema](./extending-default-alert-schema.md). During the mapping process, you might need to add some fields that are not present; to add new fields, refer to [Extending Default Alert Schema](./extending-default-alert-schema.md).
23
+
24
+
>[!Important]
25
+
>This is a key step to ensure correct mapping into alert schema, which subsequently becomes a part of the indicator extraction process.
26
+
23
27
3. Use the **Scheduling** screen, in the **Data Ingestion Wizard**, to configure schedule-based ingestion.
24
-
> **NOTE**: Some connectors, like the **Exchange** connector, support **Email Notification Service**. This service sets up a listener that instantly notifies FortiSOAR when a new email arrives in the mailbox.
28
+
29
+
> [!Note]
30
+
> Some connectors, like the **Exchange** connector, support **Email Notification Service**. This service sets up a listener that instantly notifies FortiSOAR when a new email arrives in the targeted mailbox.
25
31
26
32
After the configuration is complete, the system is ready to ingest data and as per the defined mapping, create alerts in FortiSOAR.
0 commit comments