mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 10:23:14 -04:00
This PR adds a new actions variable for linking back the stack management rule page. In a future PR we will require the rule type to specify the plugin's path when registering the rule type that way we can link back to the specific plugin that created the rule. Issue: https://github.com/elastic/kibana/issues/145132 <details><summary>Mustache variable</summary>   </details> <details><summary>Constructed URL</summary>  </details> Co-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co>
13 lines
582 B
TypeScript
13 lines
582 B
TypeScript
/*
|
|
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
|
|
* or more contributor license agreements. Licensed under the Elastic License
|
|
* 2.0 and the Server Side Public License, v 1; you may not use this file except
|
|
* in compliance with, at your election, the Elastic License 2.0 or the Server
|
|
* Side Public License, v 1.
|
|
*/
|
|
|
|
export * from './src/technical_field_names';
|
|
export * from './src/alerts_as_data_rbac';
|
|
export * from './src/alerts_as_data_severity';
|
|
export * from './src/alerts_as_data_status';
|
|
export * from './src/routes/stack_rule_paths';
|