I have already tried with / but still the same result. As per my config file I have as input http, so I make a call through Postman and the call has been received (I added an output to file and I can see it there)
input {
file {
path => "C:/Users/alejandro.alvarez/Downloads/elasticsearch_kibana/data/logs/apache_access.logs"
start_position => "beginning"
# sincedb_path => "NUL"
}
http {
}
}
output {
stdout {
codec => rubydebug
}
file {
path => "C:/Users/alejandro.alvarez/Downloads/elasticsearch_kibana/logstash-7.14.0-windows-x86_64/logstash-7.14.0/logstest.txt"
}
}```
Any help would be highly appreciated
I see the line [2021-08-18T14:17:38,101][INFO ][logstash.inputs.file ][main] No sincedb_path set, generating one based on the "path" setting {:sincedb_path=>"C:/Users/alejandro.alvarez/Downloads/elasticsearch_kibana/logstash-7.14.0-windows-x86_64/logstash-7.14.0/data/plugins/inputs/file/.sincedb_1c917a28944f3fa59552afdb242255f6", :path=>[""C:/Users/alejandro.alvarez/Downloads/elasticsearch_kibana/data/logs/apache_access.logs"]} but no processing
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.