Difference between revisions of "Grafana installation"

From wikieduonline
Jump to navigation Jump to search
 
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
* 1) Execute:  
+
https://grafana.com/docs/grafana/latest/setup-grafana/installation/
::: Basic, [[no data persistence]]: <code>[[docker run -d]] --name=grafana -p [[3000]]:3000 grafana/grafana</code>
+
 
<ref>http://docs.grafana.org/installation/docker/</ref> or <code>[[brew install grafana]]</code>
+
*) Docker:  
 +
::: Basic, [[no data persistence]]: <code>[[docker run -d]] --name=grafana -p [[3000]]:3000 grafana/grafana</code><ref>http://docs.grafana.org/installation/docker/</ref>  
 +
 
 
:::<code>[[docker-compose.yml (Grafana)]]</code>
 
:::<code>[[docker-compose.yml (Grafana)]]</code>
* 2) Open a web browser and point to <code>http://localhost:3000/</code>   (default username and password is "admin")<ref>http://docs.grafana.org/guides/getting_started/</ref>
+
*) [[macOS]]: <code>[[brew install grafana]]</code>
* 3) [[Kubernetes]]: [[helm install grafana]] <code>[[helm install MY GRAFANA NAME stable/grafana]]</code>
+
*) [[Grafana installation in Linux|Linux]]
 +
*) [[Kubernetes]]: <code>[[helm install grafana]]</code>
 +
 
  
 +
*) Open a web browser and point to <code>http://localhost:3000/</code>  (default username and password is "admin")<ref>http://docs.grafana.org/guides/getting_started/</ref>
 
Login with username and password: <code>admin</code>
 
Login with username and password: <code>admin</code>
  
 +
== ElasticSearch ==
 +
Supported Elasticsearch versions:
 +
<code>v7.10+</code>
 +
<code>v8.0+ (experimental)</code>
 +
 +
== Related ==
 +
* <code>[[podman play kube grafana-stack.yaml]]</code>
 +
* [[Grafana operator]]
 +
* <code>[[GF_PATHS_LOGS]], [[GF_PATHS_DATA]], [[GF_USERS_ALLOW_SIGN_UP]]</code>
 +
* http://localhost:[[3000]]
  
 +
== Activities ==
 +
* https://grafana.com/docs/grafana/latest/datasources/elasticsearch/
  
 
== See also ==
 
== See also ==
 +
* {{Grafana installation}}
 
* {{Grafana}}
 
* {{Grafana}}
  
 
[[Category:Grafana]]
 
[[Category:Grafana]]

Latest revision as of 07:26, 9 July 2024

Advertising: