Kristinn
Kristinn
I noticed this as well, but refreshing it makes it appear, or adding another one, something about not loading it up, @berggren can you look into this?
Probably better to leave it unassigned
I won't have time to work on this right now, so I'm creating the feature request if anyone has time
`elastic_ts` is more efficient for large bulk inserts, however that is only possible from the backend, so it only works if you've got access to the ES database. At that...
Yes but that's another issue that should be filed under timesketch, that is the ability to accept filters (wouldn't be an option in the current UI but can be added...
Add a page within the developer section on how to add a new graph plugin, what is required, and some more details about it.
This means to essentially: - Add a new script that checks and executes jobs. - Add a daily cron to the docker images that runs the new script. - Add...
this is already on the horizon but hasn't made it's way into the roadmap. The idea was to start with the aPI client, then move on to the Importer client...
This is possible in the API client, but not in the ui
just adding this in for completeness, there is: ```python sketch.label_events(self, events, label_name) ``` This function will add a label to multiple events at once. The `events` here is a list...