fluent / fluent/fluent-plugin-splunk
Just forward w/o transformation possible?
Open
- Dominant language
- Ruby
- Stars
- 45
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
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?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.