Skip to content

Commit

Permalink
Hotfix/missing index pattern infra + gatekeeper-system flow inclusion…
Browse files Browse the repository at this point in the history
…/exclusion (#136)

* fix: include gatekeeper-system ns on infra flow and exclude from kubernetes flow

* fix: missing infra index pattern on opensearch dashboards

* docs: add v3.1.1 release note

* hotfix(configs): bump fluent-bit version for systemd tailers

* feature(configs): add containerd to systemd tailers

* docs: prepare for release 3.1.1

- add missing versions to compatibility matrix
- formatting and linting

* docs: improve copy in 3.1.1 release notes

---------

Co-authored-by: Ramiro Algozino <ramiro@sighup.io>
  • Loading branch information
nutellinoit and ralgozino authored Mar 22, 2023
1 parent 14c2b21 commit fc86b36
Show file tree
Hide file tree
Showing 9 changed files with 94 additions and 50 deletions.
40 changes: 20 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,28 @@ High level diagram of the stack:

The following packages are included in the Fury Kubernetes Logging katalog:

| Package | Version | Description |
|--------------------------------------------------------|-----------------------------------|---------------------------------------------------------------------------------------------------------|
| [cerebro](katalog/cerebro) | `0.9.4` | Web admin tool that helps you manage your Opensearch cluster via a graphical user interface |
| [opensearch-single](katalog/opensearch-single) | `2.5.0` | Single node opensearch deployment. Not intended for production use. |
| [opensearch-triple](katalog/opensearch-triple) | `2.5.0` | Three node high-availability opensearch deployment |
| [opensearch-dashboards](katalog/opensearch-dashboards) | `2.5.0` | Analytics and visualization platform for Opensearch |
| [logging-operator](katalog/logging-operator) | `3.17.10` | Banzai logging operator, manages fluentbit/fluentd and their configurations |
| [logging-operated](katalog/logging-operated) | `-` | fluentd and fluentbit deployment using logging operator |
| [configs](katalog/configs) | `-` | Logging pipeline configs to gather various types of logs and send them to OpenSearch |
| [loki-configs](katalog/loki-configs) | `-` | Logging pipeline configs to gather various types of logs and send them to Loki |
| [loki-distributed](katalog/loki-distributed) | `2.7.3` | Distributed Loki deployment |
| [minio-ha](katalog/minio-ha) | `vRELEASE.2023-01-12T02-06-16Z` | Three nodes HA MinIO deployment |
| Package | Version | Description |
| ------------------------------------------------------ | ------------------------------- | ------------------------------------------------------------------------------------------- |
| [cerebro](katalog/cerebro) | `0.9.4` | Web admin tool that helps you manage your Opensearch cluster via a graphical user interface |
| [opensearch-single](katalog/opensearch-single) | `2.5.0` | Single node opensearch deployment. Not intended for production use. |
| [opensearch-triple](katalog/opensearch-triple) | `2.5.0` | Three node high-availability opensearch deployment |
| [opensearch-dashboards](katalog/opensearch-dashboards) | `2.5.0` | Analytics and visualization platform for Opensearch |
| [logging-operator](katalog/logging-operator) | `3.17.10` | Banzai logging operator, manages fluentbit/fluentd and their configurations |
| [logging-operated](katalog/logging-operated) | `-` | fluentd and fluentbit deployment using logging operator |
| [configs](katalog/configs) | `-` | Logging pipeline configs to gather various types of logs and send them to OpenSearch |
| [loki-configs](katalog/loki-configs) | `-` | Logging pipeline configs to gather various types of logs and send them to Loki |
| [loki-distributed](katalog/loki-distributed) | `2.7.3` | Distributed Loki deployment |
| [minio-ha](katalog/minio-ha) | `vRELEASE.2023-01-12T02-06-16Z` | Three nodes HA MinIO deployment |

Click on each package to see its full documentation.

## Compatibility

| Kubernetes Version | Compatibility | Notes |
|--------------------|:------------------:|-----------------------------------------------------|
| `1.23.x` | :white_check_mark: | No known issues |
| `1.24.x` | :white_check_mark: | No known issues |
| `1.25.x` | :white_check_mark: | No known issues |
| Kubernetes Version | Compatibility | Notes |
| ------------------ | :----------------: | --------------- |
| `1.23.x` | :white_check_mark: | No known issues |
| `1.24.x` | :white_check_mark: | No known issues |
| `1.25.x` | :white_check_mark: | No known issues |

Check the [compatibility matrix][compatibility-matrix] for additional informations about previous releases of the modules.

Expand All @@ -63,7 +63,7 @@ Check the [compatibility matrix][compatibility-matrix] for additional informatio
### Prerequisites

| Tool | Version | Description |
|-----------------------------|-----------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|
| --------------------------- | --------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [furyctl][furyctl-repo] | `>=0.6.0` | The recommended tool to download and manage KFD modules and their packages. To learn more about `furyctl` read the [official documentation][furyctl-repo]. |
| [kustomize][kustomize-repo] | `>=3.5.0` | Packages are customized using `kustomize`. To learn how to create your customization layer with `kustomize`, please refer to the [repository][kustomize-repo]. |

Expand Down Expand Up @@ -165,7 +165,7 @@ kustomize build . | kubectl apply -f -
### Common Customisations

#### Setup a high-availability three-node opensearch
#### Setup a high-availability three-node OpenSearch

Logging module offers an out of the box, highly-available setup for `opensearch` instead of a single node version. To set this up, in the `Furyfile` and `kustomization`, you can replace `opensearch-single` with `opensearch-triple`.

Expand Down Expand Up @@ -196,7 +196,7 @@ Before contributing, please read first the [Contributing Guidelines](docs/CONTRI

### Reporting Issues

In case you experience any problem with the module, please [open a new issue](https://github.com/sighupio/fury-kubernetes-logging/issues/new/choose).
In case you experience any problems with the module, please [open a new issue](https://github.com/sighupio/fury-kubernetes-logging/issues/new/choose).

## License

Expand Down
Loading

0 comments on commit fc86b36

Please sign in to comment.