I am a newbie to Logstash. I found it very interesting. But currently I am dealing with logging related to .NET core application. Am I right in using Logstash for my logging needs? I am confused after seeing that logstash is used only for server-side logging.
Thanks in advance for the help.
You can use a typical logging library like NLog and have the LogStash Filebeat properly configured so that logs are pushed to LogStash.
To make the most out of LogStash, it is highly preferable to log machine readable log entries over human readable logs. (ex: structured json over string messages, read more here.)