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
logs
Describe the bug I don't see any logs from zilla in opensearch, but logs are being produced when I enable the stdout exporter.
stdout
To Reproduce Steps to reproduce the behavior:
curl http://localhost:7114/orders
attributes
body
Expected behavior Zilla logs are sent and parsed by the OpenTelemetry collector into OpenSearch.
The text was updated successfully, but these errors were encountered:
I have been able to find zilla is successfully sending event logs by filtering the OpenSearch logs with the below PPL query:
search source=otel | where resource.service.name="zillaproxy"
when the zilla.yaml includes the service name attribute:
telemetry: attributes: service.name: "zillaproxy"
Sorry, something went wrong.
attilakreiner
No branches or pull requests
Describe the bug
I don't see any logs from zilla in opensearch, but logs are being produced when I enable the
stdout
exporter.To Reproduce
Steps to reproduce the behavior:
curl http://localhost:7114/orders
. Produces an HTTP access log.attributes
aren't available.body
s doesn't show anything relating to Zilla logs.Expected behavior
Zilla logs are sent and parsed by the OpenTelemetry collector into OpenSearch.
The text was updated successfully, but these errors were encountered: