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
5 changes: 5 additions & 0 deletions input/windows_eventlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The `in_windows_eventlog` Input plugin allows Fluentd to read events from the Windows Event Log.

{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Installation

`in_windows_eventlog` is included in `td-agent` 3 MSI by default. Fluentd gem users will need to install the `fluent-plugin-windows-eventlog` gem using the following command:
Expand Down
5 changes: 4 additions & 1 deletion output/elasticsearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The `out_elasticsearch` Output plugin writes records into Elasticsearch. By defa

Records will be sent to Elasticsearch when the `chunk_keys` condition has been met. To change the output frequency, please specify the `time` in `chunk_keys` and specify `timekey` value in the configuration.

This document does not describe all the parameters. For details, refer to the **Further Reading** section.
{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Installation

Expand Down
5 changes: 5 additions & 0 deletions output/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@

The `out_kafka2` Output plugin writes records into [Apache Kafka](https://kafka.apache.org/).

{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Installation

`out_kafka2` is included in `td-agent`. Fluentd gem users will need to install the `fluent-plugin-kafka` gem using the following command:
Expand Down
5 changes: 4 additions & 1 deletion output/mongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The `out_mongo` Output plugin writes records into [MongoDB](http://mongodb.org/)

If you're using `ReplicaSet`, please see the [`out_mongo_replset`](mongo_replset.md) article instead.

This document does not describe all the parameters. For details, check the **Further Reading** section.
{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Why Fluentd with MongoDB?

Expand Down
5 changes: 5 additions & 0 deletions output/mongo_replset.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ This plugin is for users using ReplicaSet. If you are not using `ReplicaSet`, pl

This plugin has breaking changes since 0.8.0 due to mongo-ruby driver's breaking changes. If you are using a prior 0.7.x series, please be careful to upgrade 1.0.0 or later versions.

{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Why Fluentd with MongoDB?

Fluentd enables your apps to insert records to MongoDB asynchronously with batch-insertion, unlike direct insertion of records from your apps. This has the following advantages:
Expand Down
5 changes: 4 additions & 1 deletion output/opensearch.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ The `out_opensearch` Output plugin writes records into OpenSearch. By default, i

Records will be sent to OpenSearch when the `chunk_keys` condition has been met. To change the output frequency, please specify the `time` in `chunk_keys` and specify `timekey` value in the configuration.

This document does not describe all the parameters. For details, refer to the **Further Reading** section.
{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Installation

Expand Down
9 changes: 9 additions & 0 deletions output/rewrite_tag_filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

The `out_rewrite_tag_filter` Output plugin provides a rule-based mechanism for rewriting tags.

{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## How It Works

The plugin is configured by defining a list of rules containing conditional statements and information on how to rewrite the matching tags.
Expand Down Expand Up @@ -504,5 +509,9 @@ In this case, `rewrite_tag_filter` causes an infinite loop because the fluentd's
</match>
```

## Further Reading

* [`fluent-plugin-rewrite-tag-filter`](https://github.com/fluent/fluent-plugin-rewrite-tag-filter)

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.

5 changes: 4 additions & 1 deletion output/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The `out_s3` Output plugin writes records into the Amazon S3 cloud object storag

The file will be created when the `timekey` condition has been met. To change the output frequency, please modify the `timekey` value in the buffer section. For more details, see [time chunk keys](../configuration/buffer-section.md#time).

This document doesn't describe all parameters. If you want to know full features, check the Further Reading section.
{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Installation

Expand Down
5 changes: 4 additions & 1 deletion output/webhdfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ The `out_webhdfs` Output plugin writes records into HDFS \(Hadoop Distributed Fi

The file will be created when the `timekey` condition has been met. To change the output frequency, please modify the `timekey` value.

This document does not describe all the parameters. For more details, see the **Further Reading** section.
{% hint style='warning' %}
This document doesn't describe all/most of parameters. For details, refer to the **Further Reading** section.
If you afford to improve this article, please send pull request to https://github.com/fluent/fluentd-docs-gitbook
{% endhint %}

## Install

Expand Down