The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/docs
Torkel Ödegaard 7477667df1 docs(elasticsearch): initial elasticsearch docs, closes #2862 10 years ago
..
sources docs(elasticsearch): initial elasticsearch docs, closes #2862 10 years ago
Dockerfile updated docs system 11 years ago
Makefile docs(elasticsearch): began work on elasticsearch docs #2862 10 years ago
README.md docs(ldap): Clarify LDAP features and sample config 10 years ago
VERSION docs(elasticsearch): began work on elasticsearch docs #2862 10 years ago
mkdocs.yml docs(elasticsearch): began work on elasticsearch docs #2862 10 years ago
s3_website.json Added grafana 1.x docs to main repo 11 years ago

README.md

To build the docs locally, you need to have docker installed. The docs are built using a custom docker image and mkdocs.

Build the grafana/docs-base:latest image:

$ git clone https://github.com/grafana/docs-base
$ cd docs-base
$ make docs-build

To build the docs:

$ cd docs
$ make docs

Open localhost:8180 to view the docs.