Update Cloud plugin to handle new config in kibana.yml#95569
Update Cloud plugin to handle new config in kibana.yml#95569ryankeairns merged 6 commits intoelastic:masterfrom
Conversation
|
@elasticmachine merge upstream |
|
@elasticmachine merge upstream |
cee-chen
left a comment
There was a problem hiding this comment.
Enterprise Search changes LGTM - thanks for grabbing that!
yuliacech
left a comment
There was a problem hiding this comment.
Thanks a lot for working on this, @ryankeairns! ES UI changes LGTM 👍
pgayvallet
left a comment
There was a problem hiding this comment.
Technically it's LGTM.
Now the real question is: which version is https://github.com/elastic/cloud/pull/77420 going to impact? Will cloud correctly deploy/use this new format only on Kibana 7.13 and higher?
I posed the same question and it is my understanding that, yes, it would target Also, thanks for the review. |
yes, my (reverted) PR targets 7.13 and higher only. Once this is merged, I will merge the cloud side. |
💚 Build SucceededMetrics [docs]Module Count
Async chunks
Page load bundle
History
To update your PR or re-run it, just comment with: |
|
@ryankeairns now that this is merged, I guess we are ready re-merge my PR on the cloud side? Maybe we should wait a day until kibana builds are created to accept these new properties? |
* Handle cloud urls from kibana.yml * Add types to utils params * Update utils * address nits Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
* Handle cloud urls from kibana.yml * Add types to utils params * Update utils * address nits Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
@yspotts Yes, we are good to go (I was out on vacation recently). Have you re-merged your PR? cc:/ @alexfrancoeur |
thanks! Just merged today |
Closes #93436
Relates to https://github.com/elastic/cloud/pull/77420 https://github.com/elastic/cloud/pull/77961
Caveat
Summary
The Cloud plugin was designed to support the below config values in anticipation of them being provided by ESS/ECE. Now that the Cloud team has completed their work (PRs above), we need to adjust the plugin to handle the final names + additional values.
Old config
New config
Items of note
cloud.elastic.coas thecname. This value will change for ECE installations where the value is user-defined.Checklist
Delete any items that are not applicable to this PR.
For maintainers