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

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -