前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >ELK 搭建9

ELK 搭建9

作者头像
franket
发布2022-02-11 16:41:46
1610
发布2022-02-11 16:41:46
举报
文章被收录于专栏:技术杂记

效果还是很明显的,有了格式化的输出

basic_logstash_pipeline.png
basic_logstash_pipeline.png

Tip: A Logstash pipeline has two required elements, input and output , and one optional element, filter . The input plugins consume data from a source, the filter plugins modify the data as you specify, and the output plugins write the data to a destination.

退出运行

使用 Ctrl+C 退出 logstash

代码语言:javascript
复制
...
...
^CSIGINT received. Shutting down the pipeline. {:level=>:warn}

Logstash shutdown completed
[root@h102 ELK]# 

使用 Ctrl+D 退出 logstash

代码语言:javascript
复制
...
...
Logstash shutdown completed
[root@h102 etc]# 

本文系转载,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文系转载前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
目录
  • 退出运行
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档