> For the complete documentation index, see [llms.txt](https://docs.fluentbit.io/manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentbit.io/manual/1.6/pipeline/outputs.md).

# Outputs

- [Amazon CloudWatch](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/cloudwatch.md): Send logs and metrics to Amazon CloudWatch
- [Amazon Kinesis Data Firehose](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/firehose.md): Send logs to Amazon Kinesis Firehose
- [Amazon S3](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/s3.md): Send logs, data, metrics to Amazon S3
- [Azure Log Analytics](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/azure.md): Send logs, metrics to Azure Log Analytics
- [Azure Blob](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/azure_blob.md): Official and Microsoft Certified Azure Storage Blob connector
- [Google Cloud BigQuery](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/bigquery.md)
- [Counter](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/counter.md)
- [Datadog](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/datadog.md): Send logs to Datadog
- [Elasticsearch](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/elasticsearch.md): Send logs to Elasticsearch (including Amazon Elasticsearch Service)
- [File](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/file.md)
- [FlowCounter](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/flowcounter.md)
- [Forward](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/forward.md)
- [GELF](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/gelf.md)
- [HTTP](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/http.md)
- [InfluxDB](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/influxdb.md)
- [Kafka](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/kafka.md)
- [Kafka REST Proxy](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/kafka-rest-proxy.md)
- [LogDNA](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/logdna.md)
- [Loki](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/loki.md)
- [NATS](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/nats.md)
- [New Relic](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/new-relic.md)
- [NULL](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/null.md)
- [PostgreSQL](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/postgresql.md)
- [Slack](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/slack.md)
- [Stackdriver](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/stackdriver.md)
- [Standard Output](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/standard-output.md)
- [Splunk](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/splunk.md): Send logs to Splunk HTTP Event Collector
- [Syslog](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/syslog.md)
- [TCP & TLS](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/tcp-and-tls.md)
- [Treasure Data](https://docs.fluentbit.io/manual/1.6/pipeline/outputs/treasure-data.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.fluentbit.io/manual/1.6/pipeline/outputs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
