KibanaDeeplinkedit

Embedded object that contains information for linking into a specific Kibana page configured via the template.

Propertiesedit

semver (string, required)
Semver condition when to apply the URI.
uri (string, required)
URI to which the user should be directed.

Exampleedit

{
   "semver" : "string",
   "uri" : "string"
}