Commit graph

625 commits

Author SHA1 Message Date
alteredCoder 42a57e0a5f update schema 2021-10-26 15:50:24 +02:00
alteredCoder d50ea5f994 fix test 2021-10-26 15:13:36 +02:00
alteredCoder 40103275df remove alias and tag from cscli console 2021-10-26 15:13:36 +02:00
alteredCoder ff4f653fc8 fix 2021-10-26 15:13:36 +02:00
alteredCoder 7691fbef62 fix api server tests 2021-10-26 15:13:36 +02:00
alteredCoder 774a8a681a fix api_test tests 2021-10-26 15:13:36 +02:00
alteredCoder 0917d82340 fix auth_service tests 2021-10-26 15:13:36 +02:00
alteredCoder 42f1802a9b update packaging 2021-10-26 15:13:36 +02:00
alteredCoder 52cb64e9f5 update 2021-10-26 15:13:36 +02:00
bui 708e7b5d8a dur 2021-10-26 15:13:36 +02:00
alteredCoder 8a485b09f2 update 2021-10-26 15:13:36 +02:00
alteredCoder 816edfa007 update decisions add 2021-10-26 15:13:36 +02:00
alteredCoder 0b4d812b90 update 2021-10-26 15:13:36 +02:00
alteredCoder 03a058dff6 update 2021-10-26 15:13:36 +02:00
alteredCoder 3e8ce3ce19 add more message 2021-10-26 15:13:36 +02:00
alteredCoder 23f7499836 fix 2021-10-26 15:13:36 +02:00
alteredCoder f0cee89211 update example 2021-10-26 15:13:36 +02:00
alteredCoder 21d279c66b add console enroll name and tags in this PR 2021-10-26 15:13:36 +02:00
alteredCoder ed010fe7d6 add debug 2021-10-26 15:13:36 +02:00
alteredCoder e41a334af4 update 2021-10-26 15:13:36 +02:00
alteredCoder 9acb0e7e7e add decisions sync 2021-10-26 15:13:36 +02:00
alteredCoder e96a267144 add new field in swagger 2021-10-26 15:13:36 +02:00
alteredCoder 21f83b6a0f add last push for machines 2021-10-26 15:13:36 +02:00
bui 3046181316 update last_push on AlertCreate 2021-10-26 15:13:36 +02:00
alteredCoder 45df3c9526 update metrics 2021-10-26 15:13:36 +02:00
bui 50a065dc5d update machine schema to have last_push field 2021-10-26 15:13:36 +02:00
alteredCoder 5d6422b8fa udpate 2021-10-26 15:13:36 +02:00
alteredCoder 7432c54254 change metrics model 2021-10-26 15:13:36 +02:00
bui 8994e57bdc add simulated flag 2021-10-26 15:13:36 +02:00
bui 64123b7249 add simulated scenario flags 2021-10-26 15:13:36 +02:00
bui 7af17baa8a up better errorz 2021-10-26 15:13:36 +02:00
alteredCoder 28f13e4b82 remove useless com 2021-10-26 15:13:36 +02:00
alteredCoder 11b1843070 update 2021-10-26 15:13:36 +02:00
alteredCoder ab141f7f3a update 2021-10-26 15:13:36 +02:00
alteredCoder 553e833d75 update output 2021-10-26 15:13:36 +02:00
bui 0c32f2574b up 2021-10-26 15:13:36 +02:00
alteredCoder dd9dca624b add config file 2021-10-26 15:13:36 +02:00
alteredCoder 04f7dbd1f5 update 2021-10-26 15:13:36 +02:00
alteredCoder 908b04028e push csconfig console 2021-10-26 15:13:36 +02:00
alteredCoder 1372c49505 fix the swagger model 2021-10-26 15:13:36 +02:00
alteredCoder 03dbce1e50 add structure 2021-10-26 15:13:36 +02:00
alteredCoder 2c6a279b9b add load configuration file 2021-10-26 15:13:36 +02:00
alteredCoder 52edfba2b3 add console type 2021-10-26 15:13:36 +02:00
blotus 0d46890d6b
add --limit parameter to cscli decisions list (#1025) 2021-10-26 13:33:59 +02:00
blotus 25a2d528b0
Alerts flush: Optimization of the flush mechanism (batch and limit to one job) + add cscli alerts flush command (#1024)
- Don't allow running more than one alert flush job at a time to prevent runaway CPU usage in some case. (fix High CPU after Upgrade to 1.2.0 #1022)
 - Add a cscli alerts flush command to manually flush the alerts in the database (fixes Improvement/Manual flush mechanism #1023 ).
 - Enable cascading deletion on alerts as we upgraded ent: Deleting an alert in the database will automatically delete all related decisions, events and meta
 - Add an index on alerts.id to try to improve flush performance with very big sqlite database.
- Flush alert now operates in batch
2021-10-26 13:33:45 +02:00
Thibault "bui" Koechlin 76a80380e7
don't wait on tomb if no datasources were started (#1019) 2021-10-24 11:07:45 +02:00
Thibault "bui" Koechlin 3f99330b3d
Entgo 0.9 (#1018)
* update entgo & sqlite to latest version

* schema update
2021-10-22 16:15:57 +02:00
blotus 66919924d3
don't attempt to start crowdsec if LAPI has been disabled with debconf (#1016) 2021-10-22 10:49:44 +02:00
Shivam Sandbhor a7b1c02bd5
Fix bugs in cloudwatch acq (#991)
* Fix bugs in cloudwatch acq

- Fix concurrent writes to map streamIndexes
- Fix multiple cases of modifying while iterating on slice.
- Fix order of fetching cloudwatch events.
- Remove `startup` hack.

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>

* Fix cloudwatch tests

Signed-off-by: Shivam Sandbhor <shivam.sandbhor@gmail.com>
2021-10-22 10:35:05 +02:00
Manuel Sabban 0d075f32cd
fix perms in package installation (#1012)
* fix perms

Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
2021-10-22 10:14:15 +02:00