Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/chapter-sources/opentelemetry/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Receive logs, metrics, and traces from OpenTelemetry
linktitle: OpenTelemetry
weight: 2350
weight: 2300
driver: "opentelemetry()"
short_description: "Receive logs, metrics, and traces from OpenTelemetry clients over the OpenTelemetry Protocol (OTLP/gRPC)"
---
Expand Down Expand Up @@ -41,7 +41,7 @@ log otel_forward_mode_alts {

The `opentelemetry()` source ignores this option and uses the address of the OTLP peer as the HOST.

{{% include-headless "chunk/option-source-log-fetch-limit.md" %}}
{{< include-headless "chunk/option-source-file-log-iw-size.md" >}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is this option-source-file-log-iw-size and not option-source-log-iw-size?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

option-source-log-iw-size references a dynamic-window-size option that I think is only available in the syslog source. But I agree, the filenames are not the best


## `port()` {#port}

Expand Down
2 changes: 0 additions & 2 deletions content/chapter-sources/source-syslog-ng-otlp/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,6 @@ The `syslog-ng-otlp()` source ignores this option and uses the hostname from the

{{< include-headless "chunk/option-source-keep-timestamp.md" >}}

{{% include-headless "chunk/option-source-log-fetch-limit.md" %}}

{{% include-headless "chunk/option-source-file-log-iw-size.md" %}}

{{< include-headless "chunk/option-source-log-prefix.md" >}}
Expand Down
2 changes: 1 addition & 1 deletion content/chapter-sources/syslog-ng-source-osquery/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "osquery: Collect and parse osquery result logs"
weight: 2300
weight: 2350
driver: "osquery()"
short_description: "Collect and parse osquery result logs"
---
Expand Down