Create runtime fields in Elastic Securityedit

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.

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 and becomes available to all Elastic Security 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 for more information.

To create a runtime field:

  1. Go to a page that lists alerts or events (for example, Alerts or TimelinesName of Timeline).
  2. Click the Fields toolbar button in the table’s upper-left. The Fields browser opens.

    Fields browser
  3. Click Create field. The Create field flyout opens.

    Create field flyout
  4. Enter a Name for the new field.
  5. Select a Type for the field’s data type.
  6. Turn on the Set value toggle and enter a Painless script 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.
  7. Use the Preview to help you build the script so it returns the expected field value.
  8. Configure other field settings as needed.

    Some runtime field settings, such as custom labels and display formats, display in other areas of Kibana but may not display in the Elastic Security app.

  9. Click Save. The new field appears as a new column in the data grid.

Manage runtime fieldsedit

You can edit or delete existing runtime fields from the Alerts, Timelines, Hosts, and Users pages.

  1. Click the Fields button to open the Fields browser, then search for the runtime field you want.

    Click the Runtime column header twice to reorder the fields table with all runtime fields at the top.

  2. In the Actions column, select an option to edit or delete the runtime field.