Skip to content

Commit 96a0c88

Browse files
authored
Merge pull request #1212 from kube-logging/banzaicloud-rename
Update banzaicloud references
2 parents 05f66f1 + 2c9d731 commit 96a0c88

File tree

24 files changed

+103
-115
lines changed

24 files changed

+103
-115
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export PATH := $(BIN):$(PATH)
77
OS = $(shell go env GOOS)
88
ARCH = $(shell go env GOARCH)
99

10-
DOCKER = docker
10+
DOCKER ?= docker
1111
GOVERSION = $(shell go env GOVERSION)
1212

1313
# Image name to use for building/pushing image targets
@@ -16,15 +16,11 @@ IMG ?= controller:latest
1616
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
1717
CRD_OPTIONS ?= "crd:trivialVersions=true,preserveUnknownFields=false,maxDescLen=0"
1818

19-
DRAIN_WATCH_IMAGE_TAG_NAME ?= ghcr.io/banzaicloud/fluentd-drain-watch
19+
DRAIN_WATCH_IMAGE_TAG_NAME ?= ghcr.io/kube-logging/fluentd-drain-watch
2020
DRAIN_WATCH_IMAGE_TAG_VERSION ?= latest
2121

2222
VERSION := $(shell git describe --abbrev=0 --tags)
2323

24-
# Where do we use these???
25-
DOCKER_IMAGE = banzaicloud/logging-operator
26-
DOCKER_TAG ?= ${VERSION}
27-
2824
E2E_TEST_TIMEOUT ?= 20m
2925

3026

README.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,11 @@
11
<p align="center"><img src="docs/img/lo.svg" width="260"></p>
22
<p align="center">
33

4-
<a href="https://hub.docker.com/r/banzaicloud/logging-operator/">
5-
<img src="https://img.shields.io/docker/automated/banzaicloud/logging-operator.svg" alt="Docker Automated build">
6-
</a>
7-
8-
<a href="https://hub.docker.com/r/banzaicloud/logging-operator/">
9-
<img src="https://img.shields.io/docker/pulls/banzaicloud/logging-operator.svg?style=shield" alt="Docker Pulls">
10-
</a>
11-
124
<a href="https://goreportcard.com/badge/github.com/kube-logging/logging-operator">
135
<img src="https://goreportcard.com/badge/github.com/kube-logging/logging-operator" alt="Go Report Card">
146
</a>
157

16-
<a href="https://github.com/banzaicloud/logging-operator/">
8+
<a href="https://github.com/kube-logging/logging-operator/">
179
<img src="https://img.shields.io/badge/license-Apache%20v2-orange.svg" alt="license">
1810
</a>
1911

@@ -100,7 +92,7 @@ If you encounter problems while using the Logging operator the documentation doe
10092
If you find this project useful, help us:
10193

10294
- Support the development of this project and star this repo! :star:
103-
- If you use the Logging operator in a production environment, add yourself to the list of production [adopters](https://github.com/banzaicloud/logging-operator/blob/master/ADOPTERS.md).:metal: <br>
95+
- If you use the Logging operator in a production environment, add yourself to the list of production [adopters](https://github.com/kube-logging/logging-operator/blob/master/ADOPTERS.md).:metal: <br>
10496
- Help new users with issues they may encounter :muscle:
10597
- Send a pull request with your new features and bug fixes :rocket:
10698

config/dashboards/logging-dashboard.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"list": [
88
]
99
},
10-
"description": "This is a simple dashboard for: https://github.com/banzaicloud/logging-operator utilising Fluent-bit and Fluentd",
10+
"description": "This is a simple dashboard for: https://github.com/kube-logging/logging-operator utilising Fluent-bit and Fluentd",
1111
"editable": true,
1212
"gnetId": 7752,
1313
"graphTooltip": 0,

docs/configuration/crds/v1beta1/fluentbit_types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ Default: -
9090

9191
### positiondb (volume.KubernetesVolume, optional) {#fluentbitspec-positiondb}
9292

93-
[volume.KubernetesVolume](https://github.com/banzaicloud/operator-tools/tree/master/docs/types)
93+
[volume.KubernetesVolume](https://github.com/cisco-open/operator-tools/tree/master/docs/types)
9494

9595
Default: -
9696

@@ -144,7 +144,7 @@ Default: -
144144

145145
### bufferStorageVolume (volume.KubernetesVolume, optional) {#fluentbitspec-bufferstoragevolume}
146146

147-
[volume.KubernetesVolume](https://github.com/banzaicloud/operator-tools/tree/master/docs/types)
147+
[volume.KubernetesVolume](https://github.com/cisco-open/operator-tools/tree/master/docs/types)
148148

149149
Default: -
150150

docs/configuration/crds/v1beta1/fluentd_types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Default: -
4242

4343
### bufferStorageVolume (volume.KubernetesVolume, optional) {#fluentdspec-bufferstoragevolume}
4444

45-
BufferStorageVolume is by default configured as PVC using FluentdPvcSpec [volume.KubernetesVolume](https://github.com/banzaicloud/operator-tools/tree/master/docs/types)
45+
BufferStorageVolume is by default configured as PVC using FluentdPvcSpec [volume.KubernetesVolume](https://github.com/cisco-open/operator-tools/tree/master/docs/types)
4646

4747
Default: -
4848

docs/configuration/crds/v1beta1/node_agent_types.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Default: -
8585

8686
### positiondb (volume.KubernetesVolume, optional) {#nodeagentfluentbit-positiondb}
8787

88-
[volume.KubernetesVolume](https://github.com/banzaicloud/operator-tools/tree/master/docs/types)
88+
[volume.KubernetesVolume](https://github.com/cisco-open/operator-tools/tree/master/docs/types)
8989

9090
Default: -
9191

@@ -123,7 +123,7 @@ Default: -
123123

124124
### bufferStorageVolume (volume.KubernetesVolume, optional) {#nodeagentfluentbit-bufferstoragevolume}
125125

126-
[volume.KubernetesVolume](https://github.com/banzaicloud/operator-tools/tree/master/docs/types)
126+
[volume.KubernetesVolume](https://github.com/cisco-open/operator-tools/tree/master/docs/types)
127127

128128
Default: -
129129

docs/configuration/plugins/_index.md

+57-57
Large diffs are not rendered by default.

docs/configuration/plugins/filters/kube_events_timestamp.md

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

7-
# [Kubernetes Events Timestamp Filter](https://github.com/banzaicloud/fluentd-filter-kube-events-timestamp)
7+
# [Kubernetes Events Timestamp Filter](https://github.com/kube-logging/fluentd-filter-kube-events-timestamp)
88
## Overview
99
Fluentd Filter plugin to select particular timestamp into an additional field
1010

docs/configuration/plugins/filters/tagnormaliser.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generated_file: true
66

77
# Fluentd Plugin to re-tag based on log metadata
88
## Overview
9-
More info at https://github.com/banzaicloud/fluent-plugin-tag-normaliser
9+
More info at https://github.com/kube-logging/fluent-plugin-tag-normaliser
1010

1111
Available kubernetes metadata
1212

@@ -25,7 +25,7 @@ Available kubernetes metadata
2525

2626
### format (string, optional) {#tag normaliser parameters-format}
2727

28-
Re-Tag log messages info at [github](https://github.com/banzaicloud/fluent-plugin-tag-normaliser)
28+
Re-Tag log messages info at [github](https://github.com/kube-logging/fluent-plugin-tag-normaliser)
2929

3030
Default: ${namespace_name}.${pod_name}.${container_name}
3131

docs/configuration/plugins/outputs/logdna.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ generated_file: true
66

77
# [LogDNA Output](https://github.com/logdna/fluent-plugin-logdna)
88
## Overview
9-
This plugin has been designed to output logs to LogDNA. Example Deployment: [Transport Nginx Access Logs into LogDNA with Logging Operator](https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/examples/logging_output_logdna.yaml)
9+
This plugin has been designed to output logs to LogDNA.
1010

1111
## Configuration
1212
## LogDNA

docs/configuration/plugins/outputs/loki.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ generated_file: true
77
# Loki output plugin
88
## Overview
99
Fluentd output plugin to ship logs to a Loki server.
10-
More info at https://github.com/banzaicloud/fluent-plugin-kubernetes-loki
10+
More info at https://github.com/kube-logging/fluent-plugin-kubernetes-loki
1111
>Example: [Store Nginx Access Logs in Grafana Loki with Logging Operator](../../../../quickstarts/loki-nginx/)
1212
1313
#### Example output configurations

docs/sniffing-trafic.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ Create a *fluentd.conf*.
3232
</match>
3333
```
3434

35-
Start locasl fluentd
35+
Start local fluentd
3636
```bash
37-
docker run -p 8888:8888 -v $PWD/fluentd.conf:/fluent/fluent.conf --rm banzaicloud/fluentd:v1.11.2-alpine-2 -c /fluent/fluent.conf
37+
docker run -p 8888:8888 -v $PWD/fluentd.conf:/fluent/fluent.conf --rm ghcr.io/kube-logging/fluentd:v1.11 -c /fluent/fluent.conf
3838
```
3939

4040
Setup kurun service for port-forward

docs/syslogng-quickstart.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ For more details, see [the official docs](https://www.syslog-ng.com/technical-do
514514

515515
Example kubernetes message:
516516
```json
517-
{"user":"-","ts":"2022-08-02T07:41:34.090763Z","time":"02/Aug/2022:07:41:34 +0000","stream":"stdout","source":"/var/log/log-generator","size":"1628","remote":"85.151.230.190","referer":"-","path":"/index.html","method":"POST","logtag":"F","kubernetes":{"pod_name":"one-eye-log-generator-57988cbd65-gpgc4","pod_id":"010d4598-2e34-4165-accd-2b77e4fc4bb6","namespace_name":"default","labels":{"pod-template-hash":"57988cbd65","app.kubernetes.io/name":"log-generator","app.kubernetes.io/instance":"one-eye-log-generator"},"host":"ip-192-168-6-51.eu-west-1.compute.internal","docker_id":"89e7cf414b5e6ff1fbee977d62cbc96794d2debd6a52803857d5dbad57d4f772","container_name":"log-generator","container_image":"033498657557.dkr.ecr.us-east-2.amazonaws.com/banzaicloud/log-generator:0.3.20","container_hash":"033498657557.dkr.ecr.us-east-2.amazonaws.com/banzaicloud/log-generator@sha256:b031138718194a17fdac2964bacf9543f96b037a65cd50138a5754ddb7897bb5"},"http_x_forwarded_for":"\"-\"","host":"-","code":"403","cluster":"xxxxx","agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"}
517+
{"user":"-","ts":"2022-08-02T07:41:34.090763Z","time":"02/Aug/2022:07:41:34 +0000","stream":"stdout","source":"/var/log/log-generator","size":"1628","remote":"85.151.230.190","referer":"-","path":"/index.html","method":"POST","logtag":"F","kubernetes":{"pod_name":"one-eye-log-generator-57988cbd65-gpgc4","pod_id":"010d4598-2e34-4165-accd-2b77e4fc4bb6","namespace_name":"default","labels":{"pod-template-hash":"57988cbd65","app.kubernetes.io/name":"log-generator","app.kubernetes.io/instance":"one-eye-log-generator"},"host":"ip-192-168-6-51.eu-west-1.compute.internal","docker_id":"89e7cf414b5e6ff1fbee977d62cbc96794d2debd6a52803857d5dbad57d4f772","container_name":"log-generator","container_image":"ghcr.io/kube-logging/log-generator:0.3.20","container_hash":"ghcr.io/kube-logging/log-generator@sha256:b031138718194a17fdac2964bacf9543f96b037a65cd50138a5754ddb7897bb5"},"http_x_forwarded_for":"\"-\"","host":"-","code":"403","cluster":"xxxxx","agent":"Mozilla/5.0 (iPhone; CPU iPhone OS 10_3_3 like Mac OS X) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/9.0 Mobile/13B143 Safari/601.1"}
518518
```
519519

520520
## Complex example

docs/volume-drainer.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ kind create cluster --name drainer
4040

4141
Build and upload fresh drain-watch sidecar image
4242
```sh
43-
docker build drain-watch-image -t ghcr.io/banzaicloud/fluentd-drain-watch:testing && kind load docker-image --name drainer ghcr.io/banzaicloud/fluentd-drain-watch:testing
43+
docker build drain-watch-image -t ghcr.io/kube-logging/fluentd-drain-watch:testing && kind load docker-image --name drainer ghcr.io/kube-logging/fluentd-drain-watch:testing
4444
```
4545

4646
Install log-generator

fluentd-image/e2e-test/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ RUN apk update \
3838
&& gem install elasticsearch -v 7.13.3 \
3939
&& gem install elasticsearch-xpack -v 7.13.3 \
4040
&& gem install fluent-plugin-detect-exceptions -v 0.0.14 \
41-
# FMI https://github.com/banzaicloud/logging-operator/issues/887 \
41+
# FMI https://github.com/kube-logging/logging-operator/issues/887 \
4242
&& find /usr/lib/ruby/gems/2.*/gems/fluent-plugin-detect-exceptions-* -type f -print0 | xargs -0 chmod 644 \
4343
&& gem install \
4444
specific_install \
@@ -77,7 +77,7 @@ RUN apk update \
7777
fluent-plugin-grok-parser \
7878
&& gem specific_install -l https://github.com/tarokkk/fluent-plugin-logzio.git \
7979
&& gem specific_install -l https://github.com/acquia/fluent-plugin-syslog_rfc5424.git \
80-
&& gem specific_install -l https://github.com/banzaicloud/fluent-plugin-gcs.git \
80+
&& gem specific_install -l https://github.com/kube-logging/fluent-plugin-gcs.git \
8181
&& gem specific_install -l https://github.com/SumoLogic/sumologic-kubernetes-fluentd.git -d fluent-plugin-kubernetes-metadata-filter \
8282
&& gem specific_install -l https://github.com/SumoLogic/sumologic-kubernetes-fluentd.git -d fluent-plugin-enhance-k8s-metadata \
8383
&& gem specific_install -l https://github.com/SumoLogic/sumologic-kubernetes-fluentd.git -d fluent-plugin-kubernetes-sumologic \

pkg/resources/syslogng/syslogng.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ const (
5353
defaultBufferVolumeMetricsPort = 9200
5454
syslogngImageRepository = "balabit/syslog-ng"
5555
syslogngImageTag = "4.0.1"
56-
prometheusExporterImageRepository = "ghcr.io/banzaicloud/syslog-ng-exporter"
57-
prometheusExporterImageTag = "0.0.13"
58-
bufferVolumeImageRepository = "ghcr.io/banzaicloud/custom-runner"
59-
bufferVolumeImageTag = "0.1.3"
60-
configReloaderImageRepository = "ghcr.io/banzaicloud/syslogng-reload"
56+
prometheusExporterImageRepository = "ghcr.io/kube-logging/syslog-ng-exporter"
57+
prometheusExporterImageTag = "v0.0.14"
58+
bufferVolumeImageRepository = "ghcr.io/kube-logging/custom-runner"
59+
bufferVolumeImageTag = "v0.4.0"
60+
configReloaderImageRepository = "ghcr.io/kube-logging/syslogng-reload"
6161
configReloaderImageTag = "v1.0.1"
6262
socketVolumeName = "socket"
6363
socketPath = "/tmp/syslog-ng/syslog-ng.ctl"

pkg/sdk/extensions/extensionsconfig/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (t TailerWebhookConfig) VersionedFluentBitPathArgs(filePath string) []strin
6767
var Global = GlobalConfig{
6868
FluentBitPosFilePath: "/var/pos",
6969
FluentBitPosVolumeName: "positions",
70-
OperatorImage: "033498657557.dkr.ecr.us-east-2.amazonaws.com/banzaicloud/logging-extensions:0.2.0",
70+
OperatorImage: "ghcr.io/banzaicloud/logging-operator:4.0.0-rc19",
7171
}
7272

7373
// HostTailer configuration

pkg/sdk/logging/api/v1beta1/logging_types.go

+9-9
Original file line numberDiff line numberDiff line change
@@ -121,22 +121,22 @@ type DefaultFlowSpec struct {
121121
const (
122122
DefaultFluentbitImageRepository = "fluent/fluent-bit"
123123
DefaultFluentbitImageTag = "1.9.5"
124-
DefaultFluentbitBufferVolumeImageRepository = "ghcr.io/banzaicloud/node-exporter"
124+
DefaultFluentbitBufferVolumeImageRepository = "ghcr.io/kube-logging/node-exporter"
125125
DefaultFluentbitBufferVolumeImageTag = "v0.2.0"
126126
DefaultFluentbitBufferStorageVolumeName = "fluentbit-buffer"
127-
DefaultFluentdImageRepository = "ghcr.io/banzaicloud/fluentd"
128-
DefaultFluentdImageTag = "v1.14.6-alpine-5"
127+
DefaultFluentdImageRepository = "ghcr.io/kube-logging/fluentd"
128+
DefaultFluentdImageTag = "v1.14"
129129
DefaultFluentdBufferStorageVolumeName = "fluentd-buffer"
130-
DefaultFluentdDrainWatchImageRepository = "ghcr.io/banzaicloud/fluentd-drain-watch"
131-
DefaultFluentdDrainWatchImageTag = "v0.0.5"
130+
DefaultFluentdDrainWatchImageRepository = "ghcr.io/kube-logging/fluentd-drain-watch"
131+
DefaultFluentdDrainWatchImageTag = "v0.2.0"
132132
DefaultFluentdDrainPauseImageRepository = "k8s.gcr.io/pause"
133133
DefaultFluentdDrainPauseImageTag = "3.2"
134134
DefaultFluentdVolumeModeImageRepository = "busybox"
135135
DefaultFluentdVolumeModeImageTag = "latest"
136-
DefaultFluentdConfigReloaderImageRepository = "ghcr.io/banzaicloud/config-reloader"
137-
DefaultFluentdConfigReloaderImageTag = "0.0.1"
138-
DefaultFluentdBufferVolumeImageRepository = "ghcr.io/banzaicloud/custom-runner"
139-
DefaultFluentdBufferVolumeImageTag = "0.1.0"
136+
DefaultFluentdConfigReloaderImageRepository = "ghcr.io/kube-logging/config-reloader"
137+
DefaultFluentdConfigReloaderImageTag = "v0.0.2"
138+
DefaultFluentdBufferVolumeImageRepository = "ghcr.io/kube-logging/custom-runner"
139+
DefaultFluentdBufferVolumeImageTag = "v0.4.0"
140140
)
141141

142142
// SetDefaults fills empty attributes

pkg/sdk/logging/model/filter/kube_events_timestamp.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import (
2424
type _hugoKubeEventsTimestamp interface{} //nolint:deadcode,unused
2525

2626
// +kubebuilder:object:generate=true
27-
// +docName:"[Kubernetes Events Timestamp Filter](https://github.com/banzaicloud/fluentd-filter-kube-events-timestamp)"
27+
// +docName:"[Kubernetes Events Timestamp Filter](https://github.com/kube-logging/fluentd-filter-kube-events-timestamp)"
2828
// Fluentd Filter plugin to select particular timestamp into an additional field
2929
type _docKubeEventsTimestamp interface{} //nolint:deadcode,unused
3030

3131
// +name:"Kubernetes Events Timestamp"
32-
// +url:"https://github.com/banzaicloud/fluentd-filter-kube-events-timestamp"
32+
// +url:"https://github.com/kube-logging/fluentd-filter-kube-events-timestamp"
3333
// +version:"0.1.4"
3434
// +description:"Fluentd Filter plugin to select particular timestamp into an additional field"
3535
// +status:"GA"

pkg/sdk/logging/model/filter/tagnormaliser.go

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
type _hugoTagNormaliser interface{} //nolint:deadcode,unused
2525

2626
// +docName:"Fluentd Plugin to re-tag based on log metadata"
27-
// More info at https://github.com/banzaicloud/fluent-plugin-tag-normaliser
27+
// More info at https://github.com/kube-logging/fluent-plugin-tag-normaliser
2828
//
2929
// # Available kubernetes metadata
3030
//
@@ -40,15 +40,15 @@ type _hugoTagNormaliser interface{} //nolint:deadcode,unused
4040
type _docTagNormaliser interface{} //nolint:deadcode,unused
4141

4242
// +name:"Tag Normaliser"
43-
// +url:"https://github.com/banzaicloud/fluent-plugin-tag-normaliser"
43+
// +url:"https://github.com/kube-logging/fluent-plugin-tag-normaliser"
4444
// +version:"0.1.1"
4545
// +description:"Re-tag based on log metadata"
4646
// +status:"GA"
4747
type _metaTagNormaliser interface{} //nolint:deadcode,unused
4848

4949
// +docName:"Tag Normaliser parameters"
5050
type TagNormaliser struct {
51-
// Re-Tag log messages info at [github](https://github.com/banzaicloud/fluent-plugin-tag-normaliser)
51+
// Re-Tag log messages info at [github](https://github.com/kube-logging/fluent-plugin-tag-normaliser)
5252
Format string `json:"format,omitempty" plugin:"default:${namespace_name}.${pod_name}.${container_name}"`
5353
// Tag used in match directive. (default: kubernetes.**)
5454
MatchTag string `json:"match_tag,omitempty" plugin:"hidden"`

pkg/sdk/logging/model/output/gcs.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
type _hugoGCS interface{} //nolint:deadcode,unused
2525

2626
// +docName:"Google Cloud Storage"
27-
// Store logs in Google Cloud Storage. For details, see [https://github.com/banzaicloud/fluent-plugin-gcs](https://github.com/banzaicloud/fluent-plugin-gcs).
27+
// Store logs in Google Cloud Storage. For details, see [https://github.com/kube-logging/fluent-plugin-gcs](https://github.com/kube-logging/fluent-plugin-gcs).
2828
//
2929
// ## Example
3030
// ```yaml
@@ -39,7 +39,7 @@ type _hugoGCS interface{} //nolint:deadcode,unused
3939
type _docGCS interface{} //nolint:deadcode,unused
4040

4141
// +name:"Google Cloud Storage"
42-
// +url:"https://github.com/banzaicloud/fluent-plugin-gcs"
42+
// +url:"https://github.com/kube-logging/fluent-plugin-gcs"
4343
// +version:"0.4.0"
4444
// +description:"Store logs in Google Cloud Storage"
4545
// +status:"GA"

pkg/sdk/logging/model/output/logdna.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ type _hugoLogDNA interface{} //nolint:deadcode,unused
2525

2626
// +kubebuilder:object:generate=true
2727
// +docName:"[LogDNA Output](https://github.com/logdna/fluent-plugin-logdna)"
28-
// This plugin has been designed to output logs to LogDNA. Example Deployment: [Transport Nginx Access Logs into LogDNA with Logging Operator](https://raw.githubusercontent.com/banzaicloud/logging-operator/master/docs/examples/logging_output_logdna.yaml)
28+
// This plugin has been designed to output logs to LogDNA.
2929
type _docLogDNA interface{} //nolint:deadcode,unused
3030

3131
// +name:"LogDNA"

pkg/sdk/logging/model/output/loki.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ type _hugoLoki interface{} //nolint:deadcode,unused
2626

2727
// +docName:"Loki output plugin "
2828
// Fluentd output plugin to ship logs to a Loki server.
29-
// More info at https://github.com/banzaicloud/fluent-plugin-kubernetes-loki
29+
// More info at https://grafana.com/docs/loki/latest/clients/fluentd/
3030
// >Example: [Store Nginx Access Logs in Grafana Loki with Logging Operator](../../../../quickstarts/loki-nginx/)
3131
//
3232
// ## Example output configurations

pkg/sdk/logging/model/types/router.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
"github.com/kube-logging/logging-operator/pkg/sdk/logging/maps/mapstrstr"
2424
)
2525

26-
// OutputPlugin plugin: https://github.com/banzaicloud/fluent-plugin-label-router
26+
// OutputPlugin plugin: https://github.com/kube-logging/fluent-plugin-label-router
2727
type Router struct {
2828
PluginMeta
2929
Routes []Directive `json:"routes"`

0 commit comments

Comments
 (0)