Skip to content

Commit

Permalink
Docs/new plugin version 3.0.0 (#373)
Browse files Browse the repository at this point in the history
* docs -> fluent plugin version update
* docs -> Image update
* bump logging-operator image tag

Co-authored-by: Sándor Guba <[email protected]>
  • Loading branch information
ahma and tarokkk authored Feb 20, 2020
1 parent def3c97 commit d370e2f
Show file tree
Hide file tree
Showing 26 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion charts/logging-operator-logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The following tables lists the configurable parameters of the logging-operator-l
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentbit.podPriorityClassName` | Priority class name for fluentbit pods | none |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-12` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.9.2-alpine-6` |
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
4 changes: 2 additions & 2 deletions charts/logging-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "2.7.1"
appVersion: "3.0.0"
description: A Helm chart to install Banzai Cloud logging-operator
name: logging-operator
version: 2.7.2
version: 3.0.0
2 changes: 1 addition & 1 deletion charts/logging-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The following tables lists the configurable parameters of the logging-operator-l
| `fluentbit.image.repository` | Fluentbit container image repository | `fluent/fluent-bit` |
| `fluentbit.image.pullPolicy` | Fluentbit container pull policy | `IfNotPresent` |
| `fluentd.enabled` | Install fluentd | true |
| `fluentd.image.tag` | Fluentd container image tag | `v1.7.4-alpine-12` |
| `fluentd.image.tag` | Fluentd container image tag | `v1.9.2-alpine-6` |
| `fluentd.image.repository` | Fluentd container image repository | `banzaicloud/fluentd` |
| `fluentd.image.pullPolicy` | Fluentd container pull policy | `IfNotPresent` |
| `fluentd.volumeModImage.tag` | Fluentd volumeModImage container image tag | `latest` |
Expand Down
2 changes: 1 addition & 1 deletion charts/logging-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: banzaicloud/logging-operator
tag: 2.7.0
tag: 3.0.0-rc.1
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand Down
2 changes: 1 addition & 1 deletion docs/crds.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ spec:
fluentd:
image:
repository: banzaicloud/fluentd
tag: v1.7.4-alpine-12
tag: v1.9.2-alpine-6
pullPolicy: IfNotPresent
fluentbit: {}
controlNamespace: logging
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/manifests/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
spec:
containers:
- name: logging-operator
image: "banzaicloud/logging-operator:2.7.0"
image: "banzaicloud/logging-operator:3.0.0-rc.1"
imagePullPolicy: IfNotPresent
resources:
{}
Expand Down
Binary file modified docs/img/logging-operator-v2-architecture.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/monitor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/nginx-cloudwatch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/nginx-elastic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/nginx-loki.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/nignx-kafka.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/img/s3_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 12 additions & 12 deletions docs/plugins/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,32 +7,32 @@ For more information please click on the plugin name
|:---|---|:---|:---:|---:|
| **[Security](common/security.md)** | common | | | []() |
| **[Transport](common/transport.md)** | common | | | []() |
| **[Concat](filters/concat.md)** | filters | Fluentd Filter plugin to concatenate multiline log separated in multiple events. | GA | [more info](https://github.com/fluent-plugins-nursery/fluent-plugin-concat) |
| **[Dedot](filters/dedot.md)** | filters | Concatenate multiline log separated in multiple events | GA | [more info](https://github.com/lunardial/fluent-plugin-dedot_filter) |
| **[Exception Detector](filters/detect_exceptions.md)** | filters | Exception Detector | GA | [more info](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions) |
| **[Geo IP](filters/geoip.md)** | filters | Fluentd GeoIP filter | GA | [more info](https://github.com/y-ken/fluent-plugin-geoip) |
| **[Concat](filters/concat.md)** | filters | Fluentd Filter plugin to concatenate multiline log separated in multiple events. | GA | [2.4.0](https://github.com/fluent-plugins-nursery/fluent-plugin-concat) |
| **[Dedot](filters/dedot.md)** | filters | Concatenate multiline log separated in multiple events | GA | [1.0.0](https://github.com/lunardial/fluent-plugin-dedot_filter) |
| **[Exception Detector](filters/detect_exceptions.md)** | filters | Exception Detector | GA | [0.0.13](https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions) |
| **[Geo IP](filters/geoip.md)** | filters | Fluentd GeoIP filter | GA | [1.3.1](https://github.com/y-ken/fluent-plugin-geoip) |
| **[Grep](filters/grep.md)** | filters | Grep events by the values | GA | [more info](https://docs.fluentd.org/filter/grep) |
| **[Parser](filters/parser.md)** | filters | Parses" string field in event records and mutates its | GA | [more info](https://docs.fluentd.org/filter/parser) |
| **[Prometheus](filters/prometheus.md)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [more info](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Record Modifier](filters/record_modifier.md)** | filters | Modify each event record. | GA | [more info](https://github.com/repeatedly/fluent-plugin-record-modifier) |
| **[Prometheus](filters/prometheus.md)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [1.7.3](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Record Modifier](filters/record_modifier.md)** | filters | Modify each event record. | GA | [2.1.0](https://github.com/repeatedly/fluent-plugin-record-modifier) |
| **[Record Transformer](filters/record_transformer.md)** | filters | Mutates/transforms incoming event streams. | GA | [more info](https://docs.fluentd.org/filter/record_transformer) |
| **[Stdout](filters/stdout.md)** | filters | Prints events to stdout | GA | [more info](https://docs.fluentd.org/filter/stdout) |
| **[Tag Normaliser](filters/tagnormaliser.md)** | filters | Re-tag based on log metadata | GA | [more info](https://github.com/banzaicloud/fluent-plugin-tag-normaliser) |
| **[Tag Normaliser](filters/tagnormaliser.md)** | filters | Re-tag based on log metadata | GA | [0.1.1](https://github.com/banzaicloud/fluent-plugin-tag-normaliser) |
| **[Azure Storage](outputs/azurestore.md)** | outputs | Store logs in Azure Storage | GA | [0.1.0](https://github.com/htgc/fluent-plugin-azurestorage/releases/tag/v0.1.0) |
| **[Buffer](outputs/buffer.md)** | outputs | Fluentd event buffer | GA | [mode info](https://docs.fluentd.org/configuration/buffer-section) |
| **[Amazon CloudWatch](outputs/cloudwatch.md)** | outputs | Send your logs to AWS CloudWatch | GA | [0.7.6](https://github.com/banzaicloud/fluent-plugin-cloudwatch-logs/releases/tag/v0.7.6) |
| **[Elasticsearch](outputs/elasticsearch.md)** | outputs | Send your logs to Elasticsearch | GA | [3.7.0](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v3.7.0) |
| **[Elasticsearch](outputs/elasticsearch.md)** | outputs | Send your logs to Elasticsearch | GA | [4.0.4](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.4) |
| **[File](outputs/file.md)** | outputs | Output plugin writes events to files | GA | [more info](https://docs.fluentd.org/output/file) |
| **[Format](outputs/format.md)** | outputs | Specify how to format output record. | GA | [more info](https://docs.fluentd.org/configuration/format-section) |
| **[Forward](outputs/forward.md)** | outputs | Forwards events to other fluentd nodes. | GA | [more info](https://docs.fluentd.org/output/forward) |
| **[Google Cloud Storage](outputs/gcs.md)** | outputs | Store logs in Google Cloud Storage | GA | [0.4.0](https://github.com/banzaicloud/fluent-plugin-gcs) |
| **[Kafka](outputs/kafka.md)** | outputs | Send your logs to Kafka | GA | [0.12.1](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.1) |
| **[Kafka](outputs/kafka.md)** | outputs | Send your logs to Kafka | GA | [0.12.3](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.3) |
| **[Amazon Kinesis](outputs/kinesis_stream.md)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.0](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.0) |
| **[LogZ](outputs/logz.md)** | outputs | Store logs in LogZ.io | GA | [0.0.20](https://github.com/logzio/fluent-plugin-logzio/releases/tag/v0.0.20) |
| **[Grafana Loki](outputs/loki.md)** | outputs | Transfer logs to Loki | GA | [1.2.2](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[NewRelic Logs](outputs/newrelic.md)** | outputs | Send logs to New Relic Logs | GA | [more info](https://github.com/newrelic/newrelic-fluentd-output) |
| **[Grafana Loki](outputs/loki.md)** | outputs | Transfer logs to Loki | GA | [1.2.9](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[NewRelic Logs](outputs/newrelic.md)** | outputs | Send logs to New Relic Logs | GA | [1.1.5](https://github.com/newrelic/newrelic-fluentd-output) |
| **[Alibaba Cloud Storage](outputs/oss.md)** | outputs | Store logs the Alibaba Cloud Object Storage Service | GA | [0.0.2](https://github.com/aliyun/fluent-plugin-oss) |
| **[Amazon S3](outputs/s3.md)** | outputs | Store logs in Amazon S3 | GA | [1.2.1](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.2.1) |
| **[Amazon S3](outputs/s3.md)** | outputs | Store logs in Amazon S3 | GA | [1.3.0](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.0) |
| **[SumoLogic](outputs/sumologic.md)** | outputs | Send your logs to Sumologic | GA | [0.6.1](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.6.1) |
</center>

2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/concat.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type _docConcat interface{}

// +name:"Concat"
// +url:"https://github.com/fluent-plugins-nursery/fluent-plugin-concat"
// +version:"more info"
// +version:"2.4.0"
// +description:"Fluentd Filter plugin to concatenate multiline log separated in multiple events."
// +status:"GA"
type _metaConcat interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/dedot.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type _docDedot interface{}

// +name:"Dedot"
// +url:"https://github.com/lunardial/fluent-plugin-dedot_filter"
// +version:"more info"
// +version:"1.0.0"
// +description:"Concatenate multiline log separated in multiple events"
// +status:"GA"
type _metaDedot interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/detect_exceptions.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type _docExceptionDetector interface{}

// +name:"Exception Detector"
// +url:"https://github.com/GoogleCloudPlatform/fluent-plugin-detect-exceptions"
// +version:"more info"
// +version:"0.0.13"
// +description:"Exception Detector"
// +status:"GA"
type _metaDDetectExceptions interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/geoip.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type _docGeoIP interface{}

// +name:"Geo IP"
// +url:"https://github.com/y-ken/fluent-plugin-geoip"
// +version:"more info"
// +version:"1.3.1"
// +description:"Fluentd GeoIP filter"
// +status:"GA"
type _metaGeoIP interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type _docPrometheus interface{}

// +name:"Prometheus"
// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
// +version:"more info"
// +version:"1.7.3"
// +description:"Prometheus Filter Plugin to count Incoming Records"
// +status:"GA"
type _metaPrometheus interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/record_modifier.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type _docRecordModifier interface{}

// +name:"Record Modifier"
// +url:"https://github.com/repeatedly/fluent-plugin-record-modifier"
// +version:"more info"
// +version:"2.1.0"
// +description:"Modify each event record."
// +status:"GA"
type _metaRecordModifier interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/filter/tagnormaliser.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ type _docTagNormaliser interface{}

// +name:"Tag Normaliser"
// +url:"https://github.com/banzaicloud/fluent-plugin-tag-normaliser"
// +version:"more info"
// +version:"0.1.1"
// +description:"Re-tag based on log metadata"
// +status:"GA"
type _metaTagNormaliser interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import (
type _docElasticsearch interface{}

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v3.7.0"
// +version:"3.7.0"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.4"
// +version:"4.0.4"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/kafka.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ import (
type _docKafka interface{}

// +name:"Kafka"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.1"
// +version:"0.12.1"
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.3"
// +version:"0.12.3"
// +description:"Send your logs to Kafka"
// +status:"GA"
type _metaKafka interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/output/loki.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type _docLoki interface{}

// +name:"Grafana Loki"
// +url:"https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki"
// +version:"1.2.2"
// +version:"1.2.9"
// +description:"Transfer logs to Loki"
// +status:"GA"
type _metaLoki interface{}
Expand Down
2 changes: 1 addition & 1 deletion pkg/sdk/model/output/newrelic.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ type _docNewRelic interface{}

// +name:"NewRelic Logs"
// +url:"https://github.com/newrelic/newrelic-fluentd-output"
// +version:"more info"
// +version:"1.1.5"
// +description:"Send logs to New Relic Logs"
// +status:"GA"
type _metaNewRelic interface{}
Expand Down
4 changes: 2 additions & 2 deletions pkg/sdk/model/output/s3.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ import (
type _docS3 interface{}

// +name:"Amazon S3"
// +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.2.1"
// +version:"1.2.1"
// +url:"https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.0"
// +version:"1.3.0"
// +description:"Store logs in Amazon S3"
// +status:"GA"
type _metaS3 interface{}
Expand Down

0 comments on commit d370e2f

Please sign in to comment.