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
looks like splunk-otel-collector removes leading space by default, it is hard to combine java stacktrace
Exception in thread "main" java.lang.NullPointerException
at com.example.myproject.Book.getTitle(Book.java:16)
at com.example.myproject.Author.getBookTitles(Author.java:25)
at com.example.myproject.Bootstrap.main(Bootstrap.java:14)
recombine expected to work for checking leading space :
include:
- /path-to-logs/*.log
start_at: beginning
operators:
- type: recombine
combine_field: body
is_first_entry: body matches "^[^ ]+"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
looks like splunk-otel-collector removes leading space by default, it is hard to combine java stacktrace
recombine expected to work for checking leading space :
has to use an urgly workaround
Beta Was this translation helpful? Give feedback.
All reactions