Skip to content

Commit

Permalink
Merge pull request #10 from SEKOIA-IO/update/max-message-size
Browse files Browse the repository at this point in the history
update(max-messagemsize): change to 64k
  • Loading branch information
goudyj authored Jul 5, 2023
2 parents 4b065ee + 3eed149 commit 96fc49d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ jobs:
with:
push: true
tags: |
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:latest
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:0.9
ghcr.io/sekoia-io/sekoiaio-docker-concentrator:1.0
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
options:
max-size: "1000m"
max-file: "2"
image: ghcr.io/sekoia-io/sekoiaio-docker-concentrator:0.9
image: ghcr.io/sekoia-io/sekoiaio-docker-concentrator:1.0
environment:
- MEMORY_MESSAGES=100000
- DISK_SPACE=32g
Expand Down
2 changes: 1 addition & 1 deletion rsyslog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

global(
defaultNetstreamDriverCAFile="/SEKOIA-IO-intake.pem"
maxMessageSize="20k"
maxMessageSize="64k"
umask="0022"
workDirectory="/var/spool/rsyslog"
)
Expand Down

0 comments on commit 96fc49d

Please sign in to comment.