Output Plugins
The output plugins defines where Fluent Bit should flush the information it gather from the input. At the moment the available options are the following:
name | title | description |
Azure Log Analytics | Ingest records into Azure Log Analytics | |
BigQuery | Ingest records into Google BigQuery | |
Count Records | Simple records counter. | |
Elasticsearch | flush records to a Elasticsearch server. | |
File | Flush records to a file. | |
FlowCounter | Count records. | |
Forward | Fluentd forward protocol. | |
HTTP | Flush records to an HTTP end point. | |
InfluxDB | Flush records to InfluxDB time series database. | |
Apache Kafka | Flush records to Apache Kafka | |
Kafka REST Proxy | Flush records to a Kafka REST Proxy server. | |
Google Stackdriver Logging | Flush records to Google Stackdriver Logging service. | |
Standard Output | Flush records to the standard output. | |
Splunk | Flush records to a Splunk Enterprise service | |
Flush records to the Treasure Data cloud service for analytics. | ||
NATS | flush records to a NATS server. | |
NULL | throw away events. |
Last updated