Thibault "bui" Koechlin
|
05ac3ca402
|
if profile is in debug, log debug even if it matched the profile (#894)
|
2021-08-17 16:50:16 +02:00 |
|
Thibault "bui" Koechlin
|
25ed1c265d
|
fix #885 : remove dead dependencies for plugin (#891)
|
2021-08-17 10:32:15 +02:00 |
|
blotus
|
53f9837e6a
|
set hubBranch to master if not provided in the configuration and if crowdsec has been built without version information (#884)
|
2021-08-11 14:55:51 +02:00 |
|
Thibault "bui" Koechlin
|
2a6369658a
|
add a hook on fatal/panic to ensure we're logging to stderr as well (#879)
|
2021-08-05 08:50:08 +02:00 |
|
Thibault "bui" Koechlin
|
fc7369c4ea
|
Fix big serialized entries (#877)
* bump serialized to 8k
* handle oversized serialized entry : progressively strip its size down
|
2021-08-03 15:46:10 +02:00 |
|
Thibault "bui" Koechlin
|
01028d0a09
|
Goroutine leak hunt (#874)
* close the writers of gin loggers + kill the tomb of httpServer
* body close defer
|
2021-07-30 11:41:17 +02:00 |
|
blotus
|
cedfca07c2
|
don't wait for acquis tomb if we have no sources (#868)
|
2021-07-28 08:58:44 +02:00 |
|
Thibault "bui" Koechlin
|
34a4371dde
|
check if api:client is present (#867)
|
2021-07-23 15:10:43 +02:00 |
|
Manuel Sabban
|
535f0353df
|
should fix the unit tests (#858)
Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
|
2021-07-23 13:44:30 +02:00 |
|
Thibault "bui" Koechlin
|
657b765021
|
simplify, and only kill/wait on tomb when relevant (#866)
|
2021-07-23 11:09:56 +02:00 |
|
blotus
|
c56581903c
|
allow to override GOARCH and GOOS when building with the Makefile (#862)
|
2021-07-23 11:02:16 +02:00 |
|
Sofian Brabez
|
d657a68299
|
Update README for FreeBSD (#859)
Add installation instructions to use the official FreeBSD package and
remove the WIP status
Issue #651
|
2021-07-23 10:59:01 +02:00 |
|
Sofian Brabez
|
6a08e4ed7f
|
Remove non POSIX sed usage (#855)
`sed -r` is not compatible with POSIX. Replace it by `sed -E` which is
supported by either GNU sed or BSD sed
|
2021-07-08 08:50:40 +02:00 |
|
blotus
|
73e0bbaf93
|
remove arm docker image for now, as buildx is half-broken on ubuntu (#856)
|
2021-07-07 16:49:16 +02:00 |
|
Thibault "bui" Koechlin
|
c11a297b19
|
Update readme with packagecloud setup for repositories (#854)
|
2021-07-06 17:44:31 +02:00 |
|
Thibault "bui" Koechlin
|
204fa88e4d
|
add codeQL CI (#853)
* add codeQL
|
2021-07-06 11:55:45 +02:00 |
|
blotus
|
e55e177baf
|
remove dispatch to packaging repo (#852)
|
2021-07-05 14:15:16 +02:00 |
|
AlteredCoder
|
d8b8795619
|
update completion doc (#850)
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-07-02 12:16:57 +02:00 |
|
Thibault "bui" Koechlin
|
b6ee006078
|
ensure decisions from CAPI have proper case (#848)
|
2021-07-02 11:23:46 +02:00 |
|
Thibault "bui" Koechlin
|
ca3e9ea487
|
load hub file properly when restoring config from tmpdir (#847)
|
2021-07-01 18:38:45 +02:00 |
|
Thibault "bui" Koechlin
|
033c8e17e8
|
fix #842 #837 (#845)
* fix #842 and move preflight checks tgth
* handle new container name
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-07-01 18:15:22 +02:00 |
|
he2ss
|
1b39893fcf
|
cscli: update completion doc (fix #841) (#846)
* cscli: update completion doc (fix #841)
|
2021-07-01 15:03:48 +02:00 |
|
Thibault "bui" Koechlin
|
1d21679b3f
|
fix #840 : check for whiptail in detect mode (#844)
|
2021-07-01 13:50:40 +02:00 |
|
blotus
|
556f93827a
|
refuse to run the dashboard if not on amd64 (#843)
|
2021-07-01 13:41:16 +02:00 |
|
Manuel Sabban
|
bb37e2e70d
|
fix functional tests (#838)
* fix functional tests
* add journal detection feature in wizard.sh
Co-authored-by: sabban <15465465+sabban@users.noreply.github.com>
|
2021-07-01 10:36:27 +02:00 |
|
Thibault "bui" Koechlin
|
42bc31cf23
|
update docker file to reflect change on acquisitions (#834)
* update docker file to reflect change on acquisitions
* generic --dsn approach
Co-authored-by: he2ss <he2ss>
|
2021-06-29 18:03:45 +02:00 |
|
blotus
|
3994aec7fe
|
add console enroll command to cscli (#828)
|
2021-06-28 17:34:19 +02:00 |
|
Andrew Armstrong
|
b29730520f
|
Trivial typo fix adresses -> addresses in msgbox (#832)
A minor change to correct the spelling of the word addresses in a wizard message box during installation
|
2021-06-21 15:10:59 +02:00 |
|
Thibault "bui" Koechlin
|
7f0cac8ee6
|
add support for 'expression' (fix #822) in grok patterns (#830)
* add support for 'expression' (fix #822) in grok patterns
* add tests
|
2021-06-21 09:07:33 +02:00 |
|
blotus
|
c026fc7f16
|
Build docker image for both amd64 and arm64 (#829)
|
2021-06-11 11:50:05 +02:00 |
|
Thibault "bui" Koechlin
|
ce6a61df1c
|
Refactor Acquisition Interface (#773)
* Add new acquisition interface + new modules (cloudwatch, syslog)
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
|
2021-06-11 09:53:53 +02:00 |
|
Thibault "bui" Koechlin
|
71c1d9431f
|
fix #823 : lower JsonExtract debug (#824)
* lower key not found log level, fix #823
|
2021-06-02 14:27:34 +02:00 |
|
blotus
|
7e81bdddef
|
Update README.md (#821)
|
2021-06-01 09:28:28 +02:00 |
|
blotus
|
3705c0be50
|
Remove documentation (#820)
Remove docs folder as it has been moved to a dedicated repository.
|
2021-05-31 18:14:18 +02:00 |
|
Shivam Sandbhor
|
f25d02a7c8
|
Allow bouncers to filter decisions by scope (#817)
Signed-off-by: Shivam Sandbhor <shivam@crowdsec.net>
|
2021-05-31 15:07:09 +02:00 |
|
AlteredCoder
|
68080e5d24
|
update documentation for cscli metrics (#814)
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-05-31 14:48:26 +02:00 |
|
he2ss
|
4bb503ceae
|
doc: update user-guide network section (#813)
|
2021-05-28 16:48:10 +02:00 |
|
he2ss
|
2aee7be628
|
ignore CI when it concern documentation (#815)
|
2021-05-28 13:37:11 +02:00 |
|
Thibault "bui" Koechlin
|
bf6b791420
|
fix #781 - avoid unconsistent body : do not send NbDeleted on error (#812)
|
2021-05-28 11:17:30 +02:00 |
|
blotus
|
c1c76645a7
|
improve emoji for local configuration when listing (#811)
|
2021-05-28 11:11:53 +02:00 |
|
AlteredCoder
|
b5db93ee74
|
Update README.md (#810)
* Update README.md
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-05-27 19:31:28 +02:00 |
|
Thibault "bui" Koechlin
|
b42c42379a
|
Fix #806 : improve upgrade documentation (#808)
* new logo
* fix #806 : improve upgrade doc
|
2021-05-27 08:17:39 +02:00 |
|
AlteredCoder
|
3cb770c3bb
|
Update README.md
|
2021-05-26 18:31:01 +02:00 |
|
Florian Michel
|
8a42601d3d
|
add docker option to specify timezone (#803)
|
2021-05-26 13:02:23 +02:00 |
|
svesve
|
6693bff2f5
|
Add postgres sslmode option (#772)
Co-authored-by: aleksandr.drozdin <aleksandr.drozdin@karuna.group>
|
2021-05-19 17:03:23 +02:00 |
|
he2ss
|
eb0bd70046
|
fix #787 : load simulation config at startup (#793)
* fix #787 : load simulation config at startup
|
2021-05-17 11:54:28 +02:00 |
|
Thibault "bui" Koechlin
|
f881510f79
|
delete orphan nodes (fix #778) (#794)
* delete orphan nodes (for #778 and partially #781)
* and do it as well for decisions
|
2021-05-17 11:45:01 +02:00 |
|
Shivam Sandbhor
|
98277f5bb7
|
Gen passwd until it satisfies metabase policy (#792)
Signed-off-by: Shivam Sandbhor <shivam@crowdsec.net>
|
2021-05-17 11:43:53 +02:00 |
|
AlteredCoder
|
4433e3bf87
|
fix typo in writing parser documentation (#800)
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-05-14 11:47:18 +02:00 |
|
AlteredCoder
|
8db7fc1f58
|
fix typo in scenario doc (#798)
Co-authored-by: AlteredCoder <AlteredCoder>
|
2021-05-14 11:20:10 +02:00 |
|