c# - Redirect logs to logstash instance instead of ElasticSearch -


i have question :

i`m using elasticsearch.net nugget nlogs in order send logs local elasticsearch instance. kibana visualize them well, far soo good.

is possible using same nugget forwards logs logstash instance expose on production environment instead elasticsearch

to add martijn's answer, use nlog write logs local directory, use filebeat ship logs logstash.


Comments

Popular posts from this blog

android - IllegalStateException: Cannot call this method while RecyclerView is computing a layout or scrolling -

go - serving up pdfs using golang -

how to add preprocess loader in webpack 2 -