Nitesh Koushik S
18ccd2518a
Docs: Spelling Correction ( #27194 )
...
Correction of the word selectorallows to selector allows
2020-08-25 06:32:22 -07: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
Torkel Ödegaard
88fbdd6716
DisplayProcessor: Show strings as strings ( #27097 )
...
* WIP: strings and numbers
* Works in displayProcessor but units are not applied in applyFieldOverride
* removed bit
* Updated
* Added docs
* fixed typo
2020-08-25 09:50:37 +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
Diana Payton
1502722129
Docs: Add FAQcontent ( #27139 )
...
* update content
* updated content
* update content
* Update graphite.md
2020-08-24 07:44:09 -07:00
Dominik Prokop
f7950491a3
Field overrides: Overrides UI improvements ( #27073 )
...
* Add filter name by regex matcher for overrides
* Update docs
* Introduce UI improvements to overrides list
* Update public/app/features/dashboard/components/PanelEditor/OverrideEditor.tsx
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
* Review improvements
* Fix merge
* Remove ellipsis
Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
2020-08-24 12:07:44 +02:00
Yoan Blanc
69df8b424c
Docs: zipkin links to Loki documentation ( #27144 )
2020-08-23 20:59:09 +02:00
Ryan McKinley
0fb7ee05d1
Chore: Minor cleanup ( #27112 )
2020-08-20 14:37:49 -07:00
Vishwa Krishnakumar
999009bd57
Docs: Added Zenduty Grafana integration to the Grafana notifications documentation page ( #27069 )
...
* Added Zenduty Grafana integration to the notifications page
Signed-off-by: Vishwa Krishnakumar <vishwa306@gmail.com>
* Added Zenduty Grafana integration to the list of notifiers table
Signed-off-by: Vishwa Krishnakumar <vishwa306@gmail.com>
2020-08-20 08:03:45 -07: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
Dominik Prokop
ed1b929fe5
Field overrides: Filter by field name using regex ( #27070 )
...
* Add filter name by regex matcher for overrides
* Update docs
* rever schema change
* add docs for by type
* add docs for by type
* add docs for by type
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2020-08-20 08:54:49 +02:00
Sriramajeyam Sugumaran
98f8ec7c89
plugin.json schema updates ( #27029 )
...
* added $schema field support in plugin.schema.json
More details can be found in https://github.com/grafana/plugin-validator/issues/1
* Others category in plugin.json, minimum 1 keyword
* Allow others as a category if the plugin doesn't fall into appropriate category. Refer https://github.com/grafana/plugin-validator/issues/3 for more details
* Mandate minimum one keyword for better discovery in plugin repository.
* Dropped enum from plugin.json $schema
2020-08-19 21:27:44 +02:00
Diana Payton
b4289a48f1
Docs: Update troubleshoot-queries.md ( #27078 )
...
* Update troubleshoot-queries.md
* Update troubleshoot-queries.md
2020-08-19 10:38:41 -07:00
Marcus Olsson
689ca1be87
Add guide for sharing plugins ( #27043 )
...
* Add guide for sharing plugins
* Fix review comments
2020-08-19 09:01:07 +02:00
Wojciech Sromek
918fb4d02a
Docs: Example of provisioning InfluxDB v2 datasource ( #27045 )
...
* Docs: Example of provisioning InfluxDB v2 datasource
* Apply suggestions from code review
Suggested improvements
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-18 08:08:09 -07:00
Marcus Olsson
dd0b0fe0b1
Add instructions on how to format multiple variables ( #27032 )
...
* Add instructions on how to format multiple variables
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix review comment
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-18 16:42:24 +02:00
Kirchen99
5da3276db1
Dashboard: Use same min refresh interval fallback in the API as in provisioning ( #25926 )
...
* Dashboard: Solve the discrepancy between provisioning and the API, Handle min refresh interval when creating/updating dashboard via API
* Docs: Add refresh field in the example dashboard http api docs
* Update create dashboard API docs
Add refresh field in the create dashboard example response
* Fix create dashboard API docs
* Fix create dashboard API docs
* Update docs/sources/http_api/dashboard.md
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-17 12:00:10 -07:00
Marcus Olsson
585543d707
Add guide on adding support for variable queries ( #26810 )
...
* Add guide on adding support for variable queries
* Fix review comments
* Update instruction for custom editor
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/developers/plugins/add-support-for-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fix review comments
* Fix review comments
Co-authored-by: Alexander Zobnin <alexanderzobnin@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-17 12:00:33 +02:00
Marcus Olsson
7319527f71
Improve validation for grafanaDependency ( #26936 )
2020-08-17 11:59:43 +02:00
Marcus Olsson
338943d349
Add skipDataQuery to plugin.json schema ( #26940 )
...
* Add skipDataQuery to plugin.json schema
* Fix typo
2020-08-17 11:31:25 +02:00
Sofia Papagiannaki
6609ddb082
Docs: document TLS configuration for generic OAuth ( #27006 )
...
* Docs: document TLS configuration for generic OAuth
* use SSL/TLS term
* Update docs/sources/auth/generic-oauth.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/auth/generic-oauth.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-14 19:22:39 +03:00
Ivana Huckova
9698edbb13
Docs: Sort log result documentation ( #26898 )
...
* Add documentation for sort log result
* Update docs/sources/features/explore/index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/features/explore/index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/features/explore/index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Capitalize deduping options
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-14 10:15:12 +02:00
Zoltán Bedi
aae25c5308
Prometheus: add $__rate_interval variable ( #26937 )
...
* Add rate interval variable to prometheus data source
* Add tests + auto complete
* Fix prometheus tests
* Add doc
* Modify test title
* Modify kbn method name after merge
2020-08-13 18:58:40 +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
hebbet
2755db6b4b
Docs: Remove "currently in beta" ( #26960 )
...
7.1 is stable
2020-08-12 12:33:41 -07:00
martinrw
b1625955fe
Docs: Mention httpMode in the docs ( #26964 )
2020-08-12 12:30:43 -07:00
Benjamin Blattberg
3403db190d
API: Support paging in the admin orgs list API ( #26932 )
...
* Add page/limit to org search
* Update docs
* Fix test per PR feedback
2020-08-12 10:59:07 +03:00
Zoltán Bedi
826184c948
Docs: Use relref links for data sources in whats new docs ( #26935 )
2020-08-11 20:06:15 +02:00
Diana Payton
eb985ffbee
Docs: Add troubleshooting content ( #26871 )
...
* added folder and moved content
* added content
* updated content
* added content
* Update troubleshoot-dashboards.md
* added content
2020-08-11 06:56:06 -07:00
Diana Payton
158a474ee7
Docs: Update _index.md ( #26561 )
...
* Update _index.md
* Update docs/sources/features/datasources/_index.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2020-08-07 08:06:50 -07:00
Robby Milo
8107e735c1
Docs: update loki links, readme ( #26548 )
2020-08-06 12:40:12 -07:00
Kyle Brandt
577c9cd546
Docs: Azure logs - cross reference field configuration display name ( #26804 )
...
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-06 13:16:00 -04:00
Marcus Olsson
5a58f2b4c5
Update plugin metadata schema ( #26720 )
...
* Update plugin metadata schema
* Update docs/sources/developers/plugins/metadata.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-05 08:37:51 -07:00
Ryan McKinley
ec783fbff4
Fields: __field.name as field name and __field.displayName as displayName ( #26531 )
...
* name vs displayName
* name vs displayName
* add __values
* add docs for displayName expressions
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/field-configuration-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: kyle <kyle@grafana.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-08-04 21:22:14 -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
Justin Palpant
85d0d6f7cd
Add toggle to disable alert rendering line and fill on Graph panel ( #25705 )
...
* Squash four commits and claim.
Credit to @ikkemaniac in #25034 , but taking this to sign CLA and get it landed. Four commit message were:
- add 'fill' switch on Alert Tab
- add 'fill' to Alert init model. Make default value 'true' not to break current design
- use newly created alert.fill when rendering graph
- add 'line' switch on Alert tab, add 'line' to Alert init model. Set default to 'true' not to break current design. Use newly created alert.line when rendering graph
Should close feature req #7258 .
* Move alert toggle to Display tab.
* Move alertThreshold to PanelModel.options.
* Fix ThresholdMapper tests by adding options to each mocked panel.
* Update documentation for the new display option.
* Update docs with review feedback.
* Handle onRender with null panel in ThresholdMapper
2020-08-03 09:50:36 -07:00
Diana Payton
0706ec5d00
Docs: Organize variables ( #26738 )
...
* Moved files to folder and updated links
* fixed links
* Update _index.md
* Update templates-and-variables.md
2020-08-03 09:10:27 -07:00
Alexander Zobnin
df11cdad62
Generic OAuth: customize login and id_token attributes ( #26577 )
...
* OAuth: add login_attribute_path to generic oauth
* OAuth: remove default client_secret values (able to use empty client_secret)
* OAuth: allow to customize id_token attribute name
* Docs: describe how login_attribute_path and id_token_attribute_name params work
* Docs: review fixes
* Docs: review fixes
* Chore: fix go linter error
* Tests: fix test code style
2020-08-03 17:33:27 +03:00
Diana Payton
5cf8759ac0
Update graph-panel.md ( #26734 )
2020-07-31 10:09:43 -07:00
Marcus Olsson
fa4084f90a
Docs: Add plugins guide on error handling ( #26518 )
2020-07-31 07:07:03 -07:00
Agnès Toulet
8dc75f79f7
API: Enrich endpoints with ID ( #26691 )
2020-07-31 08:22:09 +02:00
Mert Açıkportalı
6aef1f84cb
Dashboard: Implement Duplicate DashboardLink Feature ( #26600 )
...
* Dashboard: Implement duplicate dashboard link feature
* Dashboard: Change duplicate and remove button types of DashboardLinks
2020-07-28 07:35:00 +02:00
Diana Payton
0d933b79b7
Docs: Update global-variables.md ( #26627 )
2020-07-27 13:09:42 -07:00
Torkel Ödegaard
6c49fdb57d
TemplateSrv: Formatting options for ${__from} and ${__to}, unix seconds epoch, ISO 8601/RFC 3339 ( #26466 )
...
* TemplateSrv: WIP date formats
* Templating: formats with arguments
* WIP docs updates
* Docs: Updated docs
* fixed spelling
* Update docs/sources/variables/global-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/variables/global-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/variables/global-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/variables/global-variables.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-07-27 20:47:59 +02:00
Diana Payton
76230215c5
Docs: Update notifications.md ( #26624 )
2020-07-27 08:42:25 -07:00
Leonard Gram
d17ba95492
Docs: logging in the docker container ( #26119 )
...
* Docs: logging in the docker container
* Docs: wording
* Update docs/sources/installation/configure-docker.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-07-27 10:06:00 +02:00