-
Notifications
You must be signed in to change notification settings - Fork 456
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
elastic/obs-infraobs-integrations: Address skipped validation SVR00004 (batch 2) #8938
Comments
Here is a list of packages (11 packages) that have SVR00004 with the kibana.version and will be covered in this sprint:
|
I have installed node 16.14.2 (mentioned as pre-requisites) and ran the command
cc: @drewdaemon |
As mentioned outside this thread, support for inline saved searches wasn't added until Kibana |
Thank you for the help @drewdaemon! @lalit-satapathy Based on the inline saved searches that added after 8.10 Kibana, we need to bump the Kibana to at least 8.10 to fix validation SVR00004. Here is the list of packages that need strict bump up from 8.8.0 to 8.10.0! Also if we bump the Kibana from 8.8 to 8.10, Users won't get any new release in 8.8.0 for that package as well user must need to update stack to 8.10 if they want future release! Let me know your thoughts on this!
|
We need Kibana 8.10 for supporting pass-by-value in dashboard, in these packages? Is there something unique in these packages which require this PR fix? We enabled the pass-by-value in host of other packages without stack upgrade right? I am fine with these stack upgrades, if absolutely needed, as we did similar for Lens & TSDB. |
As far as I understand, All the panel types which are checked by that rule can be by-value prior to Kibana So, it seems to me that we could either
Just depends on the priority of making those saved searches by-value vs continuing to support |
i would vote to keep saved searches by reference and avoid bumping stack version. it's a bit annoying though that we have to keep skipping the rule which means we don't get alerted if we added a new by-ref visualisation in the future. |
Could always propose a change to package-spec so that |
I agree to not bump the version unless we are already at a stack version >= 8.10. For the remaining ones, we still need to skip SVR00004? is that correct. |
@lalit-satapathy, I have raised a separate PR for fix validation SVR00004 whose Kibana is already > 8.10 (redis, system and microsoft_sqlserver) For the remaining 8 packages, I have converted the PR to draft. |
What is the next step plan for closing this issue? |
Thanks @harnish-elastic 🙌🏽 |
Inline the visualizations in packages as "by values" panels using https://github.com/elastic/visualizations_integrations_tools.
Please find the list of packages that requires inlining viz in the description of this #8452. Also see #8423 where already 8 packages have inlined viz. Multiple packages were left out in this PR as support for inlining saved searches was not there when making the change but the required enhancement is merged to the inlining tool.
Please see "Tip" in the description to learn how to use this tool to make the change. Please make sure to create separate commits for separate packages.
Relates:
The text was updated successfully, but these errors were encountered: