You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you are sending your watchdog logs to logstash via http then the request goes through, but the logstash does not really process it. The reason is that logstash needs Content-Type header with value of application/json to process it correctly.
When you are sending your watchdog logs to logstash via http then the request goes through, but the logstash does not really process it. The reason is that logstash needs
Content-Typeheader with value ofapplication/jsonto process it correctly.