다음의로 스타트 구성에는 어떤 문제가 있습니까? 위의 구성을 실행하는 경우 다음과 같이시동시 로스트 슈트가 막혔습니다
input {
file {
type => "access_log"
# Wildcards work, here :)
path => [ "/root/isaac/my_logs/access_logs/gw_access_log*"]
start_position => "beginning"
}
}
output {
stdout { debug => true }
elasticsearch { embedded => true }
}
, logstash는 시작에 붙어 : 더 중요 문제를 디버깅하는 방법이 무엇인지
[[email protected] logstash]# java -jar logstash-1.3.3-flatjar.jar agent -f logstash-complex.conf
Using milestone 2 input plugin 'file'. This plugin should be stable, but if you see strange behavior, please let us know! For more information on plugin milestones, see http://logstash.net/docs/1.3.3/plugin-milestones {:level=>:warn}
?
나는 이미 경로에 넣고있는 파일이 존재하는지 확인했다.