You are viewing docs on Elastic's new documentation system, currently in technical preview. For all other Elastic docs, visit elastic.co/guide.

Create and manage value lists

Make and manage value lists.

Value lists hold multiple values of the same Elasticsearch data type, such as IP addresses, which are used to determine when an exception prevents an alert from being generated. You can use value lists to define exceptions for detection rules; however, you cannot use value lists to define endpoint rule exceptions.

Value lists are lists of items with the same Elasticsearch data type. You can create value lists with these types:

  • Keywords (many ECS fields are keywords)
  • IP Addresses
  • IP Ranges
  • Text

After creating value lists, you can use is in list and is not in list operators to define exceptions.

Tip

You can also use a value list as the indicator match index when creating an indicator match rule.

Create value lists

When creating a value list for a rule exception, be mindful of the list's size and data type. In general, all rule types support value list exceptions, but there are some limitations for especially large lists or certain data types. The following value list types can only be used with custom query, machine learning, and indicator match rule types:

  • Keyword or IP address lists with more than 65,536 values
  • IP range lists with more than 200 dash notation values (for example, 127.0.0.1-127.0.0.4 is one value) or more than 65,536 CIDR notation values
  • Text data type lists of any size

To create a value list:

  1. Prepare a txt or csv file with all the values you want to use for determining exceptions from a single list. If you use a txt file, new lines act as delimiters.

    Important

    • All values in the file must be of the same Elasticsearch type.

    • Wildcards are not supported in value lists. Values must be literal values.

  2. Go to Rules ā†’ Detection rules (SIEM).

  3. Click Manage value lists. The Manage value lists window opens.

  4. Select the list type (Keywords, IP addresses, IP ranges, or Text) from the Type of value list drop-down.

  5. Drag or select the csv or txt file that contains the values.

  6. Click Import value list.

Note

If you import a file with a name that already exists, a new list is not created. The imported values are added to the existing list instead.

Manage value lists

You can edit, remove, or export existing value lists.

Edit value lists

  1. Go to Rules ā†’ Detection rules (SIEM).
  2. Click Manage value lists. The Manage value lists window opens.
  3. In the Value lists table, click the value list you want to edit.
  4. Do any of the following:
    • Filter items in the list: Use the KQL search bar to find values in the list. Depending on your list's type, you can filter by the keyword, ip_range, ip, or text fields. For example, to filter by Gmail addresses in a value list of the keyword type, enter keyword:*gmail.com into the search bar.

      You can also filter by the updated_by (for example, updated_by:testuser), or updated at (for example, updated_at < now) fields.

    • Add individual items to the list: Click Create list item, enter a value, then click Add list item.

    • Bulk upload list items: Drag or select the csv or txt file that contains the values that you want to add, then click Upload.

    • Edit a value: In the Value column, go to the value you want to edit and click the Edit button (). When you're done editing, click the Save button () to save your changes. Click the Cancel button () to revert your changes.

    • Remove a value: Click the Remove value list button () to delete a value from the list.

Tip

You can also edit value lists while creating and managing exceptions that use value lists.

Export or remove value lists

  1. Go to Rules ā†’ Detection rules (SIEM).
  2. Click Manage value lists. The Manage value lists window opens.
  3. From the Value lists table, you can:
    • Click the Export value list button () to export the value list.
    • Click the Remove value list button () to delete the value list.

On this page