Skip to content

Commit 40e4d21

Browse files
committed
Updates from review
1 parent 34be701 commit 40e4d21

File tree

1 file changed

+9
-9
lines changed
  • docs/send-data/opentelemetry-collector/remote-management/source-templates/windows

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ import TabItem from '@theme/TabItem';
1717

1818
<img src={useBaseUrl('img/send-data/otel-color.svg')} alt="Thumbnail icon" width="30"/><img src={useBaseUrl('img/integrations/microsoft-azure/windows.png')} alt="Thumbnail icon" width="30"/>
1919

20-
The Windows source template creates an OpenTelemetry configuration that can be pushed to a remotely managed OpenTelemetry collector (abbreviated as otelcol). By creating this source template and pushing the config to the appropriate OpenTelemetry agent, you can ensure collection of windows event log and metrics of Windows to Sumo Logic.
20+
The Windows source template creates an OpenTelemetry configuration that can be pushed to a remotely managed OpenTelemetry collector (abbreviated as otelcol). By creating this source template and pushing the config to the appropriate OpenTelemetry agent, you can ensure collection of Windows event log and metrics of Windows to Sumo Logic.
2121

2222
## Fields creation in Sumo Logic for Windows
2323

24-
If not already present, the following [Fields](/docs/manage/fields/) are created as part of source template creation.
24+
If not already present, the following [fields](/docs/manage/fields/) are created as part of source template creation.
2525

2626
- **`sumo.datasource`**. Fixed value of **windows**.
27-
- **`deployment.environment`** User configured field at the time of collector installation. This identifies the environment where the Windows system resides. For example: `dev`, `prod`, or `qa`.
27+
- **`deployment.environment`**. User configured field at the time of collector installation. This identifies the environment where the Windows system resides. For example: `dev`, `prod`, or `qa`.
2828
- **`host.group`**. This is a collector-level field that is user configured at the time of collector installation. It identifies the Windows host group.
2929
- **`host.name`**. This is tagged through the resourcedetection processor. It holds the value of the host name where the OTel collector is installed.
3030

@@ -45,27 +45,27 @@ import CollectorInstallation from '../../../../../reuse/apps/opentelemetry/colle
4545

4646
### Step 2: Configure the source template
4747

48-
In this step, you will configure the yaml required for Windows Collection. Below are the inputs required for configuration:
48+
In this step, you will configure the YAML required for Windows collection. Below are the inputs required for configuration:
4949

5050
- **Name**. Name of the source template.
5151
- **Description**. Description for the source template.
5252

5353
#### Logs Collection
54-
- **Fields/Metadata**. You can provide any customer fields to be tagged with the data collected. By default, sumo tags `_sourceCategory` with the value otel/windows.
55-
- **Windows Event**. In this section you can select choose among the most widely used windows event channel for which windows event log collection will be enabled. You can also provide **Custom Event Channels** providing any customer event channel for which event logs are to be collected.
54+
- **Fields/Metadata**. You can provide any customer fields to be tagged with the data collected. By default, Sumo Logic tags `_sourceCategory` with the value `otel/windows`.
55+
- **Windows Event**. In this section you can select choose among the most widely used Windows event channel for which Windows event log collection will be enabled. You can also provide **Custom Event Channels** providing any customer event channel for which event logs are to be collected.
5656
- **Forward to SIEM**. Check the checkbox to forward your data to [Cloud SIEM](/docs/cse).
5757

5858
#### Metrics Collection
5959
- **Metrics**. Select the metric scrappers you want to enable. By default, metric collection for CPU, memory, disk, load, file system, network and paging are enabled, and process metric collection is disabled.
6060

61-
##### Enable process metric collection (Optional)
61+
##### Enable process metric collection (optional)
6262

6363
import ProcMetrics from '../../../../../reuse/apps/opentelemetry/process-metric-collection.md';
6464

6565
<ProcMetrics/>
6666

6767
- **Scan Interval**. The frequency at which the source is scanned.
68-
- **Processing Rules**. You can add processing rules for logs/metrics collected. To learn more, refer to [Processing Rules](../../processing-rules/index.md). For masking windows event logs, refer to [Mask Rules for Windows Source Template](mask-rules-windows.md).
68+
- **Processing Rules**. You can add processing rules for logs/metrics collected. To learn more, refer to [Processing Rules](/docs/send-data/opentelemetry-collector/remote-management/processing-rules/). For masking windows event logs, refer to [Mask Rules for Windows Source Template](/docs/send-data/opentelemetry-collector/remote-management/processing-rules/mask-rules-windows).
6969

7070
### Step 3: Push the source template to the desired remotely managed collectors
7171

@@ -74,5 +74,5 @@ import DataConfiguration from '../../../../../reuse/apps/opentelemetry/data-conf
7474
<DataConfiguration/>
7575

7676
:::info
77-
Refer to the [changelog](changelog.md) for information on periodic updates to this source template.
77+
Refer to the [changelog](/docs/send-data/opentelemetry-collector/remote-management/source-templates/windows/changelog/) for information on periodic updates to this source template.
7878
:::

0 commit comments

Comments
 (0)