Skip to content
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

[exporter/elasticsearch] support both go-elasticsearch v7 & v8 #37187

Closed

Conversation

axw
Copy link
Contributor

@axw axw commented Jan 14, 2025

Description

Use go-elasticsearch/v8 (which is being actively developed) by default, and add a version configuration setting that can be set to 7 to use go-elasticsearch/v7.

(Note that I think it's worth having a discussion about whether this is worthwhile, since v8 will support 7.17.x, and older version of Elasticsearch are EOL. See #32454 (comment))

Link to tracking issue

Fixes #32454

Testing

TODO

Documentation

Updated README with a new section on Elasticsearch version compatibility.

@axw axw force-pushed the elasticsearchexporter-goelasticsearchv8 branch 4 times, most recently from d4af93a to 663e451 Compare January 16, 2025 05:29
Copy link
Contributor

@carsonip carsonip left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, will review again when out of draft

exporter/elasticsearchexporter/README.md Show resolved Hide resolved
@axw axw force-pushed the elasticsearchexporter-goelasticsearchv8 branch from 52f11e8 to a40e956 Compare January 20, 2025 07:00
Copy link
Contributor

github-actions bot commented Feb 4, 2025

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Feb 4, 2025
@axw
Copy link
Contributor Author

axw commented Feb 6, 2025

Closing in favour of #37333

@axw axw closed this Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[exporter/elasticsearch] Support both v7 and v8 elasticsearch clients and default to v8
2 participants