Skip to content

chore: standardize naming to "Logging operator" #282

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2025
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 assets/icons/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion content/docs/configuration/plugins/outputs/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ generated_file: true

For details, see [https://github.com/fluent/fluent-plugin-kafka](https://github.com/fluent/fluent-plugin-kafka).

For an example deployment, see [Transport Nginx Access Logs into Kafka with Logging Operator](../../../../quickstarts/kafka-nginx/).
For an example deployment, see [Transport Nginx Access Logs into Kafka with Logging operator](../../../../quickstarts/kafka-nginx/).

## Example output configurations

Expand Down
2 changes: 1 addition & 1 deletion content/docs/configuration/plugins/outputs/loki.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ generated_file: true

Fluentd output plugin to ship logs to a Loki server. For details, see [https://grafana.com/docs/loki/latest/clients/fluentd/](https://grafana.com/docs/loki/latest/clients/fluentd/).

For a detailed example, see [Store Nginx Access Logs in Grafana Loki with Logging Operator](../../../../quickstarts/loki-nginx/).
For a detailed example, see [Store Nginx Access Logs in Grafana Loki with Logging operator](../../../../quickstarts/loki-nginx/).

## Example output configurations

Expand Down
2 changes: 1 addition & 1 deletion content/docs/configuration/plugins/outputs/relabel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ weight: 200
generated_file: true
---

Available in Logging Operator version 4.2 and later.
Available in Logging operator version 4.2 and later.

The relabel output uses the [relabel output plugin of Fluentd](https://docs.fluentd.org/output/relabel) to route events back to a specific Flow, where they can be processed again.

Expand Down
2 changes: 1 addition & 1 deletion content/docs/examples/cloudwatch-nginx.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Store Nginx Access Logs in Amazon CloudWatch with Logging Operator
title: Store Nginx Access Logs in Amazon CloudWatch with Logging operator
linktitle: Amazon CloudWatch with Fluentd
weight: 100
aliases:
Expand Down
2 changes: 1 addition & 1 deletion content/docs/examples/sumologic.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ aliases:
- /docs/one-eye/logging-operator/quickstarts/sumologic/
---

This guide walks you through a simple Sumo Logic setup using the Logging Operator.
This guide walks you through a simple Sumo Logic setup using the Logging operator.
Sumo Logic has Prometheus and logging capabilities as well. Now we only focus on the logging part.

## Configuration
Expand Down
2 changes: 1 addition & 1 deletion content/docs/operation/logging-operator-monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ For more details on installing the Prometheus operator and configuring and acces
> The logging-operator metrics function depends on the prometheus-operator's resources.
> If those do not exist in the cluster it may cause the logging-operator's malfunction.

## Install Logging Operator with Helm
## Install Logging operator with Helm

1. {{< include-headless "helm-install-logging-operator.md" >}}

Expand Down
2 changes: 1 addition & 1 deletion content/docs/operation/scaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ aliases:

In a large-scale infrastructure the logging components can get high load as well. The typical sign of this is when `fluentd` cannot handle its [buffer](../../configuration/plugins/outputs/buffer/) directory size growth for more than the configured or calculated (timekey + timekey_wait) flush interval. In this case, you can [scale the fluentd statefulset]({{< relref "../logging-infrastructure/fluentd.md#scaling" >}}).

The Logging Operator supports scaling a **Fluentd aggregator** statefulset up and down. Scaling statefulset pods down is challenging, because we need to take care of the underlying volumes with buffered data that hasn't been sent, but the Logging Operator supports that use case as well.
The Logging operator supports scaling a **Fluentd aggregator** statefulset up and down. Scaling statefulset pods down is challenging, because we need to take care of the underlying volumes with buffered data that hasn't been sent, but the Logging operator supports that use case as well.

The details for that and how to configure an HPA is described in the following documents:
- https://github.com/kube-logging/logging-operator/blob/master/docs/volume-drainer.md
Expand Down
2 changes: 1 addition & 1 deletion content/docs/operation/troubleshooting/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The following tips and commands can help you to troubleshoot your Logging operat
logging-demo-log-generator-6448d45cd9-z7zk8 1/1 Running 0 24m
```

1. Check the status of your resources. Beginning with Logging Operator 3.8, all custom resources have a `Status` and a `Problems` field. In a healthy system, the Problems field of the resources is empty, for example:
1. Check the status of your resources. Beginning with Logging operator 3.8, all custom resources have a `Status` and a `Problems` field. In a healthy system, the Problems field of the resources is empty, for example:

```bash
kubectl get clusteroutput -A
Expand Down
2 changes: 1 addition & 1 deletion content/docs/quickstarts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ title: Quick start guides
weight: 200
---

Try out Logging Operator with these quick start guides, that show you the basics of Logging operator.
Try out Logging operator with these quick start guides, that show you the basics of Logging operator.

For other detailed examples using different outputs, see {{% xref "docs/examples/_index.md" %}}.