brendamuir
6c6103d573
Docs: adds workaround for editing provisioned rules using the HTTP API ( #59094 )
...
* Docs: adds workaround for editing provisioned rules using api
* updates text
* updates text take two
2022-11-22 11:46:48 +00:00
Sonia Aguilar
082c8ba7a0
Docs: Add step for custom labels in alert form ( #59027 )
2022-11-22 11:35:54 +01:00
linoman
f8f61c1a69
Auth: Add expiry date for service accounts access tokens ( #58885 )
...
* Add new configuration option for SA tokens
* Add new expiry date option to frontend components
* Add backend validation
Co-authored-by: Gabriel MABILLE <gamab@users.noreply.github.com>
2022-11-22 10:08:40 +01:00
George Robinson
2f878acd9d
Alerting: Add Troubleshooting to Images in notifications docs ( #58955 )
2022-11-21 11:21:59 +00:00
Mitch Seaman
b0fc736e7a
Remove Annotations API version reference ( #57057 )
...
Remove minimum version reference in Annotations API docs, since docs are versioned and this feature has been released for years.
2022-11-21 10:07:59 +00:00
Sonia Aguilar
97bf3c1dca
Alerting: Move alert rule name to the top left in alert form ( #58579 )
...
* Move alert rule name to the top left in alert form, and add a placeholder
* Update docs
* Fix lint error
2022-11-21 09:11:02 +01:00
Christopher Moyer
8ac197b11c
Docs/removes admin screenshots ( #58994 )
...
* removes screenshots in the admin docs
* removes unneeded screenshot
2022-11-18 15:55:46 -06:00
Christopher Moyer
780efa5791
Docs: adds permission validation setting ( #58970 )
...
* adds permission validation setting
* Update docs/sources/administration/roles-and-permissions/access-control/configure-rbac/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
* makes prettier
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com>
2022-11-18 12:06:09 -06:00
Christopher Moyer
e7b5bd34bd
Docs: adjusts link to kms integration ( #58981 )
...
adjusts link to kms integration
2022-11-18 10:46:07 -06:00
George Robinson
4da97aef7d
Alerting: Fix metric in Images in Notifications docs ( #58954 )
2022-11-18 16:28:00 +00:00
Alex Pakalniskis
0e4108f62f
Documentation Update: Minor spelling change ( #58933 )
...
chore: minor grammar tweak
2022-11-18 11:34:25 +01:00
Marcus Efraimsson
79f1a7a4fd
Database: Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration ( #58268 )
...
Adds support for enable/disable SQLite Write-Ahead Logging (WAL) via configuration.
Enables SQLite WAL for E2E tests.
2022-11-16 19:29:33 +01:00
João Calisto
f254a37d35
Middleware: Add CSP Report Only support ( #58074 )
...
* Middleware: Add CSP Report Only support
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update csp documentation wording
* Update conf/sample.ini
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update docs/sources/setup-grafana/configure-grafana/_index.md
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
* Update pkg/middleware/csp.go
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Dave Henderson <dave.henderson@grafana.com>
2022-11-16 17:11:26 +00:00
matt abrams
74010fd05d
Admin: Fix broken links to image assets in email templates ( #58729 )
...
fix broken links to image assets
2022-11-16 14:17:39 +01:00
Marcus Andersson
5bd15026ff
Docs: How to add plugin interaction tracking ( #58652 )
...
* docs for plugin interaction tracking.
* Update docs/sources/developers/plugins/add-anonymous-usage-reporting.md
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
* Adding query type
* Fixed spelling issue
Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
2022-11-16 10:06:42 +01:00
Jack Baldry
b9d8bcb59b
Use relref resolved from nearest section ( #58718 )
...
As image-rendering is a branch bundle, it is considered a section by
Hugo and relrefs should be resolved from there even for child pages.
The behavior that worked in `next` but not `latest` could be explained
by the lenient but potentially ambiguous relref resolution algorithm
Hugo uses. However, I have not determined the exact difference between
the two sets of content that causes `next` to work but `latest` not to.
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
2022-11-14 17:00:28 -04:00
Misi
4915d21c25
OAuth: Feature toggle for access token expiration check and docs ( #58179 )
...
* Add feature toggle for access token expiration check
* Add docs for configuring refresh tokens
* Update docs
* Update docs based on review
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Improve documentation
* Change access_type default to Offline
* Update docs/sources/setup-grafana/configure-security/configure-authentication/gitlab/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update docs/sources/setup-grafana/configure-security/configure-authentication/google/index.md
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
* Update pkg/services/featuremgmt/registry.go
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
* Regenerate toggles
* Update Generic OAuth docs
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
Co-authored-by: Eric Leijonmarck <eric.leijonmarck@gmail.com>
2022-11-14 16:47:46 +01:00
Christopher Moyer
a9458c8c00
Docs: corrects relrefs ( #58706 )
...
corrects relrefs
2022-11-14 09:24:39 -06:00
Garrett Guillotte
b0c197b966
Docs: Comment out broken images ( #57482 )
...
* Docs: Comment out broken images
* Docs: Hide the correct images
Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Daniel Lee <dan.limerick@gmail.com>
2022-11-14 10:49:04 +01:00
Labesse Kévin
c3fef96ee0
docs: code format ( #58216 )
2022-11-14 10:35:44 +01:00
Niklas Kaaf
75c9350a5a
docs: fix heading level for env variable on configuration page ( #58689 )
...
fix syntax error in Heading
2022-11-13 13:43:23 +01:00
Victor Marin
6e776d0fec
MSSQL: Add connection timeout setting in configuration page ( #58631 )
...
* MSSQL add connection timeout
* add docs
* Update docs and add min value to the timeout setting
2022-11-11 14:04:08 -05:00
gotjosh
d748979048
Alerting: Implement the Webex notifier ( #58480 )
...
* Alerting: Implement the Webex notifier
Closes https://github.com/grafana/grafana/issues/11750
Signed-off-by: gotjosh <josue.abreu@gmail.com>
2022-11-11 17:27:13 +00:00
Daniel Lee
891ae91c70
docs: fix typo in provisioning docs ( #58110 )
...
Fix typo
Co-authored-by: Udlei Nati <udlei@nati.biz>
2022-11-11 12:30:26 +01:00
Alexa V
5fac98bcfd
Docs: Add feature flag example to override configuration with environment variables ( #58613 )
2022-11-10 15:39:27 -06:00
Timur Olzhabayev
41c491e2db
Cleaning up plugin developer docs ( #58596 )
2022-11-10 18:36:59 +01:00
Timur Olzhabayev
5bc7f693b5
Docs: Replacing toolkit with sign-plugin ( #58593 )
2022-11-10 18:31:42 +01:00
brendamuir
bd6ac793a0
Docs: adds explore content for alerting ( #58573 )
2022-11-10 12:35:24 +00:00
Christopher Moyer
ad374efcbd
adjusts the stem sentence ( #58538 )
2022-11-09 11:24:29 -06:00
Christopher Moyer
2dfe0a4060
Docs: adjusts topics to align with task templates ( #58478 )
...
* updates topic to align with multiple task template
* updates goal intro
* aligns formatting with single task topic template
* Update docs/sources/administration/team-management/index.md
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
* adds permissions requirements to two tasks
Co-authored-by: Kim Nylander <104772500+knylander-grafana@users.noreply.github.com>
2022-11-09 10:09:46 -06:00
Esteban Beltran
cced175ccf
Docs: Replace toolkit command to scaffold plugins with create-plugin ( #58462 )
...
* Replace command to scaffold plugin with create-plugin
* Change link text
2022-11-09 08:15:23 -06:00
Gareth Dawson
966b47c2ef
Loki: Rename log browser to label browser ( #58416 )
...
* rename loki log browser to label browser
* rename loki log browser to label browser
2022-11-09 09:57:05 +00:00
Julien Duchesne
f1f401147f
Linux repositories: Document apt|rpm.grafana.com
( #57527 )
...
* Linux repositories: Document `apt|rpm.grafana.com`
We'll be moving off packages.grafana.com (it will be linked to the new repositories)
The new package repositories are easier to use, so let's document them instead
Question: Are the scripts in `scripts/build/update_repo` and `scripts/verify-repo-update` still used? They seem very old, and seem like the generation of scripts before grabpl was created
* Shorter RPM docs. No need to copy the same snippet twice
* Add warning about repository migration
* oops
2022-11-08 07:10:56 -05:00
Christopher Moyer
0315f6317e
Docs: corrects outer join example ( #58348 )
...
* corrects outer join example
* Update docs/sources/panels-visualizations/query-transform-data/transform-data/index.md
* adds query tables back in
2022-11-07 13:40:09 -06:00
Giordano Ricci
43436bd6f0
Explore: Remove explore2Dashboard feature toggle ( #58329 )
2022-11-07 16:06:40 +00:00
Giuseppe Crinò
b40f192c7e
chore(docs): clarify how to refer to GH teams ( #57679 )
2022-11-07 11:39:59 +01:00
Christopher Moyer
1722000309
fixes typo ( #58159 )
2022-11-03 13:42:23 -05:00
lean.dev
c1b10e4f0c
Docs: Adding documentation for custom branding on public dashboards ( #58090 )
...
Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com>
2022-11-03 14:58:43 -03:00
Alexander Komarov
76532c1f27
Fix an indentation issue in example config in doc ( #57814 )
...
Fix this issue:
"Error loading config (--config.file=/etc/prometheus/prometheus.yml)" file=/etc/prometheus/prometheus.yml err="parsing YAML file /etc/prometheus/prometheus.yml: yaml: line 8: did not find expected '-' indicator"
2022-11-03 10:44:14 +01:00
brendamuir
f1b6660b54
Docs: fixes alias ( #58060 )
...
* Docs: fixes alias
* adds file ext
2022-11-02 17:00:26 -04:00
Gabriel MABILLE
101ce57a94
RBAC: Allow listing user permissions with scope ( #57538 )
...
* RBAC: Allow listing user permissions with scope
* Add docs
* Document the api endpoint
* Update docs
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
* Split endpoint in two
* document reloadcache
* Update docs/sources/developers/http_api/access_control.md
* Fix test
* Ieva's nit.
* Simplify flag description
Co-authored-by: Garrett Guillotte <100453168+gguillotte-grafana@users.noreply.github.com>
2022-11-02 10:48:11 +01:00
Eric Leijonmarck
c43e97cf37
Docs: Add prerequisites to enable auth.jwt for url login ( #57806 )
...
* docs: add prerequisites
* Update docs/sources/setup-grafana/configure-security/configure-authentication/jwt/index.md
2022-11-01 17:21:07 -04:00
Garrett Guillotte
852d069a3c
Docs: Refactor data sources content ( #57573 )
...
* Docs: Revise data source index
* Docs: Consolidate data source administration docs
* Docs: Revise panels docs related to data sources
* Docs: Revise Alertmanager data source
* Docs: Reorganize AWS CloudWatch data source docs
* Docs: Reorganize Azure Monitor data source docs
* Docs: Move azuremonitor to azure-monitor
* Docs: Revise Elasticsearch docs
* Docs: Move Elasticsearch index into bundle
* Docs: Revise GCM docs
* Docs: Revise Graphite docs
* Docs: Move Graphite index into bundle
* Docs: Revise InfluxDB docs
* Docs: Revise Jaeger docs
* Docs: Move Jaeger index into bundle
* Docs: Revise Loki docs
* Docs: Move Loki index into bundle
* Docs: Revise MS SQL docs
* Docs: Move MS SQL index into bundle
* Docs: Revise Prometheus docs
* Docs: Move Prometheus index into bundle
* Docs: Revise Tempo docs
* Docs: Move Tempo index into bundle
* Docs: Revise TestData DB docs
* Docs: Move TestData DB index into bundle
* Docs: Revise Zipkin docs
* Docs: Move Zipkin index into bundle
* Docs: Move other data sources' index pages into bundles
* Docs: Revise frontmatter
* Fixing hugo markdown errors
* Docs: Add query editor and template var sections to overview doc
* Docs: Remove CTAs across data source docs
* Docs: Remove CTA
* Docs: Remove CTA
* Docs: Fix links, images, typos, and usage consistency.
* Docs: Fix typos
* Docs: Fix CI issues
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update docs/sources/datasources/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Docs: Fix query editor links
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Update docs/sources/panels-visualizations/_index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
* Docs: Rebundle child pages per writers' toolkit
* Docs: Fix prettier for CI
* Docs: Fix relrefs from outside data sources docs
* Docs: Fix broken relrefs within datasources
* Docs: Fix relrefs to data sources docs
* Fixed some more refs
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-11-01 10:22:06 -05:00
unknowndevQwQ
6dd3584f77
Server: Make unix socket permission configurable ( #52944 )
2022-11-01 15:04:01 +01:00
Petr Stupka
e99f75f0ca
Alerting: Linking external images securely - Azure Blob ( #1 ) ( #56598 )
2022-11-01 13:02:17 +01:00
Andrej Ocenas
dfb75815b1
Profiling: Add docs for Parca and Phlare ( #57833 )
...
* Add docs for Parca and Phlare
* Add feature toggle note
* Wording fixes
* Update images and some links
* Update links
2022-11-01 11:14:36 +01:00
Joey Tawadrous
00ebd7a983
FlameGraph: Add docs for flame graph ( #57834 )
...
* Flame graph docs
* Remove aliases
* Add flame graph to viz page
* Update text
* Update feature toggle text
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update links
* Remove heading
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update docs/sources/panels-visualizations/visualizations/flame-graph/index.md
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
* Update text
Co-authored-by: Eve Meelan <81647476+Eve832@users.noreply.github.com>
2022-11-01 09:51:58 +00:00
Christopher Moyer
6aa3003a54
removes CTAs ( #57931 )
2022-10-31 16:24:51 -05:00
Jo
07991c76fe
Doc: Fix wrong default callback URL ( #57908 )
...
* doc: fix wrong default callback URL
* doc: fix gitlab typos
2022-10-31 16:13:27 +01:00
Joan López de la Franca Beltran
0864994bcb
Docs: Update Auditing docs ( #57867 )
...
* Docs: Update Auditing docs
* Update docs/sources/setup-grafana/configure-grafana/enterprise-configuration/index.md
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com>
2022-10-31 14:53:46 +01:00