Skip to content

Commit 463f794

Browse files
committed
swap screenshots
1 parent 142d1d1 commit 463f794

File tree

9 files changed

+25
-27
lines changed

9 files changed

+25
-27
lines changed

docs/send-data/opentelemetry-collector/remote-management/configure-collector.md

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,25 @@ By associating source templates with collector tags—a process called *Collecto
3030
* Simplifying migration from legacy monitoring solutions
3131
* Monitoring error logs across multiple Apache servers
3232

33-
## How it works
33+
## Setup workflow
3434

35-
To illustrate the setup and configuration process, let's walk through an example scenario where you'd need to monitor Apache error logs from 50 Linux servers.
35+
To illustrate the setup and configuration process, we'll use an example scenario where you'd need to monitor Apache error logs from 50 Linux servers.
3636

3737
### Step 1: Install and tag collectors
3838

39-
First, you'll need to install the OpenTelemetry collectors on each of the 50 servers and tag them to indicate that they are running Apache.
39+
First, you'll need to install the OpenTelemetry collectors on each of the 50 Linux servers and tag them to indicate that they are running Apache.
4040

41-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu, select **Configuration**, and then under **Data Collection** select **OpenTelemetry Collection**.
42-
1. On the **OpenTelemetry Collection** page, click **Add Collector**.
43-
1. In the **Set up Collector** step, choose **Linux** as the platform.<br/><img src={useBaseUrl('img/send-data/linux-install.png')} alt="Screenshot showing the Linux installation options for the collector" style={{border: '1px solid gray'}} width="800"/>
44-
1. Enter your **Installation Token**.
45-
1. Under **Tag data on Collector level**, add a new tag, `“application = Apache”`, to identify these collectors as having Apache running on them.
46-
1. Leave the **Collector Settings** at their default values to configure collectors as remotely managed.
47-
1. Under **Generate and run the command to install the collector**, copy and run the installation command in your system terminal where the collector needs to be installed.<br/><img src={useBaseUrl('img/send-data/linux-terminal-installation.png')} alt="Screenshot showing the terminal command to install the collector" width="800"/>
41+
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**.<br/>[**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic top menu, select **Configuration**, and then under **Data Collection** select **OpenTelemetry Collection**.
42+
1. On the **OpenTelemetry Collection** page, click **+ Add Collector**.
43+
1. In the **Set up Collector** step:
44+
1. Choose your platform (in this example, **Linux**).
45+
1. Enter your **Installation Token**.
46+
1. Under **Tag data on Collector level**, add a new tag to identify these collectors as having Apache running on them (we'll use `application = Apache`).
47+
1. Leave the **Collector Settings** (**Ephemeral** and **Locally Manage Collector**) at their default values to configure collectors as remotely managed.
48+
1. Under **Generate and run the command to install the collector**, copy and run the installation command in your system terminal where the collector needs to be installed.
4849
1. After installation is complete, click **Next** to proceed.
49-
1. On the next screen, you will see a list of available source templates. Select the **Apache Source Template** to apply the source template to start collecting logs from all linked collectors, then proceed with the data configuration.
50-
51-
To revisit this screen later, navigate to:
52-
* [**Classic UI**](/docs/get-started/sumo-logic-ui-classic): In the main Sumo Logic menu, select **Manage Data > Collection > Source Template**.
53-
* [**New UI**](/docs/get-started/sumo-logic-ui): In the Sumo Logic top menu select **Configuration**, and then under **Data Collection**, select **Source Template**.
50+
1. On the next screen, you will see a list of available source templates. For this example, we'll select **Apache Source Template** to apply the source template to start collecting logs from all linked collectors, then proceed with the data configuration.<br/><img src={useBaseUrl('img/send-data/source-template.png')} alt="source template page" style={{border: '1px solid gray'}} width="700"/>
51+
* To revisit this screen later: From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), in the main Sumo Logic menu, select **Manage Data > Collection > Source Template > + Add Source Template**. From the [**New UI**](/docs/get-started/sumo-logic-ui), in the Sumo Logic top menu, select **Configuration** > **Source Template** > **+ Add Source Template**.
5452

5553

5654
### Step 2: Configure data collection
@@ -62,22 +60,22 @@ A new source template will always be created with the latest version of the sour
6260
Follow the below steps to create a data collection configuration to gather the required logs and link them to all the collectors with the help of collector tags:
6361

6462
1. Complete the source template form with the name and file path for your error logs, then click **Next**.<br/><img src={useBaseUrl('img/send-data/local-file-apache.png')} alt="Screenshot of the file path configuration for Apache logs" style={{border: '1px solid gray'}} width="700"/>
65-
1. Under **Link Collectors**, add the tag `"application = Apache"`.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="800"/>
66-
1. Click **Preview Collector(s)** to see the list of collectors that will be linked to the newly created source template.<br/><img src={useBaseUrl('img/send-data/preview-collectors.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="800"/>
63+
1. Under **Link Collectors** > **Select by Collector Tags**, add the tag `application = Apache`.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="800"/>
64+
1. Preview and confirm the collectors that will be linked to the newly created source template.<br/><img src={useBaseUrl('img/send-data/preview-collectors1.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="600"/><br/><img src={useBaseUrl('img/send-data/preview-collectors2.png')} alt="Screenshot showing the linked collectors preview" style={{border: '1px solid gray'}} width="800"/>
6765
1. Click **Next** to complete source template creation. The system will apply the configuration to all linked collectors and start collecting Apache error logs.
6866

6967
### Step 3: Monitor logs
7068

71-
After configuring data collection, you can monitor the collected Apache error logs using the [Log Search](/docs/search) and leverage [Dashboards](/docs/dashboards) to analyze the logs and gain insights from your Apache servers.
69+
Use [Log Search](/docs/search) and [Dashboards](/docs/dashboards) to monitor and analyze your collected data. In the example above, you'd look at your collected error logs and gain insights from your Apache servers.
7270

7371
## Collector tags
7472

7573
### Add a collector tag
7674

77-
There are place ways to add collector tags: [while creating the OTEL collector](#step-1-install-and-tag-collectors) and after creating the collector. To add a collector tag after the collector is created:
75+
You can add collector tags [during OTEL collector setup](#step-1-install-and-tag-collectors) or after creation:
7876

79-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic/). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui/). In the Sumo Logic top menu, select **Configuration** and then under **Data Collection**, select **OpenTelemetry Collection**.
80-
1. Click on the required collector where you need to add collector tags.
77+
1. Navigate to the **OpenTelemetry Collection** page.
78+
1. Click on the desired collector where you need to add collector tags.
8179
1. In the right pane, scroll to the **Collector Tags** section and click **Edit**.
8280
1. In the edit window, click **+ Add tags**.
8381
1. Add the required tags and click **Proceed**.
@@ -95,8 +93,8 @@ There are place ways to add collector tags: [while creating the OTEL collector](
9593

9694
To edit or delete a collector tag:
9795

98-
1. [**Classic UI**](/docs/get-started/sumo-logic-ui-classic/). In the main Sumo Logic menu, select **Manage Data > Collection > OpenTelemetry Collection**. <br/>[**New UI**](/docs/get-started/sumo-logic-ui/). In the Sumo Logic top menu select **Configuration**, and then under **Data Collection**, select **OpenTelemetry Collection**.
99-
1. Click on the required collector where you need to add the collector tags.
96+
1. Go to the **OpenTelemetry Collection** page.
97+
1. Click on the desired collector where you need to add the collector tags.
10098
1. In the right pane, scroll to the **Collector Tags** section and click **Edit**.
10199
1. Edit or delete the required tags and click **Proceed**.
102100
1. A new **Update Collector Tag(s)** window appears. Click the **click here** button to see the impact of this update.
@@ -106,4 +104,4 @@ To edit or delete a collector tag:
106104

107105
## Source templates
108106

109-
See [Managing Source Templates](/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates) to learn how to create and manage OpenTelemetry remote management source templates.
107+
See [Managing OpenTelemetry Remote Management Source Templates](/docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates) to learn how to create and modify your source templates.

docs/send-data/opentelemetry-collector/remote-management/source-templates/manage-source-templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Read up on how to [configure your OpenTelemetry collector for remote management]
3636
1. From the [**Classic UI**](/docs/get-started/sumo-logic-ui-classic), go to **Manage Data > Collection > Source Template**. Or, from the [**New UI**](/docs/get-started/sumo-logic-ui), go to the Sumo Logic top menu and select **Configuration > Collection > Source Template**.
3737
1. Click **Create Source Template** > **Add Source Template** and fill in the required details, such as name and configuration settings. When you're done, click **Next**.<br/><img src={useBaseUrl('img/send-data/local-file-apache.png')} alt="local-file-apache" style={{border:'1px solid gray'}} width="500"/>
3838
1. On the **Link Collectors** page, you will have the option to link the collectors using the **Collector Name** or by adding **Collector Tags** to find the group of collectors.
39-
1. Navigate to **Preview Collector(s)** to view details about the compatibility of the collectors and the collectors that will be linked to the newly created source template. If we have mapped the collectors using both the **Collector Name** and **Collector Tags**, you will get a separate preview sections for the collectors identified by collector name and collector tags.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="link-collectors" style={{border: '1px solid gray'}} width="800" height="500"/>
39+
1. Navigate to **Preview Collector(s)** to view details about the compatibility of the collectors and the collectors that will be linked to the newly created source template. If we have mapped the collectors using both the **Collector Name** and **Collector Tags**, you will get a separate preview sections for the collectors identified by collector name and collector tags.<br/><img src={useBaseUrl('img/send-data/link-collectors.png')} alt="link-collectors" style={{border: '1px solid gray'}} width="800" />
4040
:::note
4141
Incompatible version conflict will be found if your collectors cannot be linked to the source template due to version incompatibility or unsupported operating system. To move to the next step, make sure you update the collect version of the incompatible collector.<br/><img src={useBaseUrl('img/send-data/incompatible-collectors.png')} alt="incompatible-collectors" style={{border:'1px solid gray'}} width="800"/>
4242
:::
@@ -50,8 +50,8 @@ Use our [Log Search](/docs/search) and [dashboards](/docs/dashboards) to monitor
5050

5151
To monitor Nginx access logs from a group of web servers:
5252

53-
1. **Create source template**. Name it `"Nginx Access Logs"` and specify the log file path.
54-
2. **Link collectors**. Tag your web servers with `"application=nginx"` and link these collectors to the source template.
53+
1. **Create source template**. Name it `Nginx Access Logs` and specify the log file path.
54+
2. **Link collectors**. Tag your web servers with `application=nginx` and link these collectors to the source template.
5555
3. **Deploy**. Apply the source template to start collecting logs from all linked collectors.
5656
4. **Monitor**. Use our [Log Search](/docs/search) and [Dashboards](/docs/dashboards) to monitor and analyze the collected Nginx access logs.
5757

40.5 KB
Loading
-136 KB
Binary file not shown.
-304 KB
Binary file not shown.
-203 KB
Binary file not shown.
65.1 KB
Loading
106 KB
Loading
149 KB
Loading

0 commit comments

Comments
 (0)