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

Extended testing for Kibana plugins #8397

Open
naemono opened this issue Jan 10, 2025 · 0 comments
Open

Extended testing for Kibana plugins #8397

naemono opened this issue Jan 10, 2025 · 0 comments
Labels
discuss We need to figure this out >enhancement Enhancement of existing functionality

Comments

@naemono
Copy link
Contributor

naemono commented Jan 10, 2025

Opening up a topic for discussion about whether we want to add additional integration/e2e tests concerning Kibana plugins. We have recently had issues where we have broken Kibana plugin support without any of our tests failing. The problem with this is that the Kibana plugin has to support the exact version of Kibana (there is no "plugin supports a Kibana range from 8.0 - 8.10"), which means we would need to:

  1. Create our own Kibana plugin that we support.
  2. Commit to updating it for each stack release (and potentially supporting a -SNAPSHOT version).

How do we feel about this? Is this something we feel is worth our effort that would be required?

@naemono naemono added >enhancement Enhancement of existing functionality discuss We need to figure this out labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss We need to figure this out >enhancement Enhancement of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant