Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Extraction analyzer cannot create views #3046

Closed
jkppr opened this issue Mar 14, 2024 · 0 comments · Fixed by #3047
Closed

Feature Extraction analyzer cannot create views #3046

jkppr opened this issue Mar 14, 2024 · 0 comments · Fixed by #3047
Assignees

Comments

@jkppr
Copy link
Collaborator

jkppr commented Mar 14, 2024

Describe the bug
The feature extraction analyzer is supposed to be able to allow the creation of views/saved searches. However, this feature is bugged and will result in an error message when attempted to be executed.

To Reproduce
Steps to reproduce the behavior:

  1. Upload a Timeline that contains email addresses that would be extracted by the email_address regex definition.
  2. Run the Feature Extractions analyzer on this Timeline
  3. See the error messages in the analyzer results.

Solution
The creation of aggregations with the feature extractions is not yet supported anyway. But it is linked to the creation of a saved search/view at the moment in this code. A similar result can already be archived using the tags option. In combination with the new UI this results in a very similar result (one easy way to see what was found by the extraction).
Therefore I propose to remove the create_view and aggregate options from the feature extraction for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant