你的浏览器禁用了JavaScript, 请开启后刷新浏览器获得更好的体验!
输入关键字进行搜索
搜索:
没有找到相关结果
三斗室 - ELK
赞同来自:
solomon2012 - 80后IT男
linpeiyang
cixuanxu
LHawen
yangbiao
typuc - 80后IT男,乒乓球爱好者
要回复问题请先登录或注册
80后IT男
7 个回复
三斗室 - ELK
赞同来自:
solomon2012 - 80后IT男
赞同来自:
在测试环境中 基本每次都是两次,
input {
file {
type => "nginx_access"
path => "/data01/scribe-center/logs/v-gongwen02_nginx_access/*"
exclude => "*.gz"
}
file {
type => "php_metrics"
path => "/logs/php_metrics/*"
exclude => "*.gz"
}
}
output {
elasticsearch {
host => "10.1.1.12"
protocol => "http"
index =>"logstash-%{type}-%{+YYYY.MM.dd}"
user => "logstashserver"
password => "abc123"
}
}
linpeiyang
赞同来自:
cixuanxu
赞同来自:
LHawen
赞同来自:
yangbiao
赞同来自:
typuc - 80后IT男,乒乓球爱好者
赞同来自:
参考文献:https://www.jianshu.com/p/5e103e1eb017
参考文献:https://www.elastic.co/blog/lo ... cates