The flow built in #59070 currently has logic to "Upgrade your plan" that points to our subscription page.

Ideally, this should have similar logic that other paid for features use in Kibana when in our default distribution. While we don't have a consistent mechanism or language, each application has a similar experience. If not for 7.7, I'd like our "start trial" experience to eventually be the standard across features within Kibana.
Our CTA should be to start a trial if no trial has been utilized, or upgrade license if a trial has been already been utilized. We'll probably want a link out both to the subscription page and also route users to our license management view. With the latter being the primary CTA.
Some examples:
ML data visualizer in Basic:

SIEM anomaly detection

The SIEM example is a good one, but if we could conditionally change the CTA to "Start trial" or "Manage license" based on trial status, it'd a bit easier to consume. I realize this is probably a heavier lift though. Both buttons would link to the same license management view in Kibana.
@gchaps any chance you'd be open to helping us out with the start a trial / upgrade language?
@mdefazio I know you had some thoughts about this UI/UX. I missed the latest sync but am opening on behalf of @arisonl so I may be out of the loop on the latest.
The flow built in #59070 currently has logic to "Upgrade your plan" that points to our subscription page.
Ideally, this should have similar logic that other paid for features use in Kibana when in our default distribution. While we don't have a consistent mechanism or language, each application has a similar experience. If not for 7.7, I'd like our "start trial" experience to eventually be the standard across features within Kibana.
Our CTA should be to start a trial if no trial has been utilized, or upgrade license if a trial has been already been utilized. We'll probably want a link out both to the subscription page and also route users to our license management view. With the latter being the primary CTA.
Some examples:
kibana/x-pack/plugins/ml/public/application/datavisualizer/datavisualizer_selector.tsx
Line 173 in 35302ed
ML data visualizer in Basic:

SIEM anomaly detection

The SIEM example is a good one, but if we could conditionally change the CTA to "Start trial" or "Manage license" based on trial status, it'd a bit easier to consume. I realize this is probably a heavier lift though. Both buttons would link to the same license management view in Kibana.
@gchaps any chance you'd be open to helping us out with the start a trial / upgrade language?
@mdefazio I know you had some thoughts about this UI/UX. I missed the latest sync but am opening on behalf of @arisonl so I may be out of the loop on the latest.