Skip to content

Commit

Permalink
plugin version docs update (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahma authored Jul 14, 2020
1 parent 9067091 commit 1c2d0df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions docs/plugins/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ For more information please click on the plugin name
| **[Geo IP](filters/geoip/)** | filters | Fluentd GeoIP filter | GA | [1.3.2](https://github.com/y-ken/fluent-plugin-geoip) |
| **[Grep](filters/grep/)** | filters | Grep events by the values | GA | [more info](https://docs.fluentd.org/filter/grep) |
| **[Parser](filters/parser/)** | filters | Parses" string field in event records and mutates its | GA | [more info](https://docs.fluentd.org/filter/parser) |
| **[Prometheus](filters/prometheus/)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [1.8.0](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Prometheus](filters/prometheus/)** | filters | Prometheus Filter Plugin to count Incoming Records | GA | [1.8.1](https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin) |
| **[Record Modifier](filters/record_modifier/)** | filters | Modify each event record. | GA | [2.1.0](https://github.com/repeatedly/fluent-plugin-record-modifier) |
| **[Record Transformer](filters/record_transformer/)** | filters | Mutates/transforms incoming event streams. | GA | [more info](https://docs.fluentd.org/filter/record_transformer) |
| **[Stdout](filters/stdout/)** | filters | Prints events to stdout | GA | [more info](https://docs.fluentd.org/filter/stdout) |
Expand All @@ -27,7 +27,7 @@ For more information please click on the plugin name
| **[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) |
| **[Buffer](outputs/buffer/)** | outputs | Fluentd event buffer | GA | [mode info](https://docs.fluentd.org/configuration/buffer-section) |
| **[Amazon CloudWatch](outputs/cloudwatch/)** | outputs | Send your logs to AWS CloudWatch | GA | [0.10.0](https://github.com/fluent-plugins-nursery/fluent-plugin-cloudwatch-logs/releases/tag/v0.10.0) |
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.0.9](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.9) |
| **[Elasticsearch](outputs/elasticsearch/)** | outputs | Send your logs to Elasticsearch | GA | [4.1.0](https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.1.0) |
| **[File](outputs/file/)** | outputs | Output plugin writes events to files | GA | [more info](https://docs.fluentd.org/output/file) |
| **[Format](outputs/format/)** | outputs | Specify how to format output record. | GA | [more info](https://docs.fluentd.org/configuration/format-section) |
| **[Forward](outputs/forward/)** | outputs | Forwards events to other fluentd nodes. | GA | [more info](https://docs.fluentd.org/output/forward) |
Expand All @@ -36,10 +36,10 @@ For more information please click on the plugin name
| **[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) |
| **[Amazon Kinesis](outputs/kinesis_stream/)** | outputs | Fluent plugin for Amazon Kinesis | GA | [3.2.2](https://github.com/awslabs/aws-fluent-plugin-kinesis/releases/tag/v3.2.2) |
| **[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) |
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.12](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[Grafana Loki](outputs/loki/)** | outputs | Transfer logs to Loki | GA | [1.2.13](https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki) |
| **[NewRelic Logs](outputs/newrelic/)** | outputs | Send logs to New Relic Logs | GA | [1.1.8](https://github.com/newrelic/newrelic-fluentd-output) |
| **[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) |
| **[Amazon S3](outputs/s3/)** | outputs | Store logs in Amazon S3 | GA | [1.3.1](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.1) |
| **[Amazon S3](outputs/s3/)** | outputs | Store logs in Amazon S3 | GA | [1.3.4](https://github.com/fluent/fluent-plugin-s3/releases/tag/v1.3.4) |
| **[Splunk Hec](outputs/splunk_hec/)** | outputs | Fluent Plugin Splunk Hec Release 1.2.2 | GA | [1.2.2]() |
| **[SumoLogic](outputs/sumologic/)** | outputs | Send your logs to Sumologic | GA | [1.7.1](https://github.com/SumoLogic/fluentd-output-sumologic/releases/tag/1.7.1) |
</center>
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 @@ -30,7 +30,7 @@ type _docPrometheus interface{}

// +name:"Prometheus"
// +url:"https://github.com/fluent/fluent-plugin-prometheus#prometheus-outputfilter-plugin"
// +version:"1.8.0"
// +version:"1.8.1"
// +description:"Prometheus Filter Plugin to count Incoming Records"
// +status:"GA"
type _metaPrometheus 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 @@ -44,8 +44,8 @@ type _hugoElasticsearch interface{}
type _docElasticsearch interface{}

// +name:"Elasticsearch"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.0.9"
// +version:"4.0.9"
// +url:"https://github.com/uken/fluent-plugin-elasticsearch/releases/tag/v4.1.0"
// +version:"4.1.0"
// +description:"Send your logs to Elasticsearch"
// +status:"GA"
type _metaElasticsearch 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 @@ -43,7 +43,7 @@ type _docLoki interface{}

// +name:"Grafana Loki"
// +url:"https://github.com/grafana/loki/tree/master/fluentd/fluent-plugin-grafana-loki"
// +version:"1.2.12"
// +version:"1.2.13"
// +description:"Transfer logs to Loki"
// +status:"GA"
type _metaLoki 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 @@ -54,8 +54,8 @@ type _hugoS3 interface{}
type _docS3 interface{}

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

0 comments on commit 1c2d0df

Please sign in to comment.