Commit Graph

1757 Commits

Author SHA1 Message Date
Leonard Gram 1bcaaccb96 docs: missing field added to example
Closes #15715
2019-03-01 16:07:34 +01:00
Ben Drucker e7b630e633 Style and grammar fixes 2019-02-26 11:34:49 -08:00
Leonard Gram c04395ce3a docs: 6.0 whats new 2019-02-25 19:25:47 +01:00
Leonard Gram 38a116d0f7 docs: grafana 6.0 has been released. 2019-02-25 15:45:35 +01:00
Marcus Efraimsson e6830b0681 Merge pull request #15240 from grafana/azure-monitor-docs
Azure Monitor docs
2019-02-23 11:14:35 +01:00
Marcus Efraimsson 3c911cf208 docs: link to azure monitor from what's new in v6.0 2019-02-23 11:05:11 +01:00
Daniel Lee 31ae2813a7 docs: tweaks to AzureMonitor docs 2019-02-22 18:45:24 +01:00
Marcus Efraimsson 7ea361513d docs: landing page update
link to what's new in v6.0
add azure monitor and loki to datasource list
change stackdriver icon to a bigger one
2019-02-21 17:39:03 +01:00
Marcus Efraimsson ca9a528a62 docs: layout fixes 2019-02-21 16:12:25 +01:00
Marcus Efraimsson ae13352956 docs: fix link 2019-02-21 15:50:18 +01:00
Marcus Efraimsson df984059db docs: fix order of datasources in menu/index and update alert support 2019-02-21 15:43:54 +01:00
Dominik Prokop 58e1a8bd3c Update docs to match current npm scripts 2019-02-21 15:13:59 +01:00
Torkel Ödegaard 8e21717c12 updated building from source docs 2019-02-21 12:17:02 +01:00
Alexandre de Verteuil 1bbf7cc294 Fix heading levels in generic-oauth.md 2019-02-20 11:00:29 -05:00
Daniel Lee 8e90899c02 docs: adds Azure Monitor docs
A copy of the docs from the plugin with some additions and
new images.
2019-02-19 23:33:26 +01:00
David 5e8570f822 Merge pull request #15491 from grafana/davkal/15436-loki-docs
Datasource docs for Loki
2019-02-18 16:20:40 +01:00
Torkel Ödegaard 14ba3f5891 Fixed spelling issue in templating docs 2019-02-18 10:59:22 +01:00
Torkel Ödegaard 9e55fef544 improved formatting of variable docs 2019-02-18 09:52:31 +01:00
David Kaltschmidt 815affe02d Datasource docs for Loki
- adds Loki data source docs to Grafana docs
- moved query-related docs from Explore to Loki
2019-02-18 09:39:44 +01:00
Bruno b488892f5f Added enable_gzip documentation (#15322) 2019-02-17 17:38:56 -03:00
Marcus Efraimsson bc1aec9ea6 Merge pull request #15427 from grafana/15308_docs
Improved documentation of new short-lived token solution
2019-02-15 13:00:28 +01:00
Marcus Efraimsson ff87f6d303 docs: suggested changes 2019-02-15 11:31:29 +01:00
Marcus Efraimsson 88fbe3adca docs: fix header 2019-02-15 11:27:21 +01:00
bergquist af5a2468e8 fix spelling error 2019-02-14 20:18:24 +01:00
bergquist 191f9c8407 whats new: rename security section 2019-02-14 19:42:39 +01:00
bergquist 94c1335f11 docs: move alerting above session 2019-02-14 14:17:02 +01:00
bergquist 933d4729db docs: mention samesite setting 2019-02-14 14:06:50 +01:00
bergquist 7f7cc85ef0 docs: adds note about new login cookie name 2019-02-14 13:24:41 +01:00
Marcus Efraimsson de2f3db413 docs: improve removal of session storage for what's new in v6.0 2019-02-13 19:54:45 +01:00
Marcus Efraimsson 1bd9573f8e docs: add upgrade notes for v6.0 2019-02-13 19:53:55 +01:00
Marcus Efraimsson 592f57d0ba docs: add note regarding auth proxy and user session requirement 2019-02-13 19:53:25 +01:00
Marcus Efraimsson 3fab4d6f8c docs: fix typo 2019-02-13 19:52:27 +01:00
Marcus Efraimsson 3b0159bf84 docs: add availability note regarding non-compliant providers
ref #15408
2019-02-13 15:36:16 +01:00
Marcus Efraimsson c71904e326 Merge pull request #15239 from grafana/auth_token_middleware_refactor
Auth token package and middleware refactoring
2019-02-07 14:24:23 +01:00
Mitsuhiro Tanda 89d69a6f21 update docs 2019-02-07 20:16:20 +09:00
bergquist 487e7b5ea6 removes cleanup setting from docs 2019-02-07 11:07:55 +01:00
Mitsuhiro Tanda d46bf75293 support /api/v1/labels 2019-02-07 13:59:42 +09:00
Marcus Efraimsson 1a140ee199 run token cleanup job when grafana starts, then each hour 2019-02-06 22:27:08 +01:00
Marcus Efraimsson afa87e6ab4 Merge pull request #15197 from SamuelToh/12546_annotation_nulls_existing_val
Add http patch support for annotations
2019-02-06 14:50:00 +01:00
Marcus Efraimsson 6848fe0edf docs: update annotaions http api 2019-02-06 14:26:43 +01:00
Marcus Efraimsson 85ef2ca738 fix spelling 2019-02-06 09:43:45 +01:00
SamuelToh 4de9e3598b Address review comments 2019-02-06 06:41:39 +10:00
Marcus Efraimsson 80d0943d9d document login, short-lived tokens and secure cookie configurations 2019-02-05 21:10:56 +01:00
jeroenvollenbrock fa977ce090 cloudwatch: Add resource_arns template query function
Implements feature request #8207
2019-02-05 18:37:04 +01:00
Daniel Lee 139fb65fa9 docs: fixes #14940 2019-02-05 12:36:12 +01:00
SamuelToh a7a964ec19 Added PATCH verb end point for annotation op
Added new PATCH verb annotation endpoint

Removed unwanted fmt

Added test cases for PATCH verb annotation endpoint

Fixed formatting issue

Check arr len before proceeding

Updated doc to include PATCH verb annotation endpt
2019-02-05 09:43:17 +10:00
Torkel Ödegaard ab812e73f6 Updated what's new article 2019-01-31 07:47:55 +01:00
Thomas Rohlik e83831904a Fix anchor 2019-01-30 18:52:40 +01:00
Torkel Ödegaard e3472f6d81 Added download links to docs 2019-01-30 17:53:41 +01:00
Torkel Ödegaard b8427ba379 Updated docs 2019-01-30 17:28:43 +01:00