You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method would be to add the "beginning" option to the logstash-forwarder.conf file.
Then remove the relavent .logstash-forwarder file from the home directory or working directory of the logstash-forwarder process.
The other technique I use, is to setup a stdin feeder config file with all the needed settings for that file, but the path to point to "-", then you start something like:
cat file | logstash-forwarder --config /etc/logstash-forwarder-feeder.conf -quiet=false
And once it pushed everything up (the last message not a round 1024 or something) then you can kill the logstash-forwarder.
Also the reason I have opened #448
Logstash dropped some entries due to an error. I fixt it but how can I force logstash-forwarder to reparse that file?
Or is there a solution to my problem?
The text was updated successfully, but these errors were encountered: