怎样实现springboot向elk写日志-创新互联
本篇文章给大家分享的是有关怎样实现springboot向elk写日志,小编觉得挺实用的,因此分享给大家学习,希望大家阅读完这篇文章后可以有所收获,话不多说,跟着小编一起来看看吧。
成都创新互联公司主营西华网站建设的网络公司,主营网站建设方案,成都app软件开发,西华h5微信小程序开发搭建,西华网站营销推广欢迎西华等地区企业咨询springboot里连接elk里的logstash,然后写指定index索引的日志,而之后使用kibana去查询和分析日志,使用elasticsearch去保存日志。
添加引用
implementation 'net.logstash.logback:logstash-logback-encoder:5.3'
添加配置
指定配置
server.port=81logging.config=classpath:logback-spring.xml
logstash配置索引
input { tcp { port => 5000 codec => "json" }}## Add your filters / logstash plugins configuration hereoutput { elasticsearch { hosts => "elasticsearch:9200" user => "elastic" password => "changeme" index => "%{[appname]}" }}
kibana里建立索引
通过kiban菜单去建立索引:Management>Index patterns>Create index pattern,这里会显示可用的索引名称。
以上就是怎样实现springboot向elk写日志,小编相信有部分知识点可能是我们日常工作会见到或用到的。希望你能通过这篇文章学到更多知识。更多详情敬请关注创新互联行业资讯频道。
网页名称:怎样实现springboot向elk写日志-创新互联
网页URL:http://abwzjs.com/article/phpsc.html