windows - Auto refresh logstash agent when input file changes -


i have logstash setup such takes input text file x. used manually copy newer results text file , logstash auto update results.

now piping results text file y x using windows power shell

 get-content y -wait | out-file x -encoding utf8 

the input file gets appended latest results, logstash not update results in it's database. how can auto update work again?


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -