摘要: 在日常工作中,我们经常需要查看日志,比如可以通过 tail 命令实时查看日志,也可以通过 cat 等命令查看日志信息。 但现在我们要讨论的是,如何从日志中通过关键字过滤出我们想要的内容,方法有多种,今天我们主要以 cat 命令来进行学习。 假设存在日志文件 hrun.log,查询的关键字为"新增用户 阅读全文
posted @ 2020-03-04 15:24 秋寻草 阅读(4202) 评论(0) 推荐(0) 编辑
摘要: # Kibana is served by a back end server. This setting specifies the port to use. #server.port: 5601 # Specifies the address to which the Kibana server 阅读全文
posted @ 2020-03-04 10:43 秋寻草 阅读(601) 评论(0) 推荐(0) 编辑
摘要: # Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con 阅读全文
posted @ 2020-03-04 10:33 秋寻草 阅读(950) 评论(0) 推荐(0) 编辑