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

Add Elastic exporter compatibility with Elasticsearch version 8.x #157

Open
tchangz opened this issue Aug 1, 2022 · 3 comments
Open

Add Elastic exporter compatibility with Elasticsearch version 8.x #157

tchangz opened this issue Aug 1, 2022 · 3 comments
Assignees

Comments

@tchangz
Copy link

tchangz commented Aug 1, 2022

Feature description:
Being a fan of LoggerPlusPlus I would like to continue to use the Elastic exporter feature with a version 8 of Elasticsearch.

It seems the index creation from LoggerPlusPlus to elastic version 8.3.2 is working however no log is exported in the this index after (same configuration is fully working with a version 7.16.3). Making LoggerPlusPlus compatible with Elasticsearch 8.x version would be really usefull.

CoreyD97 added a commit that referenced this issue Oct 19, 2023
@CoreyD97
Copy link
Collaborator

Unfortunately it looks like the ElasticSearch API doesn't have any backwards compatibility, so this change will make the exporter incompatible with Elastic 7.x and below. Though, I think its more important to support the newest versions here rather than maintain backwards compatibility.

@303sec
Copy link

303sec commented Nov 15, 2023

Given that support for 7.x is already supported by L++, would it be possible to add a UI element allowing users to select the Elastic version?

@CoreyD97
Copy link
Collaborator

Unfortunately not. It wouldn't be possible to deploy two versions of the same library here. Instead, I'd recommend upgrading to ES8 to use the new version of the exporter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants