52 lines
1.9 KiB
Markdown
52 lines
1.9 KiB
Markdown
|
|
|||
|
A fantastic operational **dashboard**
|
|||
|
|
|||
|
It works for:
|
|||
|
|
|||
|
Windows | [Mac](https://grafana.com/grafana/download?pg=graf-deployment-options&platform=mac&plcmt=deploy-box-1&edition=oss) | Linux | Docker | Linux on ARM64
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
# Getting Started (OSX)
|
|||
|
|
|||
|
1. The Install page is located [here](https://grafana.com/grafana/download?pg=graf-deployment-options&platform=mac&plcmt=deploy-box-1&edition=oss).
|
|||
|
|
|||
|
OS X(via Homebrew)
|
|||
|
```
|
|||
|
brew update
|
|||
|
brew install grafana
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
Read the MacOS [installation guide](https://grafana.com/docs/grafana/latest/installation/mac/) for more information.
|
|||
|
|
|||
|
Standalone MacOS/Darwin Binaries(64 Bit)SHA256: 5bb5fb4784f0fb98cc14584d49adf52b5382be40f45199b96ea7abc96d173c1b
|
|||
|
|
|||
|
Read the MacOS [installation guide](https://grafana.com/docs/grafana/latest/installation/mac/) for more information.
|
|||
|
|
|||
|
```
|
|||
|
curl -O [https://dl.grafana.com/oss/release/grafana-10.2.2.darwin-amd64.tar.gz](https://dl.grafana.com/oss/release/grafana-10.2.2.darwin-amd64.tar.gz)
|
|||
|
tar -zxvf grafana-10.2.2.darwin-amd64.tar.gz
|
|||
|
```
|
|||
|
|
|||
|
Untar the `gz` file and copy the files to the location of your preference.
|
|||
|
|
|||
|
To start Grafana service, go to the directory and run the command:
|
|||
|
|
|||
|
```
|
|||
|
./bin/grafana server
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
Using Grafana Plugins to connect many dashboard:
|
|||
|
|
|||
|
<iframe title="vimeo-player" src="https://player.vimeo.com/video/855102510?h=e3458e62b1" width="640" height="360" frameborder="0" allowfullscreen></iframe>
|
|||
|
|
|||
|
**During this video, understand how to:**
|
|||
|
|
|||
|
- Visualizing data and performing analytics on that data in one place, without storing it in another place.
|
|||
|
- Querying, visualizing, and alerting on metrics stored in almost any data source.
|
|||
|
- Using Grafana’s plugin architecture, which offers instant access to 300+ data sources, including Enterprise plugins for Elasticsearch, Jira, Datadog, Splunk, AppDynamics, Oracle, MongoDB, Snowflake, ServiceNow, and more.
|
|||
|
- Using Grafana to lower MTTI/MTTR.
|