forked from vectordotdev/vector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(splunk_hec source): insert fields as event_path so names aren't p…
…arsed as a path (vectordotdev#17943) Fixes vectordotdev#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 <fungus.humungus@gmail.com>
- Loading branch information
1 parent
98f44ae
commit 1acf5b4
Showing
1 changed file
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters