Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion how-to-guides/splunk-like-grep-and-alert-email.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Admittedly, this is a contrived example. In reality, you would set the threshold

You can learn more about Fluentd and its plugins by:

* exploring other [plugins](https://fluentd.org/plugin/)
* exploring other [plugins](https://www.fluentd.org/plugins/)
* asking questions on the [GitHub Discussions](https://github.com/fluent/fluentd/discussions)
* [signing up for our newsletters](https://www.fluentd.org/newsletter)

Expand Down
2 changes: 1 addition & 1 deletion input/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Input plugins extend Fluentd to retrieve and pull event logs from the external s

Refer to this list of available plugins to find out about other Input plugins:

* [Fluentd plugins](http://fluentd.org/plugin/)
* [Fluentd plugins](https://www.fluentd.org/plugins/)

If this article is incorrect or outdated, or omits critical information, please [let us know](https://github.com/fluent/fluentd-docs-gitbook/issues?state=open). [Fluentd](http://www.fluentd.org/) is an open-source project under [Cloud Native Computing Foundation \(CNCF\)](https://cncf.io/). All components are available under the Apache 2 License.

2 changes: 1 addition & 1 deletion language-bindings/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/nodejs.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/perl.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/php.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion language-bindings/scala.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Various [output plugins](../output/) are available for writing records to other
* [Output to MongoDB](../output/mongo.md) or [MongoDB ReplicaSet](../output/mongo_replset.md)
* [Output to Hadoop](../output/webhdfs.md)
* [Output to File](../output/file.md)
* [etc...](http://fluentd.org/plugin/)
* [etc...](https://www.fluentd.org/plugins/)

### High-Availability Configurations of Fluentd

Expand Down
2 changes: 1 addition & 1 deletion output/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Output plugins in v1 can control keys of buffer chunking by configurations, dyna

See this list of available plugins to find out more about other Output plugins:

* [other plugins](http://fluentd.org/plugin/)
* [other plugins](https://www.fluentd.org/plugins/)

## Difference between v1.0 and v0.12

Expand Down