Splunk HEC Sink: Set Host From Field But Not Transmit in Payload? #21926
Unanswered
tommyorndorff
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I suspect my problem is something to do with log namespacing and the warning referenced. Ill run through that, see if I get further and report back. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm receiving and shipping some data from a Datadog lambda extension.
Sample data:
A http server input, simple transform and simple output is fine (a bit confusing but fine). I can set the host field just fine using the sink after transforming:
But how do I remove the
.host
field from the Splunk payload? That field is already indexed; theres no need to pass it in the body. But if I remove it in the transform, then I cant set it in the sink...Beta Was this translation helpful? Give feedback.
All reactions