I have logstash installed on ubuntu machine and use file input to read log files.
I need read files from remote folder of Windows machine.
For more convenience I mounted
remote folder of Windows machine to my Ubuntu folder.
Now I can read mounted folder with any linux user.
Mounted folder has permissions 755.
But logstash "file input" doesn't see any files in this folder.
Currently I have simple logstash config.
Here: /home/mount/test - mount folder. I see here all files from Windows remote machine.
Could anyone help me with this problem?
How logstash on linux machine can read files from remote Windows folder?
I put trace in log.level.
But I don't see any information about a problem.
Just:
[logstash.agent ] Successfully started Logstash API endpoint {:port=>9601}
[org.logstash.secret.store.SecretStoreFactory] Attempting to exists or secret store with implementation: org.logstash.secret.store.backend.JavaKeyStore
[org.reflections.Reflections] going to scan these urls:
jar:file:/usr/share/logstash/logstash-core/lib/jars/logstash-core.jar!/
[org.reflections.Reflections] Reflections took 64 ms to scan 1 urls, producing 23 keys and 47 values
....
[org.logstash.execution.PeriodicFlush][main] Pushing flush onto pipeline.
[logstash.instrument.periodicpoller.jvm] collector name {:name=>"ParNew"}
[logstash.instrument.periodicpoller.jvm] collector name {:name=>"ConcurrentMarkSweep"}
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.