-
Notifications
You must be signed in to change notification settings - Fork 75
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
[Change Proposal] Add support for "next steps" links to be referenced in Kibana #832
Comments
So they are variables in the policy, right? This looks good as would be the same templating used in agent policies. |
I see that there was a recent change done to the |
@criamico Heyo 👋 (I noticed you might mentioned my recent PR by accident). Just to clarify, we extended the policy to optionally (!) define the This approach ensures the policy always encodes which connector document is tied to a specific integration. Feel free to ping me if you have any questions. |
Looks like all the relevant PR's are closed, so I'm closing this. Thanks all! |
There are some cases when an integration developer might want to prompt the user to navigate to another area of kibana.
For instance, in the case of Agentless policy configuration, the developer might need to display some next steps links that link to the kibana areas where the additional configuration will happen, as shown in the screenshot:

To be able to do an integration developer should be able to enumerate "next step" options for each package/policy template in kibana manifest:
There is also a special case of next steps that will navigate the user to the Connectors UI in Kibana and will reference connector ids for this:

These Connector Ids are currently static for the lifetime of a connector instance, (as they are ES Index document
_id
values for the.elastic-connectors-v1
index) and they are being added as configurable to the policy "advanced" configuration, so they'll show up here. About connectors, they could be defined in one of these two ways:{{connector_id}}
that references thevars
content.The text was updated successfully, but these errors were encountered: