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
Starting in Logstash 2.4 the exception messages are lost, so you're only getting a stacktrace and have to resort to reading the source code to figure out what Logstash is complaining about. Given this invalid configuration:
This change was introduced in 4e1f8258.
The message was showing since we logged the actual exception instance, which we lost when changing to e.class.name. Adding a :message => e.message will mimic the previous behaviour.
Starting in Logstash 2.4 the exception messages are lost, so you're only getting a stacktrace and have to resort to reading the source code to figure out what Logstash is complaining about. Given this invalid configuration:
Logstash 2.3.2 says this:
This is a really bad error message to show to an end user who made a trivial configuration mistake, but it gets even worse in 2.4.0:
The text was updated successfully, but these errors were encountered: