I've defined this config file
input {
file {
path => "C:\Users\Jack\Desktop\logsatash_practice"
type => "txt"
}
}
output {
file {
path => "C:\Users\Jack\Desktop\logsatash_practice\op"
}
}
and ran "logstash agent -f local_config.conf" command via cmd.
after that I get a message, and then nothing happend for more than 1 hour.
the printed message: "C:\Users\Jack\Desktop\logstash-1.4.2\bin>logstash agent -f local_config.conf ←[33mUsing milestone 2 input plugin 'file'. This plugin should be stable, but if you see strange behavior, please let us know! For more information on plugin mi lestones, see http://logstash.net/docs/1.4.2/plugin-milestones {:level=>:warn}←[ 0m ←[33mUsing milestone 2 output plugin 'file'. This plugin should be stable, but i f you see strange behavior, please let us know! For more information on plugin m ilestones, see http://logstash.net/docs/1.4.2/plugin-milestones {:level=>:warn}← [0m"
To be sure, I verfied that the config file exists in the path that I defined in the config file.
any ideas?