2018-10-18 07:34:25 -05:00
+++
title = "Grafana Enterprise"
description = "Grafana Enterprise overview"
2018-10-31 12:01:30 -05:00
keywords = ["grafana", "documentation", "datasource", "permissions", "ldap", "licensing", "enterprise"]
2018-10-18 07:34:25 -05:00
type = "docs"
[menu.docs]
2018-10-30 09:25:10 -05:00
name = "Grafana Enterprise"
2018-10-18 07:34:25 -05:00
identifier = "enterprise"
2018-11-06 10:39:35 -06:00
weight = 30
2018-10-18 07:34:25 -05:00
+++
2018-10-30 09:25:10 -05:00
# Grafana Enterprise
Grafana Enterprise is a commercial edition of Grafana that includes additional features not found in the open source
version.
2018-11-06 08:54:25 -06:00
Building on everything you already know and love about Grafana, Grafana Enterprise adds premium data sources,
2018-11-06 08:53:49 -06:00
advanced authentication options, more permission controls, 24x7x365 support, and training from the core Grafana team.
2018-10-30 09:25:10 -05:00
2018-11-07 06:52:11 -06:00
Grafana Enterprise includes all of the features found in the open source edition and more.
___
2018-10-30 09:25:10 -05:00
2018-10-31 12:01:30 -05:00
### Enhanced LDAP Integration
2018-10-30 09:25:10 -05:00
2018-11-06 08:54:53 -06:00
With Grafana Enterprise you can set up synchronization between LDAP Groups and Teams. [Learn More ]({{< relref "auth/enhanced_ldap.md" >}} ).
2018-10-30 09:25:10 -05:00
2019-07-26 04:22:27 -05:00
### SAML Authentication
Enables your Grafana Enterprise users to authenticate with SAML. [Learn More ]({{< relref "auth/saml.md" >}} ).
### Team Sync
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" >}} ).
Supported auth providers:
* [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-09-19 17:04:56 -05:00
### Data source permissions
2018-10-30 09:25:10 -05:00
2019-09-19 17:04:56 -05: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 06:17:04 -05:00
2019-07-23 03:20:07 -05:00
2018-11-01 06:17:04 -05:00
### Premium Plugins
2018-11-28 13:33:41 -06:00
With a Grafana Enterprise license you will get access to premium plugins, including:
2018-11-01 06:17:04 -05: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 05:07:22 -05:00
* [Amazon Timestream ](https://grafana.com/plugins/grafana-timestream-datasource )
* [Oracle Database ](https://grafana.com/plugins/grafana-oracle-datasource )
2018-10-30 09:25:10 -05:00
## Try Grafana Enterprise
2018-11-01 06:17:04 -05: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 08:55:42 -06: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 06:17:04 -05: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.
Place the *license.jwt* file in Grafana's data folder. This is usually located at `/var/lib/grafana/data` on linux systems.
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 08:55:53 -06: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 06:17:04 -05: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.
2018-10-30 09:25:10 -05:00