Skip to content

Commit f82e9d1

Browse files
committed
Remove extra examples article
1 parent f115b5c commit f82e9d1

File tree

6 files changed

+20
-82
lines changed

6 files changed

+20
-82
lines changed

docs/cse/ingestion/cse-ingestion-best-practices.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to send log messages collected by a Sumo Logic Source or
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
This article has information about sending log messages collected by a Sumo Logic Source or Cloud-to-Cloud Connector on to Cloud SIEM to be transformed into records. 
10+
This article has information about sending log messages collected by a Sumo Logic Source or Cloud-to-Cloud Connector on to Cloud SIEM to be transformed into records.
1111

1212
:::note
1313
[Cloud SIEM must be enabled in your Sumo Logic account](/docs/cse/get-started-with-cloud-siem/onboarding-checklist-cse/) in order to send data from Sumo Logic to Cloud SIEM. If it isn’t, contact your Sumo Logic Technical Account Engineer or Sales Engineer.
@@ -55,4 +55,5 @@ We recommend the following ingestion methods, starting with the most preferred:
5555
1. **Use a Sumo Logic Source and Cloud SIEM Ingest mapping**. This is the least recommended method, as you have to manually configure the mapping hints in an ingestion mapping. For more information, see [Configure a Sumo Logic Ingest Mapping](/docs/cse/ingestion/sumo-logic-ingest-mapping/).
5656
5757
:::tip
58-
See the [Example Ingestion Sources for Cloud SIEM](/docs/cse/ingestion/ingestion-sources-for-cloud-siem/) for specific collection and ingestion recommendations for many common products and services.
58+
See [Example Ingestion Sources for Cloud SIEM](/docs/cse/ingestion/ingestion-sources-for-cloud-siem/) for specific collection and ingestion recommendations for many common products and services.
59+
:::

docs/cse/ingestion/example-ingestion-sources-for-cloud-siem.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

docs/cse/ingestion/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,13 @@ description: Learn how to configure ingestion for supported products and service
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
The topics in this section provide data ingestion guides for supported products and services.
11-
12-
In this section, we'll introduce the following concepts:
10+
The articles in this section provide guidance on how to ingest data into Cloud SIEM.
1311

1412
<div className="box-wrapper" >
1513
<div className="box smallbox card">
1614
<div className="container">
1715
<a href="/docs/cse/ingestion/cse-ingestion-best-practices"><img src={useBaseUrl('img/icons/operations/data-volume.png')} alt="Database icon" width="40"/><h4>Best Practices</h4></a>
18-
<p>Learn how to send Sumo Logic Source or Cloud-to-Cloud Connector log messages to Cloud SIEM to be transformed into Records.</p>
16+
<p>Learn how to send Sumo Logic Source or Cloud-to-Cloud Connector log messages to Cloud SIEM to be transformed into records.</p>
1917
</div>
2018
</div>
2119
<div className="box smallbox card">
Lines changed: 10 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,23 @@
11
---
22
id: auth0
3-
title: Auth0 - Cloud SIEM
4-
sidebar_label: Auth0 system parser
3+
title: Send Auth0 data to Cloud SIEM
4+
sidebar_label: Auth0
55
description: Configure an HTTP source to ingest Auth0 log messages and send them to Cloud SIEM’s Auth0 system parser.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

10-
## Step 1: Configure collection
10+
## Ingest data into Cloud SIEM
1111

12-
In this step, you configure an HTTP Source to collect Auth0 log messages. You can configure the source on an existing Hosted Collector or create a new collector. If you’re going to use an existing collector, jump to [Configure an HTTP Source](#configure-an-http-source) below. Otherwise, create a new collector as described in [Configure a Hosted Collector](#configure-a-hosted-collector) below, and then create the HTTP Source on the collector.
12+
To ingest Auth0 data into Cloud SIEM, install a source and do the following:
13+
1. Select the [**Forward to SIEM** option](/docs/c2c/info/#metadata-fields) in the source configuration UI.
14+
1. Click the **+Add Field** link to add a field whose name is `_parser` with value */Parsers/System/Auth0/Auth0*.
1315

14-
### Configure a Hosted Collector
16+
For complete directions, see [Collecting logs for Auth0](/docs/integrations/saml/auth0/#collecting-logs-for-auth0).
1517

16-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
17-
1. Click **Add Collector**.
18-
1. Click **Hosted Collector.**
19-
1. The **Add Hosted Collector** popup appears.<br/><img src={useBaseUrl('img/cse/add-hosted-collector.png')} alt="Add hosted image collector" style={{border: '1px solid gray'}} width="500" />
20-
1. **Name**. Provide a Name for the Collector.
21-
1. **Description**. (Optional)
22-
1. **Category**. Enter a string to tag the output collected from the source. The string that you supply will be saved in a metadata field called `_sourceCategory`
23-
1. **Fields**
24-
1. If you are planning that all the sources you add to this collector will forward log messages to Cloud SIEM, click the **+Add Field** link, and add a field whose name is `_siemForward` and value is *true*. This will cause the collector to forward all of the logs collected by all of the sources on the collector to Cloud SIEM.
25-
1. If all sources in this collector will be Auth0 sources, add an additional field with key `_parser` and value */Parsers/System/Auth0/Auth0*.
26-
27-
:::note
28-
It’s also possible to configure individual sources to forward to Cloud SIEM, as described in the following section.
29-
:::
30-
31-
### Configure an HTTP Source
32-
33-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
34-
1. Navigate to the Hosted Collector where you want to create the source.
35-
1. On the **Collectors** page, click **Add Source** next to a Hosted Collector.
36-
1. Select **HTTP Logs & Metrics**
37-
1. The page refreshes.<br/><img src={useBaseUrl('img/cse/http-source.png')} alt="HTTP source" style={{border: '1px solid gray'}} width="600" />
38-
1. **Name**. Enter a name for the source. 
39-
1. **Description**. (Optional) 
40-
1. **Source Host.** (Optional) Enter a string to tag the messages collected from the source. The string that you supply will be saved in a metadata field called `_sourceHost.`
41-
1. **Source Category**. Enter a string to tag the output collected from the source. The string that you supply will be saved in a metadata field called `_sourceCategory`.
42-
1. **SIEM Processing**. Click the checkbox to configure the source to forward log messages to Cloud SIEM.
43-
1. **Fields.** If you are not parsing all sources in the hosted collector with the same parser, click the **+Add Field** link, and add a field whose name is `_parser` with value */Parsers/System/Auth0/Auth0*.
44-
12. **Advanced Options for Logs**. For information about the optional advance options you can configure, see [HTTP Logs and Metrics Source](/docs/send-data/hosted-collectors/http-source/logs-metrics/).
45-
13. Click **Save**.
46-
14. Make a note of the HTTP Source URL that is displayed. You’ll supply it in Step 2 below.
47-
48-
## Step 2: Configure Auth0
49-
50-
In this step you configure Auth0 to send log messages to the Sumo Logic platform. For instructions, see [Stream Logs to Sumo Logic](https://auth0.com/docs/logs/streams/stream-logs-to-sumo-logic)
51-
in Auth0 help. 
52-
53-
## Step 3: Verify ingestion
54-
55-
In this step, you verify that your logs are successfully making it into
56-
Cloud SIEM. 
18+
## Verify ingestion
5719

20+
To verify that your logs are successfully making it into Cloud SIEM:
5821
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the top menu select **Configuration**, and then under **Incoming Data** select **Log Mappings**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the top menu select **Configuration**, and then under **Cloud SIEM Integrations** select **Log Mappings**. You can also click the **Go To...** menu at the top of the screen and select **Log Mappings**.
5922
1. On the **Log Mappings** tab search for Auth0 and check the **Records** columns.<br/><img src={useBaseUrl('img/cse/auth0-reocrd-volume.png')} alt="Record volume" style={{border: '1px solid gray'}} style={{border: '1px solid gray'}} width="800" />
60-
1. For a more granular look at the incoming records, you can also use the Sumo Logic platform to search for Auth0 security records.<br/><img src={useBaseUrl('img/cse/auth0-search.png')} alt="Auth0 search" style={{border: '1px solid gray'}} style={{border: '1px solid gray'}} width="500" />
23+
1. For a more granular look at the incoming records, you can also use the Sumo Logic platform to search for Auth0 security records.<br/><img src={useBaseUrl('img/cse/auth0-search.png')} alt="Auth0 search" style={{border: '1px solid gray'}} style={{border: '1px solid gray'}} width="500" />

docs/cse/ingestion/ingestion-sources-for-cloud-siem/index.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,16 @@ description: Learn the sources available for ingesting data to Cloud SIEM.
66

77
import useBaseUrl from '@docusaurus/useBaseUrl';
88

9-
This guide lists examples of sources you can use to ingest data into Cloud SIEM. For all available methods to ingest data into Cloud SIEM, see [Cloud SIEM ingestion best practices](/docs/cse/ingestion/cse-ingestion-best-practices).
9+
This section shows examples of sources you can use to ingest data into Cloud SIEM. There are many sources you can use to ingest data into Cloud SIEM. The ones described in this section are just a few.
1010

11-
In this section, we'll introduce the following concepts:
11+
The most common method to ingest data into Cloud SIEM is to install a [Cloud-to-Cloud Integration Framework source](/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/) and select the [**Forward to SIEM** option](/docs/c2c/info/#metadata-fields) in the configuration UI. For all available methods to ingest data into Cloud SIEM, see [Recommended methods to ingest data into Cloud SIEM](/docs/cse/ingestion/cse-ingestion-best-practices/#recommended-methods-to-ingest-data-into-cloud-siem).
12+
13+
Articles in this section:
1214

1315
<div className="box-wrapper" >
1416
<div className="box smallbox card">
1517
<div className="container">
16-
<a href="/docs/cse/ingestion/ingestion-sources-for-cloud-siem/auth0"><img src={useBaseUrl('img/integrations/saml/auth0.png')} alt="Auth0 thumbnail icon" width="50"/><h4>Auth0 system parser</h4></a>
18+
<a href="/docs/cse/ingestion/ingestion-sources-for-cloud-siem/auth0"><img src={useBaseUrl('img/integrations/saml/auth0.png')} alt="Auth0 thumbnail icon" width="50"/><h4>Auth0</h4></a>
1719
<p>Configure an HTTP source to ingest Auth0 log messages and send them to Cloud SIEM’s Auth0 system parser.</p>
1820
</div>
1921
</div>

sidebars.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2828,7 +2828,6 @@ integrations: [
28282828
'cse/ingestion/products-with-log-mappings',
28292829
'cse/ingestion/view-mappers-for-product',
28302830
'cse/ingestion/sumo-logic-ingest-mapping',
2831-
'cse/ingestion/example-ingestion-sources-for-cloud-siem',
28322831
{
28332832
type: 'category',
28342833
label: 'Ingestion Sources for Cloud SIEM',

0 commit comments

Comments
 (0)