Commit Graph

16 Commits (2.4)

Author SHA1 Message Date
Sami Mokaddem 286c84fab0
fix: [layout:title] Make sure page title are correctly formatted 2023-06-06 15:54:56 -04:00
Jakub Onderka 881e151ddc fix: [UI] Show active tab for over correlations 2022-09-13 16:13:51 +02:00
iglocska d3d042cf2a
new: [overcorrelations] quality of life improvements
- Added new tool to generate occurrence counts (real numbers this time)
- Added hook to truncate over correlating value table on recorrelation
- No longer store the partial counts as occurrences when generating correlations
2022-08-10 14:17:20 +02:00
iglocska f2e925d3fd
fix: [correlations] added missing templates 2022-08-04 08:19:15 +02:00
iglocska e9cfa41589
fix: [over correlation] pagination fixed
- was still using stupid_correlations
2022-08-01 14:12:00 +02:00
iglocska 3ce754d595
Merge branch 'develop' into new_correlations 2022-07-31 23:58:40 +02:00
iglocska 3a4289d631
new: [correlation] engine rewrite
- allow for multiple concurrent engines
  - default: similar behaviour as before, ACL enforced
  - No ACL: for endpoint misps, disable the enforcement of ACL for correlations altogether

- rework:
  - correlation entries are fully indexed reference tables
  - values are now stored separately
  - built in protection against overcorrelating values (defaults to 20 max)
  - 1 way correlations to cut the size in half
  - unsigned IDs to double the ID space
  - loads of performance improvements
  - fix to the broken event index with correlation counts enabled

- UI improvements
  - search for values from the correlation column directly (in case there are non-correlating versions of the same value)
  - added correlations to the attribute search/index

- TODO:
  - upgrade scripts
2022-07-31 23:48:38 +02:00
Luciano Righetti dc4236ef9b
new: add LightPaginator when total page count is not needed/to expensive 2022-07-20 15:56:30 +02:00
Jakub Onderka a0441d0162 fix: [UI] Top correlations link 2022-05-15 09:12:47 +02:00
iglocska b14b85a781
Merge branch '2.4' of github.com:MISP/MISP into 2.4 2021-04-27 10:53:41 +02:00
iglocska d61ebc9905
new: [correlation exclusions] now have an optional comment field
- explain why you exclude a value for easier maintenance
- edit existing exclusions to add those comments after the fact
2021-04-27 10:52:53 +02:00
mokaddem 43b0f8d9b6 chg: [elements:indexPostlink] Added possibility to add confirm messages
Fixed JS error throwing undefined variable in top correlations
2021-04-27 10:29:31 +02:00
iglocska 94afe67d68
new: [top correlations] Redirect to the attribute search when clicking a value 2021-04-27 09:46:26 +02:00
iglocska 0d348bfd01
new: [Correlations] Added cached toplist
- stored via zset in redis
- very fast, but needs to be generated
- generation background processed
2021-04-27 00:40:40 +02:00
iglocska 15fc60ebbf
new: [Correlations] refactor / rework
- moved to own controller and model
- refactored several long incomprehensible functions

- extracted reused tasks from functions and made them reusable
- added a way to correlate individual values as opposed to attributes

- Added top correlations index
2021-04-25 17:36:29 +02:00
iglocska 9e1b9f9b6e
new: [Correlations] added dedicated controller/model/views 2021-04-22 09:46:10 +02:00