Logstash не принимает файл ввода, я перепробовал все доступные варианты и ответы на другие вопросы.Прикрепление файла conf и логов.
Пытался:
start_position => beginning
sincedb_path => "D:\ELK\d.d1"
ignore_older => 0
ФАЙЛ КОНФ:
input {
file {
path => "D:\ELK\inlog.log"
start_position => beginning
sincedb_path => "D:\ELK\d.d1"
ignore_older => 0
}enter code here
}
output {
file {
path => "D:\ELK\outlog.log"
}
}
ЛОГИ:
Sending Logstash logs to D:/ELK/logstash-6.5.4/logstash-6.5.4/logs which is now configured via log4j2.properties
[2019-04-30T18:21:21,370][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options are specified
[2019-04-30T18:21:21,401][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.5.4"}
[2019-04-30T18:21:24,666][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
[2019-04-30T18:21:25,104][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"main", :thread=>"#<Thread:0x6f6c3c0b run>"}
[2019-04-30T18:21:25,151][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}
[2019-04-30T18:21:25,166][INFO ][filewatch.observingtail ] START, creating Discoverer, Watch with file and sincedb collections
[2019-04-30T18:21:25,470][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
ФАЙЛ ВВОДА:
this is testing of me
this is testing of me
выходной файл не генерируется.Пожалуйста, помогите