-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
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
elasticsearchexporter-v0.64 is incompatible with ES server 7.10.2 #16310
Comments
Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Are you aware if there is an open issue for github.com/elastic/go-elasticsearch that related to this? |
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping Pinging code owners:
See Adding Labels via Comments if you do not have permissions to add labels yourself. |
Should be fixed by #16353 |
Component(s)
exporter/elasticsearch
What happened?
Description
The elasticsearch exporter v0.64.0 that uses go-elasticsearch v8.4. Because of compatibility issue, it cannot deliver logs to elasticsearch-server old version 7.10.2
Steps to Reproduce
with
elasticsearch-values.yaml
file:Create the index:
Expected Result
Logs are delivered to elasticsearch server
Actual Result
Exception thrown by otel.
When we test with elasticsearch server 7.17.2, the exception does not happen.
Collector version
0.64.0
Environment information
Environment
client OS:
K8s environment:
v1.20.11
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: