Difference between revisions of "Grafana installation in Linux"

From wikieduonline
Jump to navigation Jump to search
(Created page with " sudo apt-get install -y apt-transport-https sudo apt-get install -y software-properties-common wget sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com...")
 
 
(20 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
https://grafana.com/docs/grafana/latest/setup-grafana/installation/debian/
 +
sudo [[apt-get install -y apt-transport-https]]
 +
sudo [[apt-get install -y software-properties-common wget]]
 +
sudo [[wget -q -O]] [[/usr/share/keyrings/]]grafana.key https://apt.grafana.com/gpg.key
  
  sudo apt-get install -y apt-transport-https
+
  echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com stable main" | [[sudo tee -a]] [[/etc/apt/sources.list.d/]]grafana.list
  sudo apt-get install -y software-properties-common wget
+
   
  sudo wget -q -O /usr/share/keyrings/grafana.key https://apt.grafana.com/gpg.key
+
  echo "deb [signed-by=/usr/share/keyrings/grafana.key] https://apt.grafana.com beta main" | sudo tee -a /etc/apt/sources.list.d/grafana.list
  
 +
[[sudo apt-get update]]
  
 +
# Install the latest OSS release:
 +
sudo [[apt-get install grafana]]
 +
Or
 +
# Install the latest Enterprise release:
 +
[[sudo apt-get install grafana-enterprise]]
  
  
 +
=== [[systemctl]] ===
 +
sudo [[systemctl daemon-reload]]
 +
sudo [[systemctl start grafana-server]]
 +
sudo [[systemctl status grafana-server]]
  
{{Grafana}}
+
 
 +
 
 +
* Connect: http://localhost:3000/
 +
 
 +
 
 +
 
 +
== Related ==
 +
* [[Elasticsearch installation]]
 +
* [[Grafana installation]]
 +
 
 +
== See also ==
 +
* {{Grafana}}
 +
 
 +
[[Category:Grafana]]

Latest revision as of 09:50, 21 December 2022

Advertising: