test2.conf 176 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
input {
    file {
        path => ["D:/ES/logstash-7.3.0/nginx.log"]        
        start_position => "beginning"
    }
}
output {
    stdout {
    	codec=>rubydebug 
    }
}