Skip to content

Commit 77958fa

Browse files
[Serverless bug bash] Fixes links and nav steps (#6189)
1 parent a6c3736 commit 77958fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/serverless/rules/rules-ui-management.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Similarly, rules will be skipped if they can't be modified by a bulk edit. For e
8181
+
8282
[NOTE]
8383
====
84-
Rule actions won't run during a {kibana-ref}/maintenance-windows.html[maintenance window]. They'll resume running after the maintenance window ends.
84+
Rule actions won't run during a <<maintenance-windows, maintenance window>>. They'll resume running after the maintenance window ends.
8585
====
8686
** **Update rule schedules**: Update the <<rule-schedule,schedules>> and look-back times on all selected rules.
8787
** **Apply Timeline template**: Apply a specified <<security-timeline-templates-ui,Timeline template>> to the selected rules. You can also choose **None** to remove Timeline templates from the selected rules.
@@ -177,15 +177,15 @@ If you try to export with both prebuilt and custom rules selected, only the cust
177177

178178
The `.ndjson` file also includes any actions, connectors, and exception lists related to the exported rules. However, other configuration items require additional handling when exporting and importing rules:
179179

180-
* **Data views**: For rules that use a {kib} data view as a data source, the exported file contains the associated `data_view_id`, but does _not_ include any other data view configuration. To export/import between {kib} spaces, first use the {kibana-ref}/managing-saved-objects.html#managing-saved-objects-share-to-space[Saved Objects] UI (**Project settings** → **Content** → **Saved Objects**) to share the data view with the destination space.
180+
* **Data views**: For rules that use a {kib} data view as a data source, the exported file contains the associated `data_view_id`, but does _not_ include any other data view configuration. To export/import between {kib} spaces, first use the <<saved-objects, Saved Objects>> UI (**Project settings** → **Stack Management** → **Saved Objects**) to share the data view with the destination space.
181181

182182
To import into a different {stack} deployment, the destination cluster must include a data view with a matching data view ID (configured in the {kibana-ref}/data-views.html[data view's advanced settings]). Alternatively, after importing, you can manually reconfigure the rule to use an appropriate data view in the destination system.
183183

184184
* **Actions and connectors**: Rule actions and connectors are included in the exported file, but sensitive information about the connector (such as authentication credentials) _is not_ included. You must re-add missing connector details after importing detection rules.
185185
+
186186
[TIP]
187187
====
188-
You can also use the {kibana-ref}/managing-saved-objects.html#managing-saved-objects-share-to-space[Saved Objects] UI (**Project settings** → **Content** → **Saved Objects**) to export and import necessary connectors before importing detection rules.
188+
You can also use the <<saved-objects, Saved Objects>> UI (**Project settings** → **Stack Management** → **Saved Objects**) to export and import necessary connectors before importing detection rules.
189189
====
190190
* **Value lists**: Any value lists used for rule exceptions are _not_ included in rule exports or imports. Use the <<manage-value-lists,Manage value lists>> UI (**Rules** → **Detection rules (SIEM)** → **Manage value lists**) to export and import value lists separately.
191191

0 commit comments

Comments
 (0)