You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved robustness of .ipynb files.
You can play with the Jupiter notebooks with more freedom.
API server
Configure rules execution schedule.
You'll get alerts in response to generated events sooner (~ 30 secs) than the average rule's interval (~ 2.5 mins, at best).
Unified requests body decoding.
Less code to maintain.
Allow fetching rules from Kibana.
You can use rules directly from your Kibana.
Core
Prevent double solver registration.
In future, when you'll be able to create your solvers, this will prevent annoying and non-trivial to parse errors.
Fix use of variable without associated value (IP generator).
User prioritized document generation.
The order of generated fields is dictated by their order in the query.
Incremental document generation.
Generated fields are progressively added to the document, content of later fields may depend on content of earlier ones.
Add Autonomous System group solver.
The AS organizations are total fake though.
Switch to per-group data generation.
Fields in the same group are generated together, this will help later with the development of entities generation.
Make *.bytes fields are non-negative 32 bits numbers.
Make utils.resource() able to cache downloaded files.