Skip to content

Commit

Permalink
Docs link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma committed Nov 8, 2020
1 parent 6ae5210 commit ac54833
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This operator helps you bundle logging information with your applications: you c
- [x] Secure communication (TLS)
- [x] Configuration validation
- [x] Multiple flow support (multiply logs for different transformations)
- [x] Multiple [output](https://banzaicloud.com/docs/one-eye/logging-operator/plugins/outputs/) support (store the same logs in multiple storage: S3, GCS, ES, Loki and more...)
- [x] Multiple [output](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/plugins/outputs/) support (store the same logs in multiple storage: S3, GCS, ES, Loki and more...)
- [x] Multiple logging system support (multiple fluentd, fluent-bit deployment on the same cluster)

## Architecture
Expand All @@ -51,13 +51,13 @@ You can define `outputs` (destinations where you want to send your log messages,

You can configure the Logging operator using the following Custom Resource Descriptions.

- [logging](https://banzaicloud.com/docs/one-eye/logging-operator/crds/v1beta1/logging_types/) - Represents a logging system. Includes `Fluentd` and `Fluent-bit` configuration. Specifies the `controlNamespace`. Fluentd and Fluent-bit will be deployed in the `controlNamespace`
- [output](https://banzaicloud.com/docs/one-eye/logging-operator/crds/v1beta1/output_types/) - Defines an Output for a logging flow. This is a namespaced resource. See also `clusteroutput`.
- [flow](https://banzaicloud.com/docs/one-eye/logging-operator/crds/v1beta1/flow_types/) - Defines a logging flow with `filters` and `outputs`. You can specify `selectors` to filter logs by labels. Outputs can be `output` or `clusteroutput`. This is a namespaced resource. See also `clusterflow`.
- [clusteroutput](https://banzaicloud.com/docs/one-eye/logging-operator/crds/v1beta1/clusteroutput_types/) - Defines an output without namespace restriction. Only effective in `controlNamespace`.
- [clusterflow](https://banzaicloud.com/docs/one-eye/logging-operator/crds/v1beta1/output_types/) - Defines a logging flow without namespace restriction.
- [logging](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/v1beta1/logging_types/) - Represents a logging system. Includes `Fluentd` and `Fluent-bit` configuration. Specifies the `controlNamespace`. Fluentd and Fluent-bit will be deployed in the `controlNamespace`
- [output](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/v1beta1/output_types/) - Defines an Output for a logging flow. This is a namespaced resource. See also `clusteroutput`.
- [flow](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/v1beta1/flow_types/) - Defines a logging flow with `filters` and `outputs`. You can specify `selectors` to filter logs by labels. Outputs can be `output` or `clusteroutput`. This is a namespaced resource. See also `clusterflow`.
- [clusteroutput](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/v1beta1/clusteroutput_types/) - Defines an output without namespace restriction. Only effective in `controlNamespace`.
- [clusterflow](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/v1beta1/output_types/) - Defines a logging flow without namespace restriction.

See the [detailed CRD documentation](https://banzaicloud.com/docs/one-eye/logging-operator/crds/).
See the [detailed CRD documentation](https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/).

<p align="center"><img src="https://banzaicloud.com/docs/one-eye/logging-operator/img/logging-operator-v2-architecture.png" ></p>

Expand All @@ -69,7 +69,7 @@ Follow these [quickstart guides](https://banzaicloud.com/docs/one-eye/logging-op

### Install

Deploy Logging Operator with [Kubernetes manifests](https://banzaicloud.com/docs/one-eye/logging-operator/deploy/) or [Helm chart](https://banzaicloud.com/docs/one-eye/logging-operator/deploy/#deploy-logging-operator-with-helm).
Deploy Logging Operator with [Kubernetes manifests](https://banzaicloud.com/docs/one-eye/logging-operator/install/) or [Helm chart](https://banzaicloud.com/docs/one-eye/logging-operator/install/#deploy-logging-operator-with-helm).

> Caution: The **master branch** is under heavy development. Use [releases](https://github.com/banzaicloud/logging-operator/releases) instead of the master branch to get stable software.
Expand Down
4 changes: 2 additions & 2 deletions charts/logging-operator-logging/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ fullnameOverride: ""
# and recreate it with the new configuration.
enableRecreateWorkloadOnImmutableFieldChange: false

# Fluent-bit configurations https://banzaicloud.com/docs/one-eye/logging-operator/crds/#fluent-bit-spec
# Fluent-bit configurations https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/#fluent-bit-spec
fluentbit: {}
# Fluentd configurations https://banzaicloud.com/docs/one-eye/logging-operator/crds/#fluentd-spec
# Fluentd configurations https://banzaicloud.com/docs/one-eye/logging-operator/configuration/crds/#fluentd-spec
fluentd: {}
# 20Gi persistent storage is configured for fluentd by default.
# Here is an example, on how to override it:
Expand Down

0 comments on commit ac54833

Please sign in to comment.