Adds a new version option 7.0+ (70 internally). Version 7.0+ doesn't include document types in index mappings so support for handling this have been added. Version 7.0+ returns number of hits in a different way so support for handling this have been added. Version 7.0+ doesn't support sending max_concurrent_shard_requests in multisearch header so support for sending this in query string have been added. Update elastic6 docker block and dashboards (devenv) to use 6.7.1 images, filebeat index name is now filebeat-YYYY.MM.DD and dashboard include correct tags and links. Add elastic7 docker block and provisioning (devenv). Updates documentation regarding new version. Closes #15622 |
||
---|---|---|
.. | ||
benchmarks/ab | ||
bulk_alerting_dashboards | ||
bulk-dashboards | ||
dev-dashboards | ||
dev-dashboards-without-uid | ||
docker | ||
e2e-api-tests | ||
create_docker_compose.sh | ||
dashboards.yaml | ||
datasources.yaml | ||
README.md | ||
setup.sh |
This folder contains useful scripts and configuration for...
- Configuring dev datasources in Grafana
- Configuring dev & test scenarios dashboards.
- Creating docker-compose file with DBs and fake data.
Dev dashboards and data sources
./setup.sh
After restarting grafana server there should now be a number of datasources named gdev-<type>
provisioned as well as
a dashboard folder named gdev dashboards
. This folder contains dashboard & panel features tests dashboards.
Dev dashboards
Please update these dashboards or make new ones as new panels & dashboards features are developed or new bugs are
found. The dashboards are located in the devenv/dev-dashboards
folder.
docker-compose with databases
./create_docker_compose.sh influxdb prometheus2 elastic5
docker-compose up
This command will create a docker compose file with specified databases configured and ready to run. Each database has
a prepared image with some fake data ready to use. For available databases see docker/blocks
directory. Mind that
for some databases there are multiple images, for example there is prometheus_mac specifically for Macs or different
version.