摘要: logstash input插件之mongodb是第三方的,配置如下: input { mongodb { uri => 'mongodb://mongo_server:27017/db' placeholder_db_dir => '/path/to/db_dir/' placeholder_db 阅读全文
posted @ 2019-06-20 15:08 匠人先生 阅读(1472) 评论(0) 推荐(0)
摘要: 官方:https://www.sqlite.org/index.html 简介 SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, 阅读全文
posted @ 2019-06-20 14:44 匠人先生 阅读(278) 评论(0) 推荐(0)
摘要: 查看当前时区 > show variables like '%time_zone%'; + + + | Variable_name | Value | + + + | system_time_zone | UTC | | time_zone | SYSTEM | + + + 2 rows in se 阅读全文
posted @ 2019-06-20 11:06 匠人先生 阅读(187) 评论(0) 推荐(0)