Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmarks/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ download-dataset:
cd ./dataset/logs && bash download.sh

prepare-dataset: download-dataset
cd ./dataset && rm -rdf docs-*.json && python3 distribute.py ./logs -n 10
cd ./dataset && rm -rdf docs-*.json && python3 distribute.py ./logs -n 32

docker-run-seqdb:
docker compose -f docker-compose.yml -f docker-compose-seqdb.yml up -d
Expand Down
9 changes: 5 additions & 4 deletions benchmarks/configs/file.d/seq-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,20 @@ pipeline-settings: &pipeline-settings

pipeline-input-settings: &pipeline-input-settings
type: file
workers_count: 16
workers_count: 4
offsets_op: 'reset'
persistence_mode: 'async'
paths:
include:
- '/var/file.d/logs/*.log'
- '/var/file.d/logs/docs-*.log'

pipeline-output-settings: &pipeline-output-settings
type: elasticsearch
index_format: logs-index
connection_timeout: 20s
workers_count: 32
batch_flush_timeout: 200ms
batch_size: 4096
workers_count: 256
batch_flush_timeout: 5s

pipelines:
seqdb:
Expand Down
Loading
Loading