Closed rvmiller89 closed 5 years ago
Noticed by Paul, after adding the additional fields to _sumo_metadata, we were not properly batching the HTTP request payloads in order to set X-Sumo-Fields.
fields
_sumo_metadata
X-Sumo-Fields
This PR adds handling for fields from _sumo_metadata and adds test cases for:
Some of this may conflict with https://github.com/SumoLogic/fluentd-output-sumologic/pull/53 but we can reconcile the differences.
Yeah these are all great points, I am thinking start with this for now, and revisit our HTTP batching to account for these edge cases.
Noticed by Paul, after adding the additional
fields
to_sumo_metadata
, we were not properly batching the HTTP request payloads in order to setX-Sumo-Fields
.This PR adds handling for
fields
from_sumo_metadata
and adds test cases for:Some of this may conflict with https://github.com/SumoLogic/fluentd-output-sumologic/pull/53 but we can reconcile the differences.