Dillon Gilmore created CAMEL-16539:
--------------------------------------
Summary: splunk-hec: Option to include only the body or the headers
Key: CAMEL-16539
URL: https://issues.apache.org/jira/browse/CAMEL-16539
Project: Camel
Issue Type: New Feature
Components: camel-splunk-hec
Reporter: Dillon Gilmore
h2. Problem
Right now, when using Camel to process logs into Splunk via the splunk-hec, it
includes the message body and the message headers.
In most cases, we only need the body.
h2. Solution
Include an option to include only the body or the headers.
h2. Rationale
1. For JSON payloads, having to always include the body when you never use the
headers is tedious and ugly.
2. Splunk charges based off of the amount of data you feed in. Reducing the 10+
headers and body keys can shave off some amount of gigabytes in the long-term.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)