Skip to content

Commit 7ca0721

Browse files
authored
Fluentd plugin version docs update (#435)
1 parent 449345e commit 7ca0721

File tree

7 files changed

+12
-13
lines changed

7 files changed

+12
-13
lines changed

docs/plugins/_index.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,18 @@ For more information please click on the plugin name
2626
| **[Azure Storage](outputs/azurestore/)** | outputs | Store logs in Azure Storage | GA | [0.1.0](https://github.com/htgc/fluent-plugin-azurestorage/releases/tag/v0.1.0) |
2727
| **[Buffer](outputs/buffer/)** | outputs | Fluentd event buffer | GA | [mode info](https://docs.fluentd.org/configuration/buffer-section) |
2828
| **[Amazon CloudWatch](outputs/cloudwatch/)** | outputs | Send your logs to AWS CloudWatch | GA | [0.7.6](https://github.com/banzaicloud/fluent-plugin-cloudwatch-logs/releases/tag/v0.7.6) |
29-
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.0.4](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.4) |
29+
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.0.7](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.7) |
3030
| **[File](outputs/file/)** | outputs | Output plugin writes events to files | GA | [more info](https://docs.fluentd.org/output/file) |
3131
| **[Format](outputs/format/)** | outputs | Specify how to format output record. | GA | [more info](https://docs.fluentd.org/configuration/format-section) |
3232
| **[Forward](outputs/forward/)** | outputs | Forwards events to other fluentd nodes. | GA | [more info](https://docs.fluentd.org/output/forward) |
3333
| **[Google Cloud Storage](outputs/gcs/)** | outputs | Store logs in Google Cloud Storage | GA | [0.4.0](https://github.com/banzaicloud/fluent-plugin-gcs) |
34-
| **[Kafka](outputs/kafka/)** | outputs | Send your logs to Kafka | GA | [0.12.3](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.3) |
35-
| **[Amazon Kinesis](outputs/kinesis_stream/)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.0](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.0) |
34+
| **[Kafka](outputs/kafka/)** | outputs | Send your logs to Kafka | GA | [0.13.0](https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.13.0) |
35+
| **[Amazon Kinesis](outputs/kinesis_stream/)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.1](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.1) |
3636
| **[LogZ](outputs/logz/)** | outputs | Store logs in LogZ.io | GA | [0.0.20](https://github.com/logzio/fluent-plugin-logzio/releases/tag/v0.0.20) |
37-
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.9](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
38-
| **[NewRelic Logs](outputs/newrelic/)** | outputs | Send logs to New Relic Logs | GA | [1.1.5](https://github.com/newrelic/newrelic-fluentd-output) |
37+
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.11](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
38+
| **[NewRelic Logs](outputs/newrelic/)** | outputs | Send logs to New Relic Logs | GA | [1.1.8](https://github.com/newrelic/newrelic-fluentd-output) |
3939
| **[Alibaba Cloud Storage](outputs/oss/)** | outputs | Store logs the Alibaba Cloud Object Storage Service | GA | [0.0.2](https://github.com/aliyun/fluent-plugin-oss) |
4040
| **[Amazon S3](outputs/s3/)** | outputs | Store logs in Amazon S3 | GA | [1.3.0](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.0) |
4141
| **[Splunk Hec](outputs/splunk_hec/)** | outputs | Fluent Plugin Splunk Hec Release 1.2.1 | GA | [1.2.1]() |
42-
| **[SumoLogic](outputs/sumologic/)** | outputs | Send your logs to Sumologic | GA | [0.6.1](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.6.1) |
42+
| **[SumoLogic](outputs/sumologic/)** | outputs | Send your logs to Sumologic | GA | [1.6.1](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.6.1) |
4343
</center>
44-

pkg/sdk/model/output/elasticsearch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ type _docElasticsearch interface{}
4545

4646
// +name:"Elasticsearch"
4747
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.4"
48-
// +version:"4.0.4"
48+
// +version:"4.0.7"
4949
// +description:"Send your logs to Elasticsearch"
5050
// +status:"GA"
5151
type _metaElasticsearch interface{}

pkg/sdk/model/output/kafka.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ type _docKafka interface{}
4646

4747
// +name:"Kafka"
4848
// +url:"https://github.com/fluent/fluent-plugin-kafka/releases/tag/v0.12.3"
49-
// +version:"0.12.3"
49+
// +version:"0.13.0"
5050
// +description:"Send your logs to Kafka"
5151
// +status:"GA"
5252
type _metaKafka interface{}

pkg/sdk/model/output/kinesis_stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ type _docKinesisStream interface{}
3939

4040
// +name:"Amazon Kinesis"
4141
// +url:"https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.0"
42-
// +version:"3.2.0"
42+
// +version:"3.2.1"
4343
// +description:"Fluent plugin for Amazon Kinesis"
4444
// +status:"GA"
4545
type _metaKinesis interface{}

pkg/sdk/model/output/loki.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type _docLoki interface{}
4343

4444
// +name:"Grafana Loki"
4545
// +url:"https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki"
46-
// +version:"1.2.9"
46+
// +version:"1.2.11"
4747
// +description:"Transfer logs to Loki"
4848
// +status:"GA"
4949
type _metaLoki interface{}

pkg/sdk/model/output/newrelic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ type _docNewRelic interface{}
4343

4444
// +name:"NewRelic Logs"
4545
// +url:"https://github.com/newrelic/newrelic-fluentd-output"
46-
// +version:"1.1.5"
46+
// +version:"1.1.8"
4747
// +description:"Send logs to New Relic Logs"
4848
// +status:"GA"
4949
type _metaNewRelic interface{}

pkg/sdk/model/output/sumologic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ type _docSumoLogic interface{}
3030

3131
// +name:"SumoLogic"
3232
// +url:"https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.6.1"
33-
// +version:"0.6.1"
33+
// +version:"1.6.1"
3434
// +description:"Send your logs to Sumologic"
3535
// +status:"GA"
3636
type _metaSumologic interface{}

0 commit comments

Comments
 (0)