2018-10-18 20:34:25 +08:00
+++
title = "Grafana Enterprise"
description = "Grafana Enterprise overview"
2018-11-01 01:01:30 +08:00
keywords = ["grafana", "documentation", "datasource", "permissions", "ldap", "licensing", "enterprise"]
2018-10-18 20:34:25 +08:00
type = "docs"
[menu.docs]
2018-10-30 22:25:10 +08:00
name = "Grafana Enterprise"
2018-10-18 20:34:25 +08:00
identifier = "enterprise"
2018-11-07 00:39:35 +08:00
weight = 30
2018-10-18 20:34:25 +08:00
+++
2018-10-30 22:25:10 +08:00
# Grafana Enterprise
Grafana Enterprise is a commercial edition of Grafana that includes additional features not found in the open source
version.
2019-12-21 07:40:25 +08:00
Building on everything you already know and love about Grafana, Grafana Enterprise adds enterprise data sources,
2018-11-06 22:53:49 +08:00
advanced authentication options, more permission controls, 24x7x365 support, and training from the core Grafana team.
2018-10-30 22:25:10 +08:00
2018-11-07 20:52:11 +08:00
Grafana Enterprise includes all of the features found in the open source edition and more.
___
2018-10-30 22:25:10 +08:00
2018-11-01 01:01:30 +08:00
### Enhanced LDAP Integration
2018-10-30 22:25:10 +08:00
2019-12-05 20:09:57 +08:00
With Grafana Enterprise you can set up synchronization between LDAP Groups and Teams. [Learn More ]({{< relref "../auth/enhanced_ldap.md" >}} ).
2018-10-30 22:25:10 +08:00
2019-07-26 17:22:27 +08:00
### SAML Authentication
2019-12-05 20:09:57 +08:00
Enables your Grafana Enterprise users to authenticate with SAML. [Learn More ]({{< relref "../auth/saml.md" >}} ).
2019-07-26 17:22:27 +08:00
### Team Sync
2019-12-05 20:09:57 +08:00
Team Sync allows you to setup synchronization between teams in Grafana and teams in your auth provider so that your users automatically end up in the right team. [Learn More ]({{< relref "../auth/team-sync.md" >}} ).
2019-07-26 17:22:27 +08:00
Supported auth providers:
2019-12-05 20:09:57 +08:00
* [LDAP ]({{< relref "../auth/enhanced_ldap.md#ldap-group-synchronization-for-teams" >}} )
* [GitHub OAuth ]({{< relref "../auth/github.md#team-sync-enterprise-only" >}} )
* [Auth Proxy ]({{< relref "../auth/auth-proxy.md#team-sync-enterprise-only">}} )
2019-07-26 17:22:27 +08:00
2019-09-20 06:04:56 +08:00
### Data source permissions
2018-10-30 22:25:10 +08:00
2019-12-05 20:09:57 +08:00
Data source permissions allow you to restrict query access to only specific Teams and Users. [Learn More ]({{< relref "../permissions/datasource_permissions.md" >}} ).
2018-11-01 19:17:04 +08:00
2019-10-22 15:38:28 +08:00
### Reporting
2019-10-01 16:16:07 +08:00
2019-12-21 07:40:25 +08:00
Reporting makes it possible to take any dashboard, generate a PDF report, and set up a schedule to have it delivered. [Learn More ]({{< relref "../features/reporting.md" >}} ).
2019-07-23 16:20:07 +08:00
2019-12-21 07:40:25 +08:00
### Enterprise Plugins
2018-11-01 19:17:04 +08:00
2019-12-21 07:40:25 +08:00
With a Grafana Enterprise license you will get access to enterprise plugins, including:
2018-11-01 19:17:04 +08:00
* [Splunk ](https://grafana.com/plugins/grafana-splunk-datasource )
* [AppDynamics ](https://grafana.com/plugins/dlopes7-appdynamics-datasource )
* [DataDog ](https://grafana.com/plugins/grafana-datadog-datasource )
* [Dynatrace ](https://grafana.com/plugins/grafana-dynatrace-datasource )
* [New Relic ](https://grafana.com/plugins/grafana-newrelic-datasource )
2019-03-15 18:07:22 +08:00
* [Amazon Timestream ](https://grafana.com/plugins/grafana-timestream-datasource )
* [Oracle Database ](https://grafana.com/plugins/grafana-oracle-datasource )
2018-10-30 22:25:10 +08:00
## Try Grafana Enterprise
2018-11-01 19:17:04 +08:00
You can learn more about Grafana Enterprise [here ](https://grafana.com/enterprise ). To purchase or obtain a trial license contact
the Grafana Labs [Sales Team ](https://grafana.com/contact?about=support&topic=Grafana%20Enterprise ).
## License file management
2018-11-06 22:55:42 +08:00
To download your Grafana Enterprise license log in to your [Grafana.com ](https://grafana.com ) account and go to your **Org
2018-11-01 19:17:04 +08:00
Profile**. In the side menu there is a section for Grafana Enterprise licenses. At the bottom of the license
details page there is **Download Token** link that will download the *license.jwt* file containing your license.
2019-10-07 19:20:30 +08:00
Place the *license.jwt* file in Grafana's data folder. This is usually located at `/var/lib/grafana/data` on Linux systems.
2018-11-01 19:17:04 +08:00
You can also configure a custom location for the license file via the ini setting:
```bash
[enterprise]
license_path = /company/secrets/license.jwt
```
2018-11-06 22:55:53 +08:00
This setting can also be set via ENV variable which is useful if you're running Grafana via docker and have a custom
2018-11-01 19:17:04 +08:00
volume where you have placed the license file. In this case set the ENV variable `GF_ENTERPRISE_LICENSE_PATH` to point
to the location of your license file.