Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 7f3dffb

Browse files
Edits
1 parent e4d83f8 commit 7f3dffb

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

gdi/opentelemetry/collector-windows/windows-config-logs.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ For example (replace the ``<SPLUNK...>`` values in the command for your configur
3939
4040
& {Set-ExecutionPolicy Bypass -Scope Process -Force; $script = ((New-Object System.Net.WebClient).DownloadString('https://dl.signalfx.com/splunk-otel-collector.ps1')); $params = @{access_token = "<SPLUNK_ACCESS_TOKEN>"; realm = "<SPLUNK_REALM>"; hec_url = "<SPLUNK_HEC_URL>"; hec_token = "<SPLUNK_HEC_TOKEN>"}; Invoke-Command -ScriptBlock ([scriptblock]::Create(". {$script} $(&{$args} @params)"))}
4141
42-
The installation creates the main fluentd configuration file ``<drive>\opt\td-agent\etc\td-agent\td-agent.conf``, where ``<drive>`` is the drive letter for the fluentd installation directory.
42+
The installation creates the main Fluentd configuration file ``<drive>\opt\td-agent\etc\td-agent\td-agent.conf``, where ``<drive>`` is the drive letter for the fluentd installation directory.
4343

44-
You can add custom fluentd source configuration files to the ``<drive>\opt\td-agent\etc\td-agent\conf.d``
44+
You can add custom Fluentd source configuration files to the ``<drive>\opt\td-agent\etc\td-agent\conf.d``
4545
directory after installation.
4646

4747
Note the following:
4848

49-
* In this directory, fluentd includes all files with the .conf extension.
49+
* In this directory, Fluentd includes all files with the .conf extension.
5050
* By default, fluentd collects from the Windows Event Log. See ``<drive>\opt\td-agent\etc\td-agent\conf.d\eventlog.conf`` for the default configuration.
5151

5252
After any configuration modification, apply the changes by restarting the system or running the following PowerShell commands:

gdi/opentelemetry/troubleshoot-logs.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ This document describes common issues related to log collection with the Collect
1515

1616
* :ref:`kubernetes-config-logs`
1717
* :ref:`linux-config-logs`
18+
* :ref:`windows-config-logs`
1819

19-
2020
To troubleshoot the health and performance of the Collector see the :new-page:`OpenTelemetry Project troublehooting docs <https://opentelemetry.io/docs/collector/troubleshooting>`. It includes information about troubleshooting tools and debugging.
2121

2222
My source isn't generating logs
@@ -77,9 +77,7 @@ You can manually generate logs. By default, Fluentd monitors journald and /var/l
7777
echo "2021-03-17 02:14:44 +0000 [debug]: test" >>/var/log/syslog.log
7878
echo "2021-03-17 02:14:44 +0000 [debug]: test" | systemd-cat
7979
80-
.. note::
81-
82-
Properly structured syslog is required for Fluentd to properly pick up the log line.
80+
.. caution:: Fluentd requires properly structured syslog to pick up the log line.
8381

8482
.. _unwanted_profiling_logs:
8583

0 commit comments

Comments
 (0)