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
Copy file name to clipboardExpand all lines: docs/cse/troubleshoot/troubleshoot-parsers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ Common failure types:
85
85
Common errors:
86
86
*`Fatal: /Parsers/System/Vendor/Product Name did not produce an event.`
87
87
<br/>Indicates the parser is likely failing immediately.
88
-
*`Fatal: /Parsers/System/Vendor/Product Name parse failed`
88
+
*`Fatal: /Parsers/System/Vendor/Product Name parse failed.`
89
89
<br/>Indicates the parser is likely failing immediately.
90
90
*`Fatal:/Parsers/System/Vendor/Product Name - transform_name - none of the transforms in cascade successfully parsed event (transform_name_1, transform_name_2).`
91
91
<br/>Indicates a specific component of the parser is failing. This case indicates a transform cascade in which logs may be partially parsed but are failing further into processing.
0 commit comments