GSA-TTS / cg-logshipper

Sample code for draining Cloud Foundry logs to S3 and New Relic using FluentBit
Other
6 stars 2 forks source link

Parsing tweaks: retain entire log message as "raw_message" and output former "remainder" as "message" #9

Closed akf closed 10 months ago

akf commented 10 months ago

Added a "raw_message" field for the entire log message received by the logshipper, and renamed the "remainder" field to "message."

This is based on initial feedback from @jacobaaronyeager (specifically, the "raw_message" name) and the fact that "message" is the default search field for New Relic.