-
Notifications
You must be signed in to change notification settings - Fork 255
ElasticSearch Sender
Sun Jianbo edited this page Dec 4, 2017
·
3 revisions
Elasticsearch Sender 是将解析后的结构化数据发送到Elasticsearch的发送器
{
"name":"es_sender",
"sender_type":"elasticsearch",
"elastic_host":"localhost:9200",
"elastic_index":"test",
"elastic_type":"testType",
"elastic_keys":"oldKey newKey,oldKey2 newKey2"
}
-
elasitc_host
elasticsearch 服务地址, 多个地址使用,
分隔 -
elastic_index
elasticsearch 的索引名 -
elastic_type
elasticsearch 索引下的type,默认为logkit
-
elastic_keys
key 名字.用","逗号分隔,分隔后每一个字符串中间有空格,则认为是起了别名,如"name alias,name2"这样 -
elastic_index_strategy
创建索引的策略,默认为default
用一个索引,也可以选择year
按年创建索引,month
按月创建索引,day
按天创建索引 -
elastic_time_zone
创建索引使用的时区,支持Local
(本地时区)UTC
(标准时区) 以及PRC
(中国) -
logkit_send_time
logkit的数据发送时间,默认为true,可用于查看数据是否发送延迟等。 -
elastic_version
es服务端的版本号,目前支持3.x
(含2.x)5.x
(5.x) 以及6.x
(6.x)
快速开始 | Pandora | Readers | Parsers | Senders | Download | 七牛智能日志管理平台 | logkit-pro专业版