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
After ingesting a few more events we found out there are different variants on the system:
single line events that worked just as we have them in the pattern so far
multline events where the timestamp is the first line and then everything is in the next line, starting at the begin of the line
mutline events where all but the first line with the timestamp are indented
This new pattern should be able to deal with all of them.
0 commit comments