
logstash
feibabm
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
logstash-5.6.3 sincedb 位置
按照官网上的说明:https://www.elastic.co/guide/en/logstash/current/plugins-inputs-file.html#_description_8y default, the sincedb file is placed in the home directory of the user running Logstash with a f原创 2017-10-24 15:10:04 · 999 阅读 · 0 评论 -
logstash 5.6.3 filter mutate cope
input{ kafka { bootstrap_servers => "localhost:9092" topics => ["test"] consumer_threads => 1 }}filter{ mutate{ ...原创 2018-05-18 16:57:55 · 526 阅读 · 0 评论