forked from grafana/grafana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'grafana/master' into multi-resolution-q…
…uery * grafana/master: (26 commits) Loki: remove live option for logs panel (grafana#19533) Chore: Updates to 6.4.0 stable (grafana#19528) CloudWatch: Add ap-east-1 to hard-coded region lists (grafana#19523) ChangeLog: Release 6.4.0 Stable (grafana#19526) Docs: Add notice about plugins that need updating (grafana#19519) Panels: Skip re-rendering panel/visualisation in loading state (grafana#19518) Docs: LDAP Debug View documentation (grafana#19513) Docs: reports feature (grafana#19472) SeriesOverrides: Fixed issue with color picker Build: Fix building when $LDFLAGS is set (grafana#19509) API: Add `createdAt` and `updatedAt` to api/users/lookup (grafana#19496) Fix logs panel image path Logs: Publish logs panel (grafana#19504) Explore: Update broken link to logql docs (grafana#19510) Chore: Remove console.log (grafana#19412) Refactor: Split LogRow component (grafana#19471) Build: Upgrade go to 1.12.10 (grafana#19499) CLI: Fix version selection for plugin install (grafana#19498) Upgrade grafana-plugin-model (grafana#19438) grafana-ui: Moves slate types from devDependencies to dependencies (grafana#19470) ...
- Loading branch information
Showing
306 changed files
with
53,507 additions
and
13,018 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Golang build container | ||
FROM golang:1.12.9-alpine | ||
FROM golang:1.12.10-alpine | ||
|
||
RUN apk add --no-cache gcc g++ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
+++ | ||
title = "Reports" | ||
description = "" | ||
keywords = ["grafana", "reports"] | ||
type = "docs" | ||
[menu.docs] | ||
parent = "admin" | ||
weight = 8 | ||
+++ | ||
|
||
# Reports | ||
|
||
> Reports are only available in Grafana Enterprise. Read more about [Grafana Enterprise]({{< relref "enterprise" >}}). | ||
> Only available in Grafana v6.4+ | ||
With Reports you can generate PDFs of any of your Dashboards and have them sent out to interested parties on a schedule. | ||
|
||
{{< docs-imagebox img="/img/docs/enterprise/reports_list.png" max-width="500px" class="docs-image--no-shadow" >}} | ||
|
||
## Dashboard as a Report | ||
|
||
With Reports there are a few things to keep in mind, most importantly, any changes you make to the Dashboard used in a report will be reflected in the report. If you change the time range in the Dashboard the time range will be the same in the report as well. | ||
|
||
## Setup | ||
|
||
> SMTP must be configured for reports to be sent | ||
{{< docs-imagebox img="/img/docs/enterprise/reports_create_new.png" max-width="500px" class="docs-image--no-shadow" >}} | ||
|
||
Currently only Organisation Admins can create reports. To get to report click on the reports icon in the side menu. This will allow you to list, create and update your reports. | ||
|
||
| Setting | Description | | ||
| --------------|------------------------------------------------------------------ | | ||
| Name | name of the Report | | ||
| Dashboard | what dashboard to generate the report from | | ||
| Recipients | emails of the people who will receive this report | | ||
| ReplyTo | your email address, so that the recipient can respond | | ||
| Message | message body in the email with the report | | ||
| Schedule | how often do you want the report generated and sent | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
+++ | ||
title = "Development" | ||
type = "docs" | ||
[menu.docs] | ||
name = "Development" | ||
identifier = "development" | ||
parent = "contribute" | ||
weight = 2 | ||
+++ | ||
|
||
# Development |
Oops, something went wrong.