Daniel Lee
a2f4775b8d
docs: explore
...
Documentation for the new Explore feature.
Describes both the Prometheus-specific features and the
Loki (logging) features.
2018-12-10 23:51:14 +01:00
Marcus Efraimsson
5c4b91c65e
new stable docs version
2018-12-03 12:16:08 +01:00
Carl Bergquist
3c8515bb77
Merge pull request #14220 from mjtrangoni/fix-misspell-issues
...
Fix misspelling issues using locale US
2018-12-03 09:18:46 +01:00
Marcus Efraimsson
624e5e5b3d
let each sql datasource handle timeFrom and timeTo macros
2018-11-30 14:30:02 +01:00
Mario Trangoni
5d60d323e2
docs/*: Fix misspell issues
...
See,
$ find . -type f | xargs misspell -locale US | grep -vi -e vendor -e node_modules -e devenv -e unknwon | grep docs
2018-11-29 18:14:20 +01:00
Omar Alejandro González Rojina
804bd822d0
Update export_import.md
...
Grafana v5.3.4 shows a new checkbox in the export modal "Export for sharing externally". If the checkbox is not checked then the "__inputs" section wont be included into the exported JSON file, would be great to add that note into the documentation for others to avoid confusions.
2018-11-28 11:17:36 -06:00
Quentin Hartman
02a7916b26
Remove confusing <> from variable intro
...
The existing intro makes it look like you should use `$<varname>` to refer to a variable. That of course is incorrect, and you should use `$varname`. In my experience using the <> marker around variable names should only be used when there isn't something else explicit to set it off. In this case we have `$`. Below, you can see the <> are also not used, because we have the `[[]]` to set it off. The inconsistency is confusing.
2018-11-26 15:33:13 -07:00
Daniel Hollcraft
4a2e9b4bfa
chore: correct pause-all-alerts auth in docs
2018-11-26 09:43:26 -05:00
Marcus Efraimsson
46c6594744
Merge pull request #14163 from grafana/14155_whats_new
...
docs: what's new in v5.4
2018-11-26 05:28:57 -08:00
Marcus Efraimsson
df218961e0
docs: various fixes of what's new in v5.4
2018-11-23 14:45:32 +01:00
Marcus Efraimsson
9aa4d71550
docs: fix old ldap url redirect
2018-11-23 14:31:21 +01:00
Marcus Efraimsson
b55b9261f0
docs: what's new in v5.4
2018-11-23 11:15:53 +01:00
Marcus Efraimsson
5ebb201caa
docs: signout_redirect_url description in auth overview
2018-11-22 15:59:15 +01:00
Zhang Yong
4f236ca465
Fix a typo
...
Fix a typo
2018-11-22 15:17:31 +08:00
Marcus Efraimsson
f74a7cd97c
typos in docs/sources/alerting/rules.md
...
Co-Authored-By: bergquist <carl@grafana.com>
2018-11-21 14:41:51 +01:00
Marcus Efraimsson
fdbccdc347
typos in docs/sources/alerting/rules.md
...
Co-Authored-By: bergquist <carl@grafana.com>
2018-11-21 14:41:35 +01:00
bergquist
1491ea1c75
docs: adds example timeline for alerting for
2018-11-21 11:11:46 +01:00
bergquist
baba8a92ee
update path to alerting for image
2018-11-20 17:09:21 +01:00
Marcus Efraimsson
8d75fcb6f7
what's new in v5.4 placeholder
2018-11-20 14:35:38 +01:00
Daniel Lee
4aeea56342
Merge pull request #14007 from grafana/stackdriver-template-query-editor
...
Stackdriver template query editor
2018-11-20 13:41:18 +01:00
Carl Bergquist
db8bd8298a
Merge pull request #14077 from bobmshannon/bs/metrics_endpoint_auth
...
Add basic authentication support to metrics endpoint
2018-11-20 11:19:55 +01:00
Marcus Efraimsson
9cc6c2128a
Merge pull request #14120 from supercharlesliu/user-teams
...
Add API GET /api/users/:id/teams for GrafanaAdmin
2018-11-20 00:56:35 -08:00
Leonard Gram
87707c964c
Revert "docs: building Grafana on arm."
...
Further work-arounds are needed to make this work.
This reverts commit 8a2de58728
.
2018-11-20 08:46:09 +01:00
supercharlesliu
a241f67fba
Add doc for api "GET /api/users/:id/teams"
2018-11-20 10:17:46 +08:00
Leonard Gram
8a2de58728
docs: building Grafana on arm.
2018-11-19 16:50:19 +01:00
Erik Sundell
6aaaadac21
stackdriver: update docs
2018-11-19 14:48:26 +01:00
Carl Bergquist
6049855dc7
Merge pull request #13947 from bergquist/alerting_for
...
Introduce alert debouncing
2018-11-19 10:38:02 +01:00
Carl Bergquist
03ac9c5256
Merge pull request #12029 from Nick-Triller/11893_oauth_auto_login
...
11893 oauth auto login
2018-11-19 10:21:33 +01:00
Marcus Efraimsson
0810aa2e60
Merge pull request #12371 from marefr/xaxis_thresholds
...
Time regions support in graph panel
2018-11-15 08:46:39 -08:00
Bob Shannon
dcc48860b8
Fix formatting and remove enabled toggle
2018-11-14 17:37:32 -05:00
Bob Shannon
362b3740ed
Add basic authentication support to metrics endpoint
2018-11-14 16:27:41 -05:00
Marcus Efraimsson
dea953003c
docs: description about graph panel time regions feature
2018-11-14 18:47:35 +01:00
Marcus Efraimsson
33469ecfab
docs: team http api update
2018-11-14 17:59:32 +01:00
Erik Sundell
33411198ab
Update stackdriver.md
2018-11-09 14:19:41 +01:00
Erik Sundell
bdaa61a193
stackdriver: add documentation for the template query editor
2018-11-09 13:55:16 +01:00
bergquist
aa1b80fe45
docs: improve helper test for For
2018-11-08 14:16:58 +01:00
bergquist
975f0aa064
alerting: adds docs about the for setting
2018-11-08 13:52:06 +01:00
Marcus Efraimsson
662808f092
Merge pull request #13930 from grafana/enterprise-docs
...
docs: restructure and enhancement
2018-11-08 01:50:35 -08:00
Torkel Ödegaard
dcb5015022
Merge pull request #13951 from marefr/11977_6x_terms
...
Fix terms agg order deprecation warning on es 6+
2018-11-07 20:47:41 +01:00
Marcus Efraimsson
d7edc59882
minor fix
2018-11-07 13:52:11 +01:00
Alexandre de Verteuil
d0794dbce1
Update docs/sources/permissions/dashboard_folder_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-07 09:17:36 +01:00
Alexandre de Verteuil
1d3b8e25ce
Fix typo in docs/sources/reference/scripting.md
...
Change:
> In the folder grafana install folder under `public/dashboards/` there is a file named `scripted.js`.
…to:
> In the grafana install folder under `public/dashboards/` there is a file named `scripted.js`.
2018-11-06 15:41:37 -05:00
Marcus Efraimsson
f294dbdb86
move enterprise down in menu
2018-11-06 17:39:35 +01:00
Dan Cech
1347ce5f75
Update docs/sources/permissions/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:57:14 +01:00
Dan Cech
850c0e7111
Update docs/sources/permissions/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:56:53 +01:00
Dan Cech
4ef770fe98
Update docs/sources/permissions/dashboard_folder_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:56:32 +01:00
Dan Cech
1bc3f0af07
Update docs/sources/http_api/datasource_permissions.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:56:12 +01:00
Dan Cech
8a52cb7714
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:55:53 +01:00
Dan Cech
d44b8968d2
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:55:42 +01:00
Dan Cech
803b36a059
Update docs/sources/enterprise/index.md
...
Co-Authored-By: marefr <marcus.efraimsson@gmail.com>
2018-11-06 15:55:28 +01:00