####
## Output descriptions:
##
# Treasure Data (http://www.treasure-data.com/) provides cloud based data
# analytics platform, which easily stores and processes data from td-agent.
# FREE plan is also provided.
# @see http://docs.fluentd.org/articles/http-to-td
#
# This section matches events whose tag is td.DATABASE.TABLE
@type tdlog
@id output_td
apikey YOUR_API_KEY
auto_create_table
@type file
path /var/log/td-agent/buffer/td
@type file
path /var/log/td-agent/failed_records
## match tag=debug.** and dump to console
@type stdout
@id output_stdout
@type elasticsearch
with_transporter_log true
verify_es_version_at_startup false
default_elasticsearch_version 6
hosts 10.23.33.35:19200,10.23.33.36:19200
user elastic
password eT05vLeUTuJ4KS0eqDFG
scheme http
ssl_verify false
index_name fluentd.test
logstash_format true
logstash_prefix fluentd.test
####
## Source descriptions:
##
## built-in TCP input
## @see http://docs.fluentd.org/articles/in_forward
## built-in UNIX socket input
#
# HTTP input
# POST http://localhost:8888/?json=
# POST http://localhost:8888/td.myapp.login?json={"user"%3A"me"}
# @see http://docs.fluentd.org/articles/in_http
## live debugging agent
####
## Examples:
##
## File input
## read apache logs continuously and tags td.apache.access
#
## File output
## match tag=local.** and write to file
#
# @type file
# @id output_file
# path /var/log/td-agent/access
#
## Forwarding
## match tag=system.** and forward to another td-agent server
#
# @type forward
# @id output_system_forward
#
#
# host 192.168.0.11
#
# # secondary host is optional
#
#
# host 192.168.0.12
#
#
#
## Multiple output
## match tag=td.*.* and output to Treasure Data AND file
#
# @type copy
# @id output_copy
#
# @type tdlog
# apikey API_KEY
# auto_create_table
#
# @type file
# path /var/log/td-agent/buffer/td
#
#
#
# @type file
# path /var/log/td-agent/td-%Y-%m-%d/%H.log
#
#