你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
bellengao - 博客: https://www.jianshu.com/u/e0088e3e2127
赞同来自: hcz
hcz
赞同来自:
wzfxiaobai - 90后it民工
要回复问题请先登录或注册
3 个回复
bellengao - 博客: https://www.jianshu.com/u/e0088e3e2127
赞同来自: hcz
hcz
赞同来自:
```
filebeat.inputs:
- type: log
enabled: true
paths:
- /home/log/test.log
fields:
index: indexName
fields_under_root: true
````
logstash输出配置如下:
```
output {
elasticsearch {
hosts => ["172.18.190.31:9200"]
index => "logstash-%{index}-%{logDate}"
}
}
```
wzfxiaobai - 90后it民工
赞同来自: