暂不排版,后面整理。

logstash 使用配置文件

在bin目录下创建一个名为test.conf的文件,内容为:

input {

  stdin {}

}

output {

  stdout{}

}

执行命令: logstash -f test.conf

ELK新手教程(二)

 

相关文章:

  • 2022-12-23
  • 2021-07-12
  • 2021-05-17
  • 2021-11-20
  • 2021-12-18
  • 2021-10-14
  • 2022-01-16
猜你喜欢
  • 2022-12-23
  • 2022-02-01
  • 2022-12-23
  • 2022-01-22
  • 2022-01-08
  • 2021-10-20
  • 2022-01-22
相关资源
相似解决方案