Skip to content
Merged
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
12 changes: 1 addition & 11 deletions quickstart/config.quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,8 @@ cluster:
hot_stores:
- seq-db-store:9004

offloading:
enabled: true
retention: 5m
endpoint: http://minio:9000/
bucket: remote-storage
access_key: minioadmin
secret_key: minioadmin

slow_logs:
bulk_threshold: 100ms
search_threshold: 20ms
fetch_threshold: 20ms
bulk_threshold: 1s
Comment thread
forshev marked this conversation as resolved.

mapping:
path: /seq-db/mappings.yaml
15 changes: 1 addition & 14 deletions quickstart/config.seq-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,6 @@ clients:
seq_db_addrs:
- "seq-db-proxy:9004"
seq_db_timeout: 15s
seq_db_avg_doc_size: 100
request_retries: 3
proxy_client_mode: "grpc"
grpc_keepalive_params:
time: 10s
timeout: 10s
permit_without_stream: true
handlers:
seq_api:
seq_cli_max_search_limit: 10000
max_search_limit: 1000
max_search_total_limit: 100000
max_search_offset_limit: 100000
max_export_limit: 10000
max_parallel_export_requests: 1
max_aggregations_per_request: 3
max_search_limit: 100
10 changes: 0 additions & 10 deletions quickstart/docker-compose.seq-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,3 @@ services:
- "./data/:/seq-db/data/"
- "./mappings.yaml:/seq-db/mappings.yaml"
command: --mode store --config=config.yaml

minio:
image: minio/minio:latest
environment:
- MINIO_ROOT_USER=minioadmin
- MINIO_ROOT_PASSWORD=minioadmin
ports:
- "9000:9000"
- "9001:9001"
command: server /data --console-address ":9001"
10 changes: 0 additions & 10 deletions quickstart/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,3 @@ services:
- "./data/:/seq-db/data/"
- "./mappings.yaml:/seq-db/mappings.yaml"
command: --mode store --config=config.yaml

minio:
image: minio/minio:latest
environment:
- MINIO_ROOT_USER=minioadmin
- MINIO_ROOT_PASSWORD=minioadmin
ports:
- "9000:9000"
- "9001:9001"
command: server /data --console-address ":9001"
Loading