You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: solutions/security/get-started/siem-migration.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ Elastic's AI-powered SIEM migration helps you quickly convert SIEM rules from th
9
9
You can ingest your data before migrating your rules, or migrate your rules first, in which case the tool will recommend which data sources you need to power your migrated rules.
10
10
11
11
::::{admonition} Requirements
12
+
* The `SIEM migrations: All` Security sub-feature privilege.
12
13
* A working [LLM connector](/solutions/security/ai/set-up-connectors-for-large-language-models-llm.md).
13
14
* {{stack}} users: an [Enterprise](https://www.elastic.co/pricing) subscription.
14
15
* {{Stack}} users: {{ml}} must be enabled.
@@ -49,7 +50,7 @@ You can ingest your data before migrating your rules, or migrate your rules firs
49
50
If the file is large, you may need to separate it into multiple parts and upload them individually to avoid exceeding your LLM's context window.
50
51
::::
51
52
52
-
6. After you upload your Splunk rules, SIEM migration will detect whether they use any Splunk macros or lookups. If so, follow the instructions which appear to export and upload them. Alternatively, you can complete this step later — however, until you upload them, some of your migrated rules will have a `partially translated` status.
53
+
6. After you upload your Splunk rules, SIEM migration will detect whether they use any Splunk macros or lookups. If so, follow the instructions which appear to export and upload them. Alternatively, you can complete this step later — however, until you upload them, some of your migrated rules will have a `partially translated` status. If you upload them now, you don't have to wait on the page for them to be processed — a notification will appear when processing is complete.
53
54
54
55
7. Click **Translate** to start the rule translation process. You don't need to stay on this page. A notification will appear when the process is complete.
55
56
@@ -62,10 +63,16 @@ This section describes the **Translated rules** page's interface and explains ho
62
63
63
64
When you upload a new batch of rules, they are assigned a name and number, for example `SIEM rule migration 1`, or `SIEM rule migration 2`. Use the **Migrations** dropdown menu in the upper right to select which batch appears.
***Name:** The names of Elastic authored rules cannot be edited until after rule installation. To edit the name of a custom translated rule, click the name and select **Edit**.
68
-
***Status:** The rule's translation status. Hover over the tooltip next to the column title for more information.
75
+
***Status:** The rule's translation status.
69
76
***Risk Score:** For Elastic authored rules, risk scores are predefined. For custom translated rules, risk scores are defined as follows:
70
77
* If the source rule has a field comparable to Elastic's risk score, we use that value.
71
78
* Otherwise, if the source rule has a field comparable to Elastic's rule severity field, we base the risk score on that value according to these [guidelines](/solutions/security/detect-and-alert/create-detection-rule.md#custom-highlighted-esql-fields).
@@ -96,6 +103,12 @@ You cannot edit Elastic authored rules using this interface, but after they are
96
103
97
104
Click the rule's name to open the rule's details flyout to the **Translation** tab, which shows the source rule alongside the translated — or partially translated — Elastic version. You can update any part of the rule. When finished, click **Save**.
If you haven't yet ingested your data, you will likely encounter `Unknown index` or `Unknown column` errors while editing. You can ignore these and add your data later.
0 commit comments