Skip to content

Commit 0078fff

Browse files
authored
chore: standardize naming to "Logging operator"
Signed-off-by: GitHub <[email protected]>
1 parent 5910634 commit 0078fff

File tree

10 files changed

+11
-11
lines changed

10 files changed

+11
-11
lines changed

assets/icons/logo.svg

Lines changed: 2 additions & 2 deletions
Loading

content/docs/configuration/plugins/outputs/kafka.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ generated_file: true
1010

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

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

1515
## Example output configurations
1616

content/docs/configuration/plugins/outputs/loki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ generated_file: true
99

1010
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/).
1111

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

1414
## Example output configurations
1515

content/docs/configuration/plugins/outputs/relabel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ weight: 200
44
generated_file: true
55
---
66

7-
Available in Logging Operator version 4.2 and later.
7+
Available in Logging operator version 4.2 and later.
88

99
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.
1010

content/docs/examples/cloudwatch-nginx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Store Nginx Access Logs in Amazon CloudWatch with Logging Operator
2+
title: Store Nginx Access Logs in Amazon CloudWatch with Logging operator
33
linktitle: Amazon CloudWatch with Fluentd
44
weight: 100
55
aliases:

content/docs/examples/sumologic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ aliases:
66
- /docs/one-eye/logging-operator/quickstarts/sumologic/
77
---
88

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

1212
## Configuration

content/docs/operation/logging-operator-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For more details on installing the Prometheus operator and configuring and acces
7474
> The logging-operator metrics function depends on the prometheus-operator's resources.
7575
> If those do not exist in the cluster it may cause the logging-operator's malfunction.
7676

77-
## Install Logging Operator with Helm
77+
## Install Logging operator with Helm
7878

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

content/docs/operation/scaling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111

1212
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" >}}).
1313

14-
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.
14+
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.
1515

1616
The details for that and how to configure an HPA is described in the following documents:
1717
- https://github.com/kube-logging/logging-operator/blob/master/docs/volume-drainer.md

content/docs/operation/troubleshooting/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The following tips and commands can help you to troubleshoot your Logging operat
3434
logging-demo-log-generator-6448d45cd9-z7zk8 1/1 Running 0 24m
3535
```
3636

37-
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:
37+
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:
3838

3939
```bash
4040
kubectl get clusteroutput -A

content/docs/quickstarts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ title: Quick start guides
33
weight: 200
44
---
55

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

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

0 commit comments

Comments
 (0)