Skip to content

Commit

Permalink
Use quickwit and add related dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
fmassot committed May 17, 2024
1 parent 14dd161 commit 88f3c57
Show file tree
Hide file tree
Showing 4 changed files with 616 additions and 1,294 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ services:
- quickwit

quickwit:
image: quickwit/quickwit:0.7.0
image: quickwit/quickwit:0.8.1
command: ["run"]
ports:
- "7280:7280"
- "7380:7280"

prometheus:
image: prom/prometheus:v2.51.2
Expand All @@ -74,9 +74,9 @@ services:
- --config.file=/workspace/prometheus.yml

grafana:
image: grafana/grafana:10.4.2
image: grafana/grafana:10.4.3
ports:
- "3000:3000"
- "3002:3000"
volumes:
- ./etc/grafana/:/etc/grafana/provisioning/datasources
- ./etc/dashboards.yaml:/etc/grafana/provisioning/dashboards/dashboards.yaml
Expand All @@ -85,5 +85,5 @@ services:
GF_AUTH_ANONYMOUS_ENABLED: "true"
GF_AUTH_ANONYMOUS_ORG_ROLE: "Admin"
GF_FEATURE_TOGGLES_ENABLE: "timeSeriesTable"
GF_INSTALL_PLUGINS: "https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.3.0/quickwit-quickwit-datasource-0.3.0.zip;quickwit-quickwit-datasource"
GF_INSTALL_PLUGINS: "https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.6/quickwit-quickwit-datasource-0.4.6.zip;quickwit-quickwit-datasource"
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS: "quickwit-quickwit-datasource"
Loading

0 comments on commit 88f3c57

Please sign in to comment.