fluent-plugin-splunk icon indicating copy to clipboard operation
fluent-plugin-splunk copied to clipboard

Just forward w/o transformation possible?

Open hannes-angst opened this issue 5 years ago • 0 comments

The application logging to stdout already writes perfectly correct splunk event json payloads.

{
  "time": 1586785686388,
  "index": "my-index",
  "source": "my-application",
  "event": {
    "severity": "INFO",
    "severity_value": 20000,
    "message": "GET /hello",
    "x-trace-id": "my-id"
  }
}

Is it possible to just pass the data through?

hannes-angst avatar Apr 13 '20 18:04 hannes-angst