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
fix(splunk_hec source): insert fields as event_path so names aren't parsed as a path (vectordotdev#17943)
Fixesvectordotdev#17670
Field names sent from Splunk were being parsed as paths, so a field name
like `(thing |` was causing the path parsing to panic. This fix sets
each of the names as an event field so no parsing occurs.
Signed-off-by: Stephen Wakely <[email protected]>
0 commit comments