{"id":23381273,"url":"https://github.com/bvis/docker-grafana","last_synced_at":"2025-04-10T23:16:56.050Z","repository":{"id":149012749,"uuid":"72462387","full_name":"bvis/docker-grafana","owner":"bvis","description":"Grafana with some limited automated data sources creation.","archived":false,"fork":false,"pushed_at":"2017-12-12T18:51:39.000Z","size":32,"stargazers_count":7,"open_issues_count":0,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-10T23:16:41.655Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bvis.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-31T17:46:33.000Z","updated_at":"2021-01-10T16:40:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"8f80e203-48e6-4f57-8207-c053bcc6f1ca","html_url":"https://github.com/bvis/docker-grafana","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-grafana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-grafana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-grafana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bvis%2Fdocker-grafana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bvis","download_url":"https://codeload.github.com/bvis/docker-grafana/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248312132,"owners_count":21082638,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-21T20:48:40.229Z","updated_at":"2025-04-10T23:16:56.043Z","avatar_url":"https://github.com/bvis.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# basi/grafana\n\nGrafana with some limited automated data sources creation.\n\n## Description\n\nIt's ready for add some specific prometheus and elasticsearch data sources. If you think it has sense to generalize its implementation\nand add more data sources just tell me.\n\nAt least if it does not work for you (most probably), you can take the idea. ;)\n\n## Usage\n\nTo launch it as a docker container:\n\n```\ndocker \\\n  run \\\n  -p 3000:3000 \\\n  -e \"GF_SECURITY_ADMIN_PASSWORD=example\" \\\n  -e \"PROMETHEUS_ENDPOINT=http://prometheus:9090\" \\\n  -e \"ELASTICSEARCH_ENDPOINT=http://elasticsearch:9090\" \\\n  -e \"ELASTICSEARCH_USER=readuser\" \\\n  -e \"ELASTICSEARCH_PASSWORD=myelasticpass\" \\\n  basi/grafana:latest\n```\n\nYou can launch it as a swarm service:\n\n```\ndocker\\\n  service create \\\n  --name grafana \\\n  --network monitoring \\\n  --publish 3000:3000 \\\n  -e \"GF_SECURITY_ADMIN_PASSWORD=ADMIN_PASSWORD\" \\\n  -e \"PROMETHEUS_ENDPOINT=http://prometheus:9090\" \\\n  -e \"ELASTICSEARCH_ENDPOINT=http://elasticsearch:9090\" \\\n  -e \"ELASTICSEARCH_USER=readuser\" \\\n  -e \"ELASTICSEARCH_PASSWORD=myelasticpass\" \\\n  basi/grafana:latest\n\n```\n\nOnce you launch your service you'll need to import the desired dashboards, initially this has been prepared to import\nthis dashboard: [Docker Swarm \u0026 Container Overview](https://grafana.net/dashboards/609)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvis%2Fdocker-grafana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbvis%2Fdocker-grafana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbvis%2Fdocker-grafana/lists"}