> For the complete documentation index, see [llms.txt](https://docs.fluentd.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.fluentd.org/0.12/configuration/recipes.md).

# Recipes

## Articles

* [Parsing Common Log Formats](/0.12/articles/common-log-formats.md)
* [Recipe Syslog To Treasure Data](/0.12/articles/recipe-syslog-to-treasure-data.md)
* [Recipe Syslog To S3](/0.12/articles/recipe-syslog-to-s3.md)
* [Recipe Apache Logs To S3](/0.12/articles/recipe-apache-logs-to-s3.md)
* [Recipe JSON To S3](/0.12/articles/recipe-json-to-s3.md)
* [Recipe Apache Logs To Treasure Data](/0.12/articles/recipe-apache-logs-to-treasure-data.md)
* [Recipe CSV To Treasure Data](/0.12/articles/recipe-csv-to-treasure-data.md)
* [Recipe Nginx To Treasure Data](/0.12/articles/recipe-nginx-to-treasure-data.md)
* [Recipe JSON To Treasure Data](/0.12/articles/recipe-json-to-treasure-data.md)
* [Recipe Http Rest Api To S3](/0.12/articles/recipe-http-rest-api-to-s3.md)
* [Recipe JSON To Mongo](/0.12/articles/recipe-json-to-mongo.md)
* [Recipe CSV To Mongo](/0.12/articles/recipe-csv-to-mongo.md)
* [Recipe Nginx To Mongo](/0.12/articles/recipe-nginx-to-mongo.md)
* [Recipe Http Rest Api To Elasticsearch](/0.12/articles/recipe-http-rest-api-to-elasticsearch.md)
* [Recipe JSON To Elasticsearch](/0.12/articles/recipe-json-to-elasticsearch.md)
* [Recipe Cloudstack To Mongodb](/0.12/articles/recipe-cloudstack-to-mongodb.md)
* [Recipe TSV To Treasure Data](/0.12/articles/recipe-tsv-to-treasure-data.md)
* [Recipe TSV To S3](/0.12/articles/recipe-tsv-to-s3.md)
* [Recipe Syslog To Mongo](/0.12/articles/recipe-syslog-to-mongo.md)
* [Recipe Nginx To Elasticsearch](/0.12/articles/recipe-nginx-to-elasticsearch.md)
* [Recipe Syslog To Elasticsearch](/0.12/articles/recipe-syslog-to-elasticsearch.md)
* [Recipe TSV To Elasticsearch](/0.12/articles/recipe-tsv-to-elasticsearch.md)
* [Recipe Http Rest Api To Mongo](/0.12/articles/recipe-http-rest-api-to-mongo.md)
* [Recipe Http Rest Api To Treasure Data](/0.12/articles/recipe-http-rest-api-to-treasure-data.md)
* [Recipe TSV To Mongo](/0.12/articles/recipe-tsv-to-mongo.md)
* [Recipe Apache Logs To Mongo](/0.12/articles/recipe-apache-logs-to-mongo.md)
* [Recipe Nginx To S3](/0.12/articles/recipe-nginx-to-s3.md)
* [Recipe CSV To Elasticsearch](/0.12/articles/recipe-csv-to-elasticsearch.md)
* [Recipe Apache Logs To Elasticsearch](/0.12/articles/recipe-apache-logs-to-elasticsearch.md)
* [Recipe CSV To S3](/0.12/articles/recipe-csv-to-s3.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.fluentd.org/0.12/configuration/recipes.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.
