-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(new_relic sink)!: Drop event JSON parsing
The `new_relic` sink has a feature when sending to the New Relic event API that it will look for a field named `message` and attempt to parse it as JSON. As this feature is not documented and duplicates functionality available through VRL, this change removes that complication.
- Loading branch information
Showing
3 changed files
with
4 additions
and
72 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
The `new_relic` sink, when sending logs to the `event` API, would try to parse a | ||
field named `message` as JSON and insert the resulting data into the transmitted | ||
event. This undocumented processing has been removed. |
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
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