Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[detected fields tab] implement detected_fields API #276

Closed
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore(detected_fields): add loki config, update docker-compose
  • Loading branch information
gtk-grafana committed Apr 30, 2024
commit 5d3dd4291866f4ec60c47e60669fccc7edeeaf25
1 change: 1 addition & 0 deletions config/loki-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ common:
store: inmemory
frontend:
max_outstanding_per_tenant: 2048
encoding: protobuf
pattern_ingester:
enabled: true
limits_config:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
extra_hosts:
- 'host.docker.internal:host-gateway'
loki:
image: grafana/loki:main-e9b6ce9
image: grafana/loki:main
environment:
LOG_CLUSTER_DEPTH: '8'
LOG_SIM_TH: '0.3'
Expand Down