We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened:
I've deployed fluent-plugin-splunk-hec on a Kubernetes cluster and the plugin is adding color codes to the log which is not being detected in Splunk
What you expected to happen: color codes should be removed
Actual Log: 2023-02-08T13:35:44.818Z - info: ::ffff:127.0.0.1 - GET /v4/ping HTTP/1.1 200 578 - 0.953 ms
Log as shown in Splunk: 2023-02-08T13:40:45.697Z - [32minfo[39m: ::ffff:127.0.0.1 - GET /v4/ping HTTP/1.1 200 578 - 1.316 ms
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
ruby --version
cat /etc/os-release
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened:
I've deployed fluent-plugin-splunk-hec on a Kubernetes cluster and the plugin is adding color codes to the log which is not being detected in Splunk
What you expected to happen: color codes should be removed
Actual Log:
2023-02-08T13:35:44.818Z - info: ::ffff:127.0.0.1 - GET /v4/ping HTTP/1.1 200 578 - 0.953 ms
Log as shown in Splunk:
2023-02-08T13:40:45.697Z - [32minfo[39m: ::ffff:127.0.0.1 - GET /v4/ping HTTP/1.1 200 578 - 1.316 ms
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
Environment:
kubectl version
):ruby --version
):cat /etc/os-release
):The text was updated successfully, but these errors were encountered: