作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
如何在 Windows 7 上安装 logstash?
我安装大小为 90 mb 的 zip 文件,然后版本为 logstash-1.5.0
并提取然后文件并将其移动到浴缸 C:\Logstash
当我运行时:
C:\Logstash\logstash-1.5.0\bin\logstash
最佳答案
开始并验证您的 logstash 是否正常工作的最简单方法是使用以下命令启动它
logstash -e 'input { stdin { } } output { stdout {} }'
C:\logstash\bin>logstash -e 'input { stdin { } } output { stdout {} }'
io/console not supported; tty will not be manipulated Settings:
Default filter workers: 4 Logstash startup completed
I typed this
2015-12-11T09:22:22.349Z MY_PC I typed this
and then I typed this
2015-12-11T09:22:26.218Z MY_PC and then I typed this
# contents of logstash\bin\logstash.config
input {
eventlog {
type => 'Win32-EventLog'
logfile => 'System'
}
}
output {
stdout { }
}
logstash -f logstash.config
关于logstash - 如何在 Windows 7 上安装 logstash,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30537548/
我是一名优秀的程序员,十分优秀!