Skip to content

Commit

Permalink
Update README and remove old dashboard
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Adams <[email protected]>
  • Loading branch information
sysadmind committed Sep 7, 2024
1 parent d441e67 commit 7b340d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2,262 deletions.
16 changes: 4 additions & 12 deletions elasticsearch-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ This is a mixin for the elasticsearch_exporter to define dashboards, alerts, and

Good example of upstream mixin for reference: https://github.com/kubernetes-monitoring/kubernetes-mixin


docker-compose
- docker-compose exec elasticsearch bash
- bin/elasticsearch-reset-password -u elastic -f
- login to grafana
- add prometheus datasource (http://prometheus:9090)
- http://127.0.0.1:3000
- http://127.0.0.1:9090/targets?search=
- http://127.0.0.1:9114/metrics

## Development

### JSONNET
Expand All @@ -33,5 +23,7 @@ Grafana libraries for jsonnet: https://grafana.github.io/grafonnet/

```jb install github.com/grafana/grafonnet/gen/grafonnet-latest@main```

validate
go install github.com/grafana/dashboard-linter@latest
### Run the build
```bash
./scripts/compile-mixin.sh
```
Loading

0 comments on commit 7b340d1

Please sign in to comment.