Sofia Papagiannaki
30ee860a18
Docs: Fix dashboard provisioning example ( #27595 )
...
Remove unsupported editable field
removed in SHA: d6faa3d06f
2020-09-15 18:56:53 +03:00
Lenahilin
13ef1bea74
Fixing args order for admin password reset command ( #27594 )
...
Putting the optional argument "--homepath" after the command. The previous one throws the following error: "Incorrect Usage. flag provided but not defined: -homepath". See also https://community.grafana.com/t/admin-password-reset/19455/9
2020-09-15 09:22:37 -04:00
Wouter Smeenk
39eba5065b
Dashboard: Support configuring default timezone via config file ( #27404 )
...
Add a default timezone that the administrator can set in the settings.
This setting is be used as default for the users timezone preference.
Can be used when creating Grafana instances without administrator
intervention, in order to give user the correct default timezone.
Fixes #25654
2020-09-15 15:20:53 +02:00
Sofia Papagiannaki
924224eefb
Revert "Alerting: New feature toggle for enabling standalone alerts ( #25984 )" ( #27531 )
...
This reverts commit 20b603ee1a
.
2020-09-11 13:57:46 +03:00
Marcos Mendez
4e94c0959a
Image Store: Add support for using signed URLs when uploading images to GCS ( #26840 )
...
Enables creating signed URLs when uploading images to Google Cloud Storage.
By using signed urls, not only is the public URL expiration configurable but the
images in the bucket are not publicly accessible.
Fixes #26773
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-09-07 19:10:14 +02:00
Torkel Ödegaard
61bd33c241
System: Date formating options ( #27216 )
...
* Add support for local time formats in graph panel
* Enfore 24h format for backward compatibility
* Use existing Intl.DateTimeFormatOptions
* Pre-generate time scale, add tests
* Move localTimeFormat, add local format to units
* updated default fallback
* #25602 , use navigator.languages to enforce locale in formatting
* Making options
* Worked new system settings
* things are working
* Local browser time formats working
* Support parsing dates in different formats
* settings updated
* Settings starting to work
* Fixed graph issue
* Logs fix
* refactored settings a bit
* Updated and name change
* Progress
* Changed config names
* Updated
* Updated
* Updated test
* Synced description
* fixed ts issue
* Added version notice
* Ts fix
* Updated heatmap and test
* Updated snapshot
* Updated
* fixed ts issue
* Fixes
Co-authored-by: Alex Shpak <alex-shpak@users.noreply.github.com>
2020-09-07 16:19:33 +02:00
Carl Bergquist
20747015f6
Annotation: Add clean up job for old annotations ( #26156 )
...
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-09-02 08:07:31 +02:00
Carl Bergquist
8faaa1a520
OAuth: Increase state cookie max age ( #27258 )
...
60s can be too short if the oauth provider is slow
for some reason and its defintly too slow if the
OAuth provider requires 2FA.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-09-01 10:57:43 +02:00
Will Browne
9feaa91bf5
Alerting: Store sensitive settings encrypted for Telegram notifier ( #27122 )
...
* encrypt bot token
* update docs
* re-add uploadImage to docs
2020-08-25 14:35:57 +02:00
Will Browne
daaa3e571b
Alerting: Store sensitive settings encrypted for Threema notifier ( #27160 )
...
* encrypt API secret
* update docs
2020-08-24 16:49:45 +02:00
Will Browne
30d6405c53
Alerting: Store sensitive settings encrypted for Pushover notifier ( #27159 )
...
* encrypt api + user keys
* update docs
* fix decrypt steps
2020-08-24 16:49:30 +02:00
Will Browne
bbbbf9ac42
Alerting: Store sensitive settings encrypted for LINE notifier ( #27157 )
...
* encrypt token
* update docs
2020-08-24 16:49:10 +02:00
Will Browne
ed6f0663c2
Alerting: Store sensitive settings encrypted for Sensu notifier ( #27131 )
...
* encrypt password
* update docs
2020-08-24 16:48:55 +02:00
Will Browne
9f2386a219
Alerting: Store sensitive settings encrypted for OpsGenie notifier ( #27074 )
...
* encrypt OpsGenie API key
* make whitespace consistent
* update docs
2020-08-20 16:05:48 +02:00
Nitesh Koushik S
18c2aaa10e
Docs: Adding reference for the default database ( #26950 )
...
Adding reference for the default database type SQLite
2020-08-12 12:35:24 -07:00
martinrw
b1625955fe
Docs: Mention httpMode in the docs ( #26964 )
2020-08-12 12:30:43 -07:00
Maksim Nabokikh
b646a1d627
Provisioning: describe which folder caused an error while provisioning from files structure ( #26771 )
...
* Provisioning: describe which folder caused an error while provisioning from files structure
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Remove unused DashType constants
Signed-off-by: m.nabokikh <maksim.nabokikh@flant.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-08-04 09:03:09 -07:00
Diana Payton
4e2ab785d6
Docs: Add preferences and password docs ( #26628 )
...
* Create change-your-password.md
* linked to menu
* Create preferences.md
* Update menu.yaml
* Update preferences.md
* Update docs/sources/administration/preferences.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
* Update docs/sources/administration/change-your-password.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
* Update docs/sources/administration/change-your-password.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
* Update preferences.md
* Update _index.md
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-08-03 13:22:58 -07:00
Kim Nürnberger
80edbbe314
Docs: Add dependencies for debian buster to image rendering plugin ( #26452 )
2020-07-23 09:47:40 -07:00
Arve Knudsen
9486f960d1
Docs: Fix documentation about dashboards.default_home_dashboard_path ( #26445 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-07-20 10:05:48 +02:00
Marcus Efraimsson
44d4e63d6f
Docs: Alert notification channel secure settings and provisioning ( #26420 )
...
* Docs: Alert notification channel secure settings and provisioning
* Update docs/sources/installation/upgrading.md
* Update docs/sources/installation/upgrading.md
* Update docs/sources/installation/upgrading.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-07-17 11:35:36 -07:00
Agnès Toulet
903c76415c
Docs: Add how to replace home dashboard ( #26237 )
...
* Docs: how to replace home dashboard
* add overrides explanation
* change home dashboard v2
* Apply feedback for home dashboard doc
* home dashboard doc v3
* Apply feedback on home dashboard doc
2020-07-17 15:43:09 +02:00
Marcus Efraimsson
7969d6645a
Provisioning: Support alert notification channel secure settings ( #26168 )
...
Closes #25968
2020-07-17 13:54:01 +02:00
Dieter Plaetinck
5f78f49e67
Docs: Document jaeger tracing instrumentation ( #21392 )
...
Document jaeger tracing instrumentation.
Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Carl Bergquist <carl.bergquist@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-07-13 17:09:08 +02:00
Sofia Papagiannaki
20b603ee1a
Alerting: New feature toggle for enabling standalone alerts ( #25984 )
...
* Add feature toggle for standalone alerts
* Add IsStandaloneAlertsEnabled exported func
2020-07-13 18:04:42 +03:00
Josh Soref
7752434d11
Docs: Use current spelling for macOS ( #26181 )
2020-07-09 08:06:04 -07:00
Labesse Kévin
8e7a88faff
Imagestore: Fallback to application default credentials when no key file is specified for GCS ( #25948 )
...
The external image storage for GCS creates the JWT Token from a credentials file,
but if your Grafana server runs under a GCE instance with a service account on it,
you can use that instead (you don't have to manage/secure the credentials file).
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-07-06 15:02:58 +02:00
Sofia Papagiannaki
2d4bcbeff6
Small fix in provisioning docs ( #26004 )
...
* Small fix in provisioning docs
* Update docs/sources/administration/provisioning.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-07-02 14:29:37 +03:00
Agnès Toulet
a02c6f2d36
Docs: Enterprise Vault feature ( #25895 )
...
* Docs: Vault integration
* Add links to vault feature doc
* Update Enterprise configuration file with vault fields
* Small fixes on vault doc
* Update docs according to PR review
* Update docs/sources/administration/configuration.md
Co-authored-by: Leonard Gram <leo@xlson.com>
* Update docs/sources/enterprise/vault.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/vault.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-07-01 08:40:58 +02:00
Josh Soref
686149966a
docs: spelling ( #24383 )
...
* Docs: spelling
* Docs: spelling (contribute/ directory)
* Drop whats-new-in changes
2020-06-30 14:42:50 -07:00
Maksim Nabokikh
810ec4c5f8
Provisioning: Use folders structure from the file system to create desired folders in dashboard provisioning. ( #23117 )
...
Fixes #12016
2020-06-30 15:33:26 +02:00
Marcus Efraimsson
460b01f1fe
Datasource: Make sure data proxy timeout applies to HTTP client ( #25865 )
...
For backend data sources executing in the backend (not through data proxy) make
sure that the timeout applies to cached HTTP client.
Fixes #25863
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-29 11:22:49 +02:00
Carl Bergquist
383aa21ab6
docs: removes invalid comment ( #25883 )
2020-06-29 09:26:08 +02:00
Emil Tullstedt
504b786141
Setting: Add docs for option variable expansion ( #25508 )
...
Docs for #25075
2020-06-26 13:32:05 +02:00
Diana Payton
a1aeb4b50d
Docs: Updated links ( #25777 )
2020-06-23 12:11:30 -07:00
Diana Payton
78996516af
Docs: Update configuration.md ( #25707 )
...
* Update configuration.md
* moved configuration.md to administration folder
* updated links
* Added quota section
* Update upgrading.md
* Update configuration.md
* Update configuration.md
* Update configuration.md
* Updating links
* Update configuration.md
* Update configuration.md
* Update configuration.md
Reworked the security options
* Update configuration.md
* Update configuration.md
* Update provisioning.md
* Update provisioning.md
* Update configuration.md
* Update configuration.md
* Update docs/sources/administration/configuration.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2020-06-23 09:56:44 -07:00
Marcus Efraimsson
cc95754e0d
Provisioning: Adds support for enabling app plugins ( #25649 )
...
Adds support for enabling app plugins using provisioning.
Ref #11409
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-06-22 17:49:13 +02:00
Christian
9ff551edc8
Docs: Add dependencies for debian stretch to image rendering plugin documentation ( #25408 )
2020-06-09 15:42:59 -07:00
Caleb Collins-Parks
5d23f0a295
Docs: fix order of arguments ( #24888 )
2020-05-20 09:13:51 +02:00
Carl Bergquist
c62591e77b
Provisioning: Makes file the default dashboard provisioner type ( #24856 )
...
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-05-19 15:01:04 +02:00
Rydez
de1ce049e8
Docs: Align naming with Grafana.com ( #24745 )
...
* Rename to Grafana Cloud Account
* Rename 'hosted x'
2020-05-18 10:23:12 +02:00
Diana Payton
0e53b15375
Docs: Update links for 7.0 ( #24751 )
...
* update menu
* updated alert list
* Update alert-list-panel.md
* Update alert-list-panel.md
* Update bar-gauge-panel.md
* Delete bar_gauge.md
* Delete dashlist.md
* Update dashboard-list-panel.md
* deleted old panels
* Update gauge-panel.md
* Update graph-panel.md
* Update heatmap.md
* Update logs-panel.md
* Update news-panel.md
* Updated stat panel
* Update table-panel.md
* Update text-panel.md
* Fixed broken links
* Update _index.md
* Update alerts-overview.md
* Update add-a-panel.md
* Update field-configuration-options.md
* removed beta text
* Update inspect-panel.md
* Update panel-editor.md
* Update thresholds.md
* Update transformations.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update transformations.md
2020-05-15 13:58:39 -07:00
Amal
f597a686fa
Minor correction in documentation ( #24263 )
2020-05-05 23:56:04 +02:00
Amal
71e8b79986
Minor typo fix ( #24166 )
2020-05-02 19:58:06 +02:00
Amal
e1f6a5c193
docs/sources/administration/image_rendering.md: Improve language
2020-04-30 22:09:37 +02:00
Hassan Farid
ad51e60a70
Docs: Updated dashboard heading for side navigation ( #24102 )
...
Updated heading level to reflect correctly on side navigation. It was being merged with under Datasources
2020-04-30 07:17:13 -07:00
Amal
d1665222a7
Minor change for better readability ( #23884 )
2020-04-25 17:24:09 +02:00
Joseph Robinson
db3f2b90e9
Docs: URL update to Relref to repair broken links ( #23783 )
...
* NewPanelEditor: Panel edit tweaks (#22415 )
* NewPanelEditor: Alternative edit layout
* Fixed full height issue
* panel-edit-tabs experiment
* minor tweaks
* PanelEditor: Minor tweaks
* Docs: URL update to Relref to repair broken links
Rewrote URL references in the text for the Administration guide
and older Whats New page to repair broken links, and change
to the Relref format to build the website with Hugo.
Closes #22378
* Remove stale file, caught in this
branch and PR from my Fork. contribute/style-guides/markdown-style-guide.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-04-23 13:19:05 -07:00
Andrej Ocenas
1b8d669ac0
Docs: Datasource uid docs ( #23700 )
2020-04-21 10:46:51 +02:00
Amal
4a13467312
docs/sources/administration/metrics.md: Improve language
2020-04-20 21:45:12 +02:00