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

python - Best design pattern for collection of objects -

go - serving up pdfs using golang -

python - django admin: changing the way a field (w/ relationship to another model) is submitted on a form so that it can be submitted multiple times -