Kristinn

Results 23 issues of Kristinn

There are quite a few parts of the codebase that are not covered by proper unit testing, they depend too much on existing infrastructure that the tests are often mocked...

Feature Request

There are few things that need to be changed in the API client: - [ ] Make all objects behave in a similar manner, eg how Aggregation works, where you...

Code health
API client
Medium effort

**Is your feature request related to a problem? Please describe.** Public access to a sketch means read-only, yet that's not clear enough in the UI. Let's make that clear. Secondly...

Feature Request
Frontend

Attributes need to be key/value pairs in the DB schema. This could be used to denote SIEM/SEM/ticketing system ticket numbers, references to case notes, or something else that is relevant...

Feature request
UI/UX
Large effort
Rest API
Frontend
Backend

**Is your feature request related to a problem? Please describe.** When defining fields to aggregate on we can take advantage of the mappings, so we can auto complete field names...

Feature Request
Frontend

It would be nice to add a TOC ( Table of Content) to stories. This could be an optional radio button or something, that would toggle. a TOC to appear...

Feature Request
Frontend

That is to add the ability in the API and API client to add custom fields to already existing events. Two approaches: 1. Never allow a field in a document...

Feature Request
API client
Rest API
Frontend
Backend

The domain analyzer is slow. Most notably the last for loop in the code (going through `domain_counter` and applying CDN and other tags) needs to be optimized.

Feature Request
Analyzers

In uploading a larger file, there needs to be a way to track if a chunk fails to upload, and re-try that failed chunk.

Feature Request
Frontend
Data import

ATM when you initialize a magic class it has an optional argument of `arguments`, which is a list of MagicArgument. If it is not supplied it is ignored and arguments...