-
Notifications
You must be signed in to change notification settings - Fork 54
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem?
A user who is investigating a security finding should not have to provide an index pattern to see surrounding documents. Creating an index pattern can be handled upstream, at the time of creating a detector.
What solution would you like?
An index pattern should be created automatically for the data source (indexes or wildcard pattern) selected at the time of creating a threat detector.
There are three potential cases:
- An index pattern already exists for the data source - the section for creating a new index pattern is hidden
- There is no index pattern doesn't exists, and there is just one time field in the data source - an index pattern can be created behind the scenes with a default name and time field.
- There is no index pattern exists and there are multiple time fields - the "Index pattern" section is shown on the "Review" page of "Create detector" flow with the index pattern name prefilled and the selection of the time fields.

What alternatives have you considered?
Creating an index pattern with the default name and time fields as part of "View findings details -> View surrounding documents" workflow.
kgcreative
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request