911 Commits

Author SHA1 Message Date
184e7046df Merge pull request #10059 from FunkyM/local-image-store
Add support for internal image store
2018-01-22 11:03:00 +01:00
c4c0e7934b Update building_from_source.md
corrected build instructions, #10532
2018-01-16 20:15:52 +01:00
87064bff79 docs: small update to IIS proxy docs 2018-01-16 09:49:12 +01:00
b7d4a1887c Optimize metrics and notifications docs 2018-01-14 10:09:49 +02:00
71a12c6bb6 Optimize cli and provisioning docs 2018-01-14 08:57:48 +02:00
c82e23d96e imguploader: Add support for new internal image store (#6922) 2018-01-12 21:40:12 +01:00
77b5dee408 docs: Guide for IIS reverse proxy 2018-01-12 17:02:10 +01:00
42374f9655 docs: adds note about tlsSkipVerify to docs
ref #9504
2018-01-08 13:21:51 +01:00
f31d6438a2 add docs for using oauth login with OneLogin (#10385) 2018-01-03 10:15:35 +01:00
511f7f9000 Doc version and schemaVersion properties of dashboards 2017-12-29 09:45:07 +01:00
af15e3c0d0 Implement Azure Blob external image uploader 2017-12-27 08:53:00 -05:00
30e51ad136 fix missing comma in documentation output example 2017-12-19 22:30:35 +02:00
9dbaca4cc6 fix broken link (#10291)
minor typo:
'(' instead of '/'
2017-12-19 18:40:41 +01:00
78fb5be2cf docs: mysql example with macro 2017-12-18 14:24:04 +01:00
40af84a83f docs: mysql macros update 2017-12-18 14:12:04 +01:00
4a433ee630 docs: include all notifiers type 2017-12-14 14:45:17 +01:00
f6f9e58d45 docs: update latest version to 4.6.3 2017-12-14 13:45:44 +01:00
35106537f2 Replace Read Only Editor role with ViewersCanEdit setting (#10166)
* removes readonly editor role

* adds viewersCanEdit setting

This enable you to allow viewers to edit/inspect
dashboards in grafana in their own browser without
allowing them to save dashboards

* remove read only editor option from all dropdowns

* migrates all read only viewers to viewers

* docs: replace readOnlyEditor with viewersCanEdit
2017-12-13 18:53:42 +01:00
02d3a9f365 docs: SSL Mode config settings for Postgres 2017-12-13 10:55:58 +01:00
8e7166b5c4 Explicitly specify default region in CloudWatch datasource (#9440)
The datasource uses the default region in the query if the region
is "" in the settings. However setting the region to an empty string
is almost impossible and rendered incorrectly.

This commit introduces a special value "default" for region which
is shown in the drop down and is translated to the default region
of the data source when performing queries.
2017-12-11 09:37:27 +01:00
ce809de1ed postgres: change $__timeGroup macro to include "AS time" column alias (#10119)
* change $__timeGroup macro to include column alias

* update docs and help text for $__timeGroup macro
2017-12-08 15:14:10 +01:00
5006f9e4c5 dashboards as cfg: update docs to use /provisioning 2017-12-07 15:55:00 +01:00
a62ebb3e59 mysql: pass timerange for template variable queries (#10071)
* mysql: pass timerange for template variable queries

* mysql: document time range macro usage in template variables

* mysql: docs for on time range change refresh mode for template queries

* Revert "mysql: docs for on time range change refresh mode for template queries"

This reverts commit 5325972aa4f66257aa20f7ae6d4de8fa8fe628b6.
2017-12-07 11:18:36 +01:00
b44c599410 postgres: pass timerange for template variable queries (#10069)
* pass timerange for template queries when refresh is set to timerange
change

* document on time range change refresh mode for template queries
2017-12-07 10:05:04 +01:00
bbc8aa0525 docs: link from cfg page to provisioning 2017-12-05 18:44:31 +01:00
3e94d80430 add Cloud Alchemy Ansible role 2017-12-01 21:26:14 +01:00
5b05941dec docs: Improve delete snapshot documentation 2017-11-23 13:08:44 +01:00
ca940c2ae5 docs: adds docs for pausing all alerts 2017-11-22 09:31:23 +01:00
767b460ff1 [GCS] Support for gcs path 2017-11-21 17:22:40 +00:00
153a9bf43a docs: added versions_to_keep to config docs, #9671 2017-11-17 14:53:08 +01:00
540d540ea9 fix: return id from api when creating new annotation/graphite annotation, fixes #9798
When creating a region annotation the response will include both
id (region start id) and endId (region end id), if not only id.
2017-11-16 16:19:01 +01:00
9ea5af578e Merge pull request #9504 from grafana/datasource_as_cfg
Datasources as configuration
2017-11-16 16:13:02 +01:00
c60915c146 datasources as cfg: adds docs for all jsondata and secure_json fields 2017-11-16 14:22:52 +01:00
5b674ce29c docs: release 4.6.2 2017-11-16 11:22:09 +01:00
bfd8afaf13 docs: update metrics api path 2017-11-16 09:38:37 +01:00
6e82dbafbc docs: format cfg mgt tools as table 2017-11-15 14:30:32 +01:00
29dff8b6cd docs: adds more info about provisioning 2017-11-15 14:30:32 +01:00
b4a89128b6 datasource as cfg: update docs to include globbig 2017-11-15 14:30:32 +01:00
0b6b5bac30 tweak docs 2017-11-15 14:30:32 +01:00
5d49846e1d datasource as cfg: adds provisioning docs 2017-11-15 14:30:32 +01:00
5d6ed6c45f prom: add support for default step param (#9866)
Alerting for prometheus have been depending on the step parameter from each query.
In https://github.com/grafana/grafana/pull/9226 we changed the behavior for step in the
frontend which caused problems for alerting. This commit fixes that by introducing a default
min interval value so alerting always have something to depend on. 

closes #9777
2017-11-15 11:22:00 +01:00
108f582ec4 sync documentation, add remark about to_timestamp and redshift (#9841) 2017-11-14 11:33:55 +01:00
6d7eacfa81 docs: update building from source doc with node-gyp
Adds dependencies for node-gyp to the building from source
docs page. ref #9861
2017-11-13 23:42:05 +01:00
48d77ea2a8 Merge pull request #9785 from certusoft/mysql_performance
MySQL Performance when using GF_DATABASE_URL
2017-11-09 18:07:22 +01:00
b3a53b8c56 Added missing documentation for auth.proxy (#9796) 2017-11-08 11:03:18 +01:00
a51b1e8951 Update the config key to database_log_queries so it is more descriptive, as suggested in #9785. 2017-11-06 08:01:31 -06:00
5fdfa3ff7e MySQL Performance when using GF_DATABASE_URL
Set MaxIdleConn and MaxOpenConn when using the GF_DATABASE_URL configuration. Also added GF_DATABASE_DEBUG flag to print SQL statements and SQL execution times.
See #9784 for the details.
2017-11-03 14:05:32 -05:00
5b1e6513e6 Update postgres.md
'Annotations' is a plural noun, so it doesn't require adding ‑s to the end of the verb
2017-11-03 17:57:03 +03:00
538a8cff1e chore(docs): update the search Query Example
- Updated the last  Search Dashboards Example , so that the Example Request and Response seem related
2017-11-01 23:04:51 -07:00
4dae217afc docs: update latest release to 4.6.1 2017-11-01 13:31:10 +01:00