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
# Create runtime fields in {{elastic-sec}} [runtime-fields]
8
8
9
-
% What needs to be done: Lift-and-shift
9
+
Runtime fields are fields that you can add to documents after you’ve ingested your data. For example, you could combine two fields and treat them as one, or perform calculations on existing data and use the result as a separate field. Runtime fields are evaluated when a query is run.
10
10
11
-
% Use migrated content from existing pages that map to this page:
11
+
You can create a runtime field and add it to your detection alerts or events from any page that lists alerts or events in a data grid table, such as **Alerts**, **Timelines**, **Hosts**, and **Users**. Once created, the new field is added to the current [data view](data-views-elastic-security.md) and becomes available to all {{elastic-sec}} alerts and events in the data view.
Runtime fields can impact performance because they’re evaluated each time a query runs. Refer to [Runtime fields](../../../manage-data/data-store/mapping/runtime-fields.md) for more information.
15
+
::::
16
+
17
+
18
+
To create a runtime field:
19
+
20
+
1. Go to a page that lists alerts or events (for example, **Alerts** or **Timelines** → **Name of Timeline**).
21
+
2. Do one of the following:
22
+
23
+
* In the Alerts table, click the **Fields** toolbar button in the table’s upper-left. From the **Fields** browser, click **Create field**. The **Create field** flyout opens.
5. Turn on the **Set value** toggle and enter a [Painless script](../../../explore-analyze/scripting/modules-scripting-painless.md) to define the field’s value. The script must match the selected **Type**. For more on adding fields and Painless scripting examples, refer to [Explore your data with runtime fields](../../../explore-analyze/find-and-organize/data-views.md#runtime-fields).
40
+
6. Use the **Preview** to help you build the script so it returns the expected field value.
41
+
7. Configure other field settings as needed.
42
+
43
+
::::{note}
44
+
Some runtime field settings, such as custom labels and display formats, might display differently in some areas of the {{elastic-sec}} UI.
45
+
::::
46
+
47
+
8. Click **Save**. The new field appears as a new column in the data grid.
48
+
49
+
50
+
## Manage runtime fields [manage-runtime-fields]
51
+
52
+
You can edit or delete existing runtime fields from the **Alerts**, **Timelines**, **Hosts**, and **Users** pages.
53
+
54
+
1. Click the **Fields** button to open the **Fields** browser, then search for the runtime field you want.
55
+
56
+
::::{tip}
57
+
Click the **Runtime** column header twice to reorder the fields table with all runtime fields at the top.
58
+
::::
59
+
60
+
2. In the **Actions** column, select an option to edit or delete the runtime field.
0 commit comments