你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
luohuanfeng
赞同来自:
ljx95315
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
output { jdbc { driver_class => 'org.postgresql.Driver' connection_string => 'jdbc:postgresql://hostname:5432/database?user=username&password=password' statement => [ "INSERT INTO log (host, timestamp, message) VALUES(?, CAST (? AS timestamp), ?)", "host", "@timestamp", "message" ] } }
heyddo
要回复问题请先登录或注册
0
4 个回复
luohuanfeng
赞同来自:
ljx95315
赞同来自:
laoyang360 - 《一本书讲透Elasticsearch》作者,Elastic认证工程师 [死磕Elasitcsearch]知识星球地址:http://t.cn/RmwM3N9;微信公众号:铭毅天下; 博客:https://elastic.blog.csdn.net
赞同来自:
你使用的插件是:logstash_output_jdbc ,建议多参考下github logstash_outpu_jdbc的相关应用。
heyddo
赞同来自:
不一定是最优的办法,可以一起讨论讨论