JM
925333bfa4
Library Elements API GET by name returns array ( #44743 )
...
* Library Elements API GET by name returns array
Making a GET request to the Library Elements HTTP API `api/library-elements/name/:name` will return an **array** of Library Element objects, but the documentation says it will return a Library Element object.
Example cURL POST request:
`curl -X POST -H "Content-Type: application/json" -H "Authorization: Bearer XXXXXXXXXXX" -d @request.json "https://my.grafana.net/api/library-elements/ "`
request.json
```json
{
"model": {},
"kind": 1,
"name": "testing description3",
"uid": "basic3",
"id": 12345,
"version": 2
}
```
Example cURL GET request:
`curl -X GET -H "Content-Type: application/json" -H "Authorization: Bearer XXXXXXXX" -d @request "https://my/api/library-elements/name/testing description3"`
Example response:
```json
{
"result": [
{
. . .
}
]
}
```
* Library Elements API fix bracket spacing
2022-02-02 09:50:27 +01:00
achatterjee-grafana
133e34d52a
Docs: Add section about limitations alerting in "Time range controls" ( #44680 )
...
* Added section about syntaxes not supported by Grafana. Also updated missing image name.
* Fixed image name again.
2022-01-31 18:15:10 -05:00
Vardan Torosyan
2053049c40
Remove service accounts from public documentation as it's not being released yet ( #44658 )
2022-01-31 16:37:51 +01:00
achatterjee-grafana
d584a27055
Docs: Added information about Prometheus write permission requirement. ( #44616 )
...
* Added note.
* Fixed typo.
2022-01-28 19:35:50 -05:00
Ivana Huckova
4e37a53a1c
Query history: Create API to add query to query history ( #44479 )
...
* Create config to enable/disable query history
* Create add to query history functionality
* Add documentation
* Add test
* Refactor
* Add test
* Fix built errors and linting errors
* Refactor
* Remove old tests
* Refactor, adjust based on feedback, add new test
* Update default value
2022-01-28 17:55:09 +01:00
Alex Vandiver
844b194f5b
Middleware: Don't require HTTPS for HSTS headers to be emitted ( #35147 )
...
Grafana itself may not be serving content over HTTPS, but it may be
behind a transparent proxy which does.
Fixes #26770 . Based on #26868 .
2022-01-28 07:23:28 +01:00
achatterjee-grafana
7b476c19c2
fix typo ( #44564 )
2022-01-27 16:33:55 -05:00
Dan Cech
1e89fc157d
update snapshots server url ( #44563 )
...
* update snapshots server url
* update all old references to snapshot.raintank.io
2022-01-27 16:11:20 -05:00
Tania B
1a9c293984
Chore: Remove unused AWS KMS provider's token setting ( #44531 )
2022-01-27 17:15:49 +02:00
Morten Nygaard Åsnes
9e4aafa719
MSSQL: Configuration of certificate verification for TLS connection ( #31865 )
...
Fixes #24589
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2022-01-26 15:00:18 +01:00
Nathan Marrs
5c9d2d6b3e
Update documentation to to notify of removal of 2 modules from grafana-ui ( #44341 )
2022-01-25 09:57:12 -08:00
J Guerreiro
84c89ec61e
Docs: Add usage stats preview to doc ( #43995 )
...
* Docs: Add usage stats preview to doc
* Fix: remove permissions references
2022-01-24 14:24:58 +01:00
Tim Levett
641e34e341
Bug: Fixed User API Link ( #44342 )
...
Very minor fix to complete the User API link.
2022-01-23 06:33:50 +01:00
Marius Bezuidenhout
9fc0aee02b
Feature/mathandreduce ( #41608 )
...
* Added new math functions: round, ceil, floor
* Added a new reduce function: last.
2022-01-21 13:15:50 -05:00
Jason Walton
5d0bc9e933
docs: Fix URL for Github callback in OAuth. ( #41122 )
2022-01-21 10:57:44 -05:00
JM
8a21385481
Docs: add API pages to HTTP API list ( #42997 )
...
* add API pages to HTTP API list
* fix capitalization of page names
2022-01-21 10:19:11 -05:00
Alexander Emelin
239ead8d8e
Fix WebSockets configuration for Nginx ( #44148 ) ( #44211 )
...
Co-authored-by: Gleb Goncharov <gongled@gongled.ru>
2022-01-20 10:14:45 +03:00
kosssi
f6b385f0ca
docs: Move password information on password smtp section ( #42370 )
...
*What this PR does / why we need it:*
The password information is on [enabled section](https://grafana.com/docs/grafana/latest/administration/configuration/#enabled ), I move it on [password section](https://grafana.com/docs/grafana/latest/administration/configuration/#password-1 ).
2022-01-19 12:16:59 -05:00
Christopher Moyer
449c608ef1
Docs/panel refactor ( #43569 )
...
* new refactored panel docs
* fixed links
* removed xtra sharing link, added links to panel display option tasks
* fixed typo
* add aliases
* incorporate PM feedback
* intermediate commit to resolve merge conflict
* final changes to resolve merge conflicts
2022-01-18 15:06:27 -06:00
Grot (@grafanabot)
7a622422a9
ReleaseNotes: Updated changelog and release notes for 7.5.13 ( #44173 )
2022-01-18 18:33:58 +02:00
Grot (@grafanabot)
978d6fd72b
ReleaseNotes: Updated changelog and release notes for 8.3.4 ( #44171 )
2022-01-18 18:13:59 +02:00
Gabi Davar
c4b345cfc4
Fix issue link ( #42891 )
2022-01-17 15:40:46 +00:00
Jack Westbrook
e888a40531
Plugins: Add notices to docs to prevent NPX commands from hanging ( #44043 )
...
* docs(plugins): add notice about npm 7 flag to prevent commands from hanging
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-01-17 15:58:36 +01:00
ToTheMax
bd8791aced
Fixed broken links in documentation ( #44044 )
...
* Fixed broken link
* Fixed broken contribute documentation link
* Consistent relative contribute-folder url
2022-01-14 10:24:24 -05:00
Joker
3239c62a24
Explore: Support custom display label for exemplar links for Prometheus datasource ( #42732 )
...
* Add custom URL label, docs for prometheus exemplar
2022-01-14 14:52:00 +00:00
Gabriel MABILLE
11fa9801f2
AccessControl: Provisioning for teams ( #43767 )
...
* AccessControl: Provisioning for teams
* Docs: Add fixed role team assignment to full example
Co-authored-by: gamab <gabi.mabs@gmail.com>
Co-authored-by: Jguer <joao.guerreiro@grafana.com>
2022-01-14 10:28:06 +01:00
Emil Tullstedt
25736b6afb
Auth: implement auto_sign_up for auth.jwt ( #43502 )
...
Co-authored-by: James Brown <jbrown@easypost.com>
2022-01-13 17:15:22 +01:00
Agnès Toulet
14b92b75c7
Docs: Update SAML settings ( #43271 )
...
* Docs: Update SAML settings
* update to follow implementation change
* update example SAML configuration
2022-01-13 14:04:02 +01:00
Agnès Toulet
a9dfd3a487
Docs: clean up image renderer dependencies and add ones for CentOS 8 ( #41862 )
...
* Docs: clean up image renderer dependencies and add ones for CentOS 8
* apply PR review feedback
2022-01-13 11:05:56 +01:00
Alexander Weaver
59bda131ec
Alerting: [Docs] Clarifications regarding what's supported in alerting message templates ( #43544 )
...
* Clarify docs for alerting templates
* Fix template cross-reference
* Add a single missing delimiter
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Address various points of docs feedback
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/message-templating/_index.md
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com>
2022-01-11 14:16:04 -06:00
Andreas Fitzek
58408f31ab
Fix typo in contact-points documentation ( #43883 )
...
Fixes a typo in contact-points documentation, `mesasges` => `messages`
2022-01-11 09:33:37 -05:00
Karl Persson
8271bc73f9
Update docs for ds permissions access control permisisons ( #43346 )
2022-01-11 14:52:33 +01:00
Isabella Siu
5e7804f466
CloudMonitoring: separate out google auth docs ( #43481 )
...
* CloudMonitoring: separate out google auth docs
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* docs team changes
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-01-10 16:44:38 -05:00
Marcus Olsson
2b967c4c55
Add plugin publishing and signing criteria ( #40154 )
2022-01-10 15:32:11 +01:00
Marcus Olsson
1141df7b9b
Update Add support for annotations ( #43851 )
2022-01-10 13:35:09 +01:00
Timur Olzhabayev
e2dcfbf916
docs(static): add plugin submission how-to ( #43576 )
2022-01-07 13:43:41 +01:00
MaukWM
faca526c16
Fixed incorrect link to text panel page ( #43757 )
...
"Text panel" was linking to the "alert list panel" page: (https://grafana.com/docs/grafana/latest/visualizations/alert-list-panel/ ). This change should map it to the correct page now (https://grafana.com/docs/grafana/latest/visualizations/text-panel/ ).
Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
2022-01-06 15:15:44 -05:00
Nathan Rodman
825edddfb6
Alerting: UI for mute timings ( #41578 )
...
* wip: add form inputs for creating mute timing
* form for mute timings
* add action for submitting config
* fix bug in payload
* add table for viewing mute timings
* remove mute timing from routes when deleted
* attach mute timing to route
* edit a mute timing
* use field array for multiple intervals
* Add confirmation modal for deleting mute timing
* add default values to form inputs
* fetch am config prior to renderring form
* validation for mute timing fields
* fix tests
* tests for mute timing form
* small ui fixes for the form and table
* pass mute name as query param
* make time fields inline
* fix validation for an existing alert and overwrite on edit
* rename mute timing in routes on edit
* fix validation for time inputs
* make time interval its own component
* add descriptions for mute timings
* refactor time interval parsing functions
* fix linting and tests
* refactor makeAmLink
* docs for mute timings
* reorganize docs and add intro for mute timings
* doc review edits
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* run prettier
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2022-01-05 10:16:43 -08:00
achatterjee-grafana
a9ad7d3c03
Add note for Cloud users. ( #43689 )
2022-01-04 17:20:42 -05:00
Christopher Moyer
238345b62d
docs: aws marketplace license activation ( #43466 )
...
* initial draft
* role creation prereq
* separate ecs and eks docs
* update ECS steps
* reword ecs instructions
* spacing
* remove spaces to make a hyperlink work
* added aws marketplace content
* update enterprise configuration
* add detail to deploy outside of aws
* improve outside of aws config
* minor addition
* update region syntax
* Update docs/sources/enterprise/license/_index.md
* typo
* Update EKS docs with detailed instructions
* Add task to setup ECS for high-availability
* Fix AWS_REGION environment variable
* final review and changes
* section landing page tweak
* Update docs/sources/enterprise/license/activate-aws-marketplace-license/about-ge-license-through-aws.md
Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com>
* fixed links, changed db parameters to placeholder values
* copy edits
* copy updates
* Fix typos pointed out by codespell
* Fix prettier issue on EKS documentation
Co-authored-by: Mitchel Seaman <mitchel.seaman@gmail.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
Co-authored-by: Guilherme Caulada <guilherme.caulada@grafana.com>
2022-01-04 09:22:33 -07:00
Torkel Ödegaard
b1643f536c
Docs: Fix formatting of markdown file ( #43642 )
2022-01-04 09:51:13 +01:00
achatterjee-grafana
88bc47441f
added note that notifications no longer include images. ( #43635 )
2022-01-03 17:57:38 -05:00
Kyle Brandt
f17fb76b5e
SSE: Add is_nan() and other like functions and allow '_' in func names ( #43555 )
...
* SSE: Add is_nan() and allow '_' in func names
is_null() infn(), is_inf(), is_number()
2021-12-29 11:40:52 -05:00
Alex Khomenko
3b4a4be3c6
Feature highlights: add setting toggle ( #43394 )
...
* Feature highlights: add toggle setting
* Settings: Use provider for 'feature_highlights' section
* Fix frontendsettings API tests
* Document the toggle
Co-authored-by: Joan López de la Franca Beltran <5459617+joanlopez@users.noreply.github.com>
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
2021-12-24 10:49:52 +02:00
Shirley
5cffd98e24
Docs: Update Google Cloud Monitoring documentation ( #43135 )
...
* Update documentation
* Correct urls
* Correct provisioning data source url anchor
* Use relref and replace variable syntax section with official doc link
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Put back 'and'
* Change the numbering to 1
* Change numbering back to 1
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-17 17:41:01 +01:00
Marcus Efraimsson
df6765d805
Chore: Update release notes index page with 8.3.3 ( #43224 )
2021-12-16 17:41:27 +01:00
Ben Sully
13d9fddd3e
Transformations: Add 'JSON' field type to ConvertFieldTypeTransformer ( #42624 )
...
* Add 'JSON' field type to ConvertFieldTypeTransformer
I've been playing around with #41994 and found that it requires fields
to contain array values, which can't be sent from a backend plugin. This
PR adds the ability for the ConvertFieldTypeTransformer to parse
JSON values and store the result in the transformed field.
The main use case for this right now is so that a field
containing a JSONified array can be transformed into a field
containing an actual array, which can in
turn be used for the table charts in #41994 .
Supersedes #42521 .
* Add second option to complex field conversion to increase flexibility
This avoids falsely equating 'JSON' with FieldType.other, and instead
allows multiple parsers to be used if the 'Complex' type is selected.
Currently only JSON parsing is implemented, but others could be
supported easily in future.
* Revert "Add second option to complex field conversion to increase flexibility"
This reverts commit 6314ce35eb
.
* Improve test for object parsing of complex field transformer
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
2021-12-16 11:18:11 +01:00
David Parrott
8206802f19
Rework template docs and add examples ( #43178 )
2021-12-15 15:00:12 -08:00
smallpath
aec14cba42
Alerting: Support WeCom as a contact point type ( #40975 )
...
* add wecom notifier
* fix backend lint
* fix alerting channel test
* update wecom doc
* update notifiers
* update wecom notifier test
* Apply suggestions from code review
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* unify wecom alerting
* fix backend lint
* fix front lint
* fix wecom test
* update docs
* Update pkg/services/ngalert/notifier/channels/wecom.go
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* Update docs/sources/alerting/old-alerting/notifications.md
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* Update docs/sources/alerting/old-alerting/notifications.md
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* Update docs/sources/alerting/old-alerting/notifications.md
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* remove old wecom notifier
* remove old notifier doc
* fix backend test
* Update docs/sources/alerting/unified-alerting/contact-points.md
Co-authored-by: gotjosh <josue.abreu@gmail.com>
* fix doc style
Co-authored-by: gotjosh <josue.abreu@gmail.com>
2021-12-15 16:42:03 +00:00
Connor Lindsey
d2c5dac76f
Tempo: Add provisioning example to Tempo docs ( #43049 )
...
* Add provisioning example to Tempo docs
* Update docs/sources/datasources/tempo.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-14 08:48:35 -07:00
Andrej Ocenas
dc57bcd458
Docs: Add CloudWatch Logs retry strategy timeout config ( #42485 )
...
* Add section for the timeout
* Move and remove the table
* Change header level
2021-12-14 16:18:45 +01:00
Grot (@grafanabot)
8869c830b0
ReleaseNotes: Updated changelog and release notes for 8.3.3 ( #43101 )
2021-12-14 10:06:14 -05:00
Timur Olzhabayev
fd48aee61e
chore(release-notes): add release notes for 8.2.3 and 7.5.12 ( #42987 )
...
* chore(release-notes): add release notes for 8.2.3 and 7.5.12
* chore(release-notes): add release notes to the index
* chore(release-notes): add release notes to index and changelog
* chore(release-notes): add release notes to index and changelog
* chore(latest.json): bump
2021-12-10 16:52:27 +01:00
Hugo Häggmark
e6c24396da
Docs: Clarify relative time range overrides ( #42930 )
...
* Docs: Clarify relative time range overrides
* Update docs/sources/dashboards/time-range-controls.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/panels/queries.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-10 08:41:05 +01:00
achatterjee-grafana
7f03fc1470
fixed image link. ( #42956 )
2021-12-09 16:51:06 -05:00
achatterjee-grafana
d2073580be
fixed image links, also two broken relfrefs for alerting. ( #42954 )
2021-12-09 15:46:38 -05:00
Will Browne
fb05f253d4
update release notes ( #42848 )
2021-12-07 19:24:45 +02:00
Jean-Philippe Quéméner
e70cdb3f49
Alerting: add documentation about alertmanager contactpoint support ( #42799 )
2021-12-07 09:04:47 +01:00
William Assis
eab0ba8716
Analytics: RudderStack custom URLs to fetch SDK and Config ( #41988 )
...
* Add config options to provide custom URL to fetch Rudderstack SDK and Config
* Add new entries to defaults.ini
* Update docs
2021-12-06 09:42:29 -05:00
Hugo Häggmark
769c82cf66
Variables: Adds drag and drop in variables list ( #42503 )
...
* Variables: adds drag and drop in variables list
* Refactor: fixes after PR comments
* Chore: updates after PR comments
* Refactor: adds styles during dragging
* Docs: update doc
* Chore: pushing Drone
2021-12-06 10:36:58 +01:00
Connor Lindsey
bf744698a1
Update service graph docs ( #42604 )
...
* Update service graph docs
* Add link to agent configuration
2021-12-03 10:14:39 -07:00
Travis Patterson
e79fe8e84e
recorded queries - add recorded queries to the enterprise configuration ( #42613 )
...
* add recorded queries to the enterprise configuration
* change name to default_
2021-12-02 09:58:55 -07:00
Grot (@grafanabot)
e94adfd2c8
ReleaseNotes: Updated changelog and release notes for 8.2.6 ( #42655 )
...
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2021-12-02 17:09:13 +01:00
gotjosh
67461086de
Docs: Dedicated section for Grouping in Alerting ( #42641 )
...
* Docs: Dedicated section for Grouping in Alerting
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/alerting/unified-alerting/notification-policies.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Review suggestions
Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-02 15:51:49 +00:00
Robby Milo
2ead937a26
Update aws-authentication.md ( #42558 )
2021-12-02 08:41:07 -05:00
achatterjee-grafana
ae655f2675
Docs alerting doc updates ( #42262 )
...
* Replaced "Grafana 8 alerting" with "Grafana alerting". Added support matrix for Grafana alerting.
* Few more changes and added deprecation notice to legacy alerting landing page.
* Added more content from Yuri's PR.
* Ran prettier.
* Added code review changes.
* One more change.
* Fixed linked texts.
2021-12-01 17:43:44 -05:00
Petros Kolyvas
248c71c903
Docs: Grafana 8.3 Release Docs - Minor updates ( #42609 )
...
* missing panel quick descriptions
* Panel rel ref fix
* AWS Cloudwatch Metrics to Whats New
2021-12-01 21:06:01 +01:00
Petros Kolyvas
41917c1473
Docs: What's new 8.3 with additions and image links ( #42551 )
...
* OSS images
* Enterprise images
* Adds the link to the what's new page
* Updated Alerting header style
* Prettier fix
* Update docs/sources/whatsnew/whats-new-in-v8-3.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v8-3.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v8-3.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-01 17:29:27 +01:00
Petros Kolyvas
7b1aee5220
Docs: New documentation for the Grafana 8.3 Candlestick panel ( #42491 )
...
* Initial scaffolding
* intro sentence
* Option scaffolding
* More complete candlestick documentation
* Add candlestick to visualization list
* Clarifying the opening sentence.
* Prettier fix for Candlestick
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
* Updated to clarify hollow candlestick behaviour
* Prettier run manually
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/candlestick.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Leon Sorokin <leeoniya@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-01 17:09:02 +01:00
Mitch Seaman
d7861f62a9
Update recorded-queries.md ( #42548 )
...
Update formatting to make a quote block instead of a bold greater-than symbol
> Added backport label, assuming the content is for 8.3 release.
Thanks @achatterjee-grafana :)
2021-12-01 15:12:32 +01:00
Grot (@grafanabot)
c847c0382d
ReleaseNotes: Updated changelog and release notes for 8.3.0 ( #42524 )
...
* ReleaseNotes: Updated changelog and release notes for 8.3.0
* added index link.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
2021-12-01 09:52:09 -04:00
Petros Kolyvas
5fd1ce0fe9
Docs: Adding panel suggestions initial documentation for 8.3 ( #42488 )
...
* Adding panel suggestions initial documentation for 8.3
* Update docs/sources/panels/add-a-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-12-01 14:45:28 +01:00
Eric Leijonmarck
55ce03bd0c
Serviceaccounts: Add serviceaccount docs ( #41712 )
...
* Adds serviceaccount docs
* WIP
* wip
* Update docs/sources/manage-users/serviceaccount/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/serviceaccount/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/http_api/serviceaccount.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* updates
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-12-01 10:16:56 +00:00
Mitch Seaman
b7e1f5f9ce
add links between encryption docs ( #42549 )
2021-11-30 23:49:42 +01:00
Erik Sundell
bab78a9e64
CloudWatch: Add support for AWS Metric Insights ( #42487 )
...
* add support for code editor and builder
* refactor cloudwatch migration
* Add tooltip to editor field (#56 )
* add tooltip
* add old tooltips
* Bug bash feedback fixes (#58 )
* make ASC the default option
* update sql preview whenever sql changes
* don't allow queries without aggregation
* set default value for aggregation
* use new input field
* cleanup
* pr feedback
* prevent unnecessary rerenders
* use frame error instead of main error
* remove not used snapshot
* Use dimension filter in schema picker (#63 )
* use dimension key filter in group by and schema labels
* add dimension filter also to code editor
* add tests
* fix build error
* fix strict error
* remove debug code
* fix annotation editor (#64 )
* fix annotation editor
* fix broken test
* revert annotation backend change
* PR feedback (#67 )
* pr feedback
* removed dimension filter from group by
* add spacing between common fields and rest
* do not generate deep link for metric queries (#70 )
* update docs (#69 )
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
* fix lint problem caused by merge conflict
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-11-30 10:53:31 +01:00
Ivan Anselmi
cf3105e5be
MSSQL: Change regex to validate Provider connection string ( #40248 )
...
* Change the regex to allow to specified other connection attribute for MSSQL connection like ApplicationIntent property
* Docs update
* docs update
* some tests added
* formatting
* Change the regex to allow to specified other connection attribute for MSSQL connection like ApplicationIntent property
* Docs update
* docs update
* some tests added
* formatting
* docs and formatting
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-11-30 09:28:48 +01:00
Petros Kolyvas
ce0cf331e0
Docs: First GeoJSON update to docs for v8.3 ( #42394 )
...
* First GeoJSON update to docs for v8.3
* Minor tweaks to views
* More language tweaks to views
* Removed alpha functionality from docs
* Added layer order and removed alpha functionality notes
* Updated marker shapes doc text with additional info
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/visualizations/geomap.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Finishing touches
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-11-30 01:30:20 +01:00
Ashley Harrison
5eb35606b9
Transformations: Clarify behaviour of Date format
( #42436 )
...
* Transformations: Clarify behaviour of `Date format`
* Remove full stop from bullet point
2021-11-29 16:30:07 +00:00
Christopher Moyer
8b34df36c2
Update license restrictions documentation ( #41713 )
...
* Update docs/sources/enterprise/license/license-restrictions.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-11-29 16:09:01 +01:00
Eric Leijonmarck
d997e051c2
AccessControl: Document role display name ( #40068 )
...
* docs: role displayname
* Update docs/sources/enterprise/access-control/roles.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/access-control/roles.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* refactor: update accesscontrol based on fixed roles
* update displayname text
* Update docs/sources/enterprise/access-control/roles.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* updated group
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: eleijonmarck <eleijonmarck@Erics-MBP.home>
2021-11-29 15:06:10 +01:00
lean.dev
1ee34fb90a
Fixing documentation for query caching plugin: steps duplicated ( #42392 )
2021-11-26 19:15:45 +01:00
Grot (@grafanabot)
2b6c03714c
ReleaseNotes: Updated changelog and release notes for 8.3.0-beta2 ( #42309 )
...
* ReleaseNotes: Updated changelog and release notes for 8.3.0-beta2
* chore: update index file for release notes
* chore: Add link for 8.2.5
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
Co-authored-by: Levente Balogh <balogh.levente.hu@gmail.com>
Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
2021-11-26 11:44:42 +01:00
George Robinson
1b26d4d88e
Alerting: Create DatasourceError alert if evaluation returns error ( #41869 )
...
* Alerting: Create DatasourceError alert if evaluation returns error
* Alerting: Add docs for DatasourceError alert
* Alerting: Fix DatasourceError alert does not have dashboard_uid label
* Alerting: Add break when datasource_uid found
* Alerting: Update TestProcessEvalResults
2021-11-25 11:46:47 +01:00
George Robinson
2863af3bc3
Alerting: Add docs for DatasourceNoData alert ( #42265 )
2021-11-25 09:41:55 +00:00
Sriram
70bc0b86e2
TestDataDB: Raw frame input ( #42209 )
...
* test datasource raw-frame scenario added
* typo fix in doc
2021-11-25 09:14:34 +00:00
Mitch Seaman
5043448769
[Docs] Document FGAC user role assignment ( #41797 )
2021-11-24 22:50:48 +01:00
Vardan Torosyan
18b5e40d5a
Docs: Update the coverage of fine-grained access control ( #41398 )
...
* Docs: Update the coverage of fine-grained access control
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2021-11-24 21:32:07 +01:00
Ursula Kallio
59b0f534c5
Add concept about Grafana and Grafana Enterprise database encryption ( #41853 )
...
* Add concept about Grafana database encryption.
* Add database encryption information for Enterprise.
2021-11-24 21:09:20 +01:00
Ursula Kallio
1c261aea8e
Add Azure Key Vault documentation. ( #42257 )
2021-11-24 20:48:15 +01:00
Ursula Kallio
782d5a27fd
Document KMS integration part 1 ( #41864 )
...
Co-authored-by: Tania B. <yalyna.ts@gmail.com>
2021-11-24 19:10:49 +01:00
Leonard Gram
d624230b5d
Packaging: removes an unused dependency ( #42071 )
...
* Packaging: removes an unused dependency
libfontconfig1 was used by phantomjs but we aren't using phantomjs
anymore
* Packaging: removes further libfontconfig1 references
2021-11-24 10:45:29 +01:00
Gabriel MABILLE
a93e649af5
AccessControl: Document orgs
roles and orgs
endpoints ( #42171 )
...
* AccessControl: Document `orgs` roles and `orgs` endpoints
* Use maintainer instead of manager
2021-11-24 10:08:55 +01:00
gotjosh
a5b29aed29
Alerting: Document Alertmanager/Prometheus versions we support ( #42160 )
...
* Alerting: Document Prometheus/Alertmanagers versions we support
* Illustrate with an example
2021-11-23 18:41:48 +01:00
Agnès Toulet
934e4ad3af
Docs: update auditing documentation with new logs ( #41722 )
...
* Add detailed info on audit log contents
* Apply suggestions from code review
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* Docs: update auditing documentation with new logs
* add back remove datasource permission
* improve formatting
* fix incorrect action
* clean formatting
* formatting
Co-authored-by: Jesse Weaver <jesse.weaver@grafana.com>
Co-authored-by: Jesse Weaver <pianohacker@gmail.com>
2021-11-23 18:13:00 +01:00
Grot (@grafanabot)
f186575693
ReleaseNotes: Updated changelog and release notes for 8.3.0-beta1 ( #42044 )
2021-11-23 11:05:27 +01:00
achatterjee-grafana
c4b21f7b51
Removed packahes_api relrefs. ( #42017 )
2021-11-22 16:58:51 -05:00
Petros Kolyvas
3340d7ad44
Docs: Whats new 8.3 - Preliminary ( #41930 )
...
* Initial placeholder docs for candlestick panel
* Initial What's new for 8.3
* Delete candlestick.md
Removing this file as it's part of another branch/pr
* Oops forgot to hit save in VSCODE. Rookie mistake
2021-11-22 14:46:57 +01:00
achatterjee-grafana
7f3562886e
Corrected the path. ( #42006 )
2021-11-19 14:42:53 -05:00
achatterjee-grafana
e0db19e741
updated image name (fixed typo), removed redundant image and resized images. ( #41999 )
2021-11-19 13:18:32 -05:00
Gábor Farkas
91f9284e9d
docs: improved deprecation-info for elasticsearch and influxdb ( #41981 )
2021-11-19 15:58:21 +01:00