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
Ursula Kallio
ed0f3100b3
Add concept about envelope encryption ( #41860 )
...
* Add concept about envelope-encryption.
* remove comma
* separate warning note into steps
* remove steps from warning note
* Fix lint
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com >
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2021-11-19 07:51:16 -07:00
Gábor Farkas
f5641c0293
Docs: add easier to find deprecation notices to certain data sources and to the changelog ( #41938 )
...
* docs: add easier to find deprecation-info
* better indentation in the docs
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
* better indentation in the docs
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
* prettier fixes
Co-authored-by: Giordano Ricci <me@giordanoricci.com >
2021-11-19 15:23:07 +01:00
Levente Balogh
35c2c95fdc
Plugins: remove deprecated code (components) ( #41686 )
...
* refactor(plugins): use routes specific to the new plugins/admin
* refactor(plugins): remove unused pages (PluginList, PluginItem)
* refactor(plugins): remove PluginPage
* refactor(plugins): remove UpdatePluginModal
* refactor(plugins): move AppConfigWrapper under plugins/admin
* refactor(plugins): move PluginDashboards under plugins/admin
* refactor(plugins): rename the "specs" folder to "tests"
* refactor(plugins): move test files to /tests folder
* refactor(plugins): move AppRootPage into a /components folder
* refactor(plugins): move PluginsErrorsInfo into a /plugins folder
* refactor(plugins): move PluginSettingsCache into a /components folder
* refactor(plugins): move PluginStateInfo into a /plugins folder
* refactor(plugins): move AppRootPage.test.tsx next to the tested component
* refactor(plugins): remove old snapshot tests
* fix(plugins): fix tests
* refactor(plugins/admin): move & rename PluginSettingsCache
* fix(plugins): fix a few rebase issues
* Plugins: remove deprecated code (state handling) (#41739 )
* refactor(plugins): use the plugins/admin reducer only
* refactor(plugins): remove tests for the deprecated plugins reducer
* refactor(plugins): remove tests for the deprecated plugins selectors
* refactor(plugins/state): add a short comment note to selectors
* feat(plugins/state): add a selector for selecting errors
* feat(plugins/state): add a hook for getting plugin errors
* refactor(plugins): udpate the PluginsErrorsInfo component to use the new state selectors
* refactor(plugins/state): remove the old (deprecated) selectors
* refactor(plugins/state): use the new actions under /admin
* refactor(plugins/state): remove old (deprecated) reducers and actions
* refactor(plugins): update component definition
* fix(plugins): remove unnecessary {children} prop for PluginsErrorsInfo
* Plugins: show / hide install controls based on the `pluginAdminEnabled` flag (#41749 )
* docs(plugins): update documentation for the `plugin_admin_enabled` flag
* refactor(InstallControls): move the main component to a named module
* feat(plugins): use the `pluginAdminEnable` flag to hide / show install controls in the UI
* test(plugins): add tests for enabling/disabling install controls
2021-11-19 13:42:26 +01:00
Agnès Toulet
e904f423e4
Docs: Add configuration option for the image renderer ( #41798 )
...
* Docs: add configuration option for the image renderer
* Apply review feedback
2021-11-18 18:09:08 +01:00
Grot (@grafanabot)
daa3cb831d
ReleaseNotes: Updated changelog and release notes for 8.2.5 ( #41886 )
2021-11-18 14:58:09 +01:00
Grot (@grafanabot)
6aeecd48a7
ReleaseNotes: Updated changelog and release notes for 8.2.5 ( #41861 )
2021-11-18 13:25:28 +01:00
achatterjee-grafana
e59c3a34fe
Updated content based on Ivana's note. ( #41848 )
2021-11-18 09:53:38 +01:00
Mitch Seaman
0798fbb5d4
Add encryption algorithm to Enterprise config ( #41412 )
...
* Add encryption algorithm to Enterprise config
* Update docs/sources/enterprise/enterprise-configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-11-18 08:48:16 +01:00
Todd Treece
c3f1cc6c75
Docs: Add docs for caching timeouts ( #39672 )
...
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com >
2021-11-18 08:36:10 +01:00
achatterjee-grafana
d3b513ab59
Doc: Removed reference to Hosted Grafana ( #41843 )
...
* Removed extra word
* Removed another ref of hosted grafana.
2021-11-17 19:41:17 -05:00
Karl Persson
d623285fcc
Access Control: Rename fixed roles ( #41288 )
...
* Rename fixed roles
* Update descriptions
* Update docs for fixed roles and permissions
Co-authored-by: Ieva <ieva.vasiljeva@grafana.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-11-17 15:40:39 +01:00
Andrew Hackmann
88aec85e3d
recorded queries/documentation ( #41714 )
...
* docs for recorded queries
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* add reference to backend data source plugin
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-11-16 14:55:24 -06:00
Sofia Papagiannaki
11ec1ddd7e
Docs: Add guidelines for running grafana behind proxy on RPM-based Linux ( #41710 )
...
* Docs: Add Centos guidelines for running grafana behind proxy
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-11-16 18:47:37 +02:00
gotjosh
b39859bdfe
Alerting: HA documentation formatting fixes ( #41682 )
...
* Alerting: HA documentation formatting fixes
* don't change that line
2021-11-15 16:15:59 +00:00
Josh Hunt
bfec79a7dc
Chore: Improve wording of 'Now delay' option ( #41368 )
...
* Chore: Improve wording of 'Now delay' option
* Feedback
2021-11-15 16:08:28 +01:00
Dimitris Sotirakis
a076a4170c
Release Notes: Update Release Notes and Changelog for 8.2.4 security fix ( #41691 )
...
* 8.2.4: Update CHANGELOG.md and release-notes-8-2-4.md
* Update blog post link
2021-11-15 15:28:22 +01:00
Marcus Efraimsson
b88d21a6cb
PluginsCatalog: Add backend support for hiding plugins in plugins catalog ( #41563 )
...
Add backend support for hiding plugins in plugins catalog.
Ref #41074
2021-11-15 10:53:35 +01:00
Jesse Weaver
8338f01467
Add detailed info on audit log contents ( #40905 )
...
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com >
2021-11-13 00:27:36 +01:00
Peter Holmberg
b2d7162168
Alerting: Add external Alertmanagers ( #39183 )
...
* building ui
* saving alertmanager urls
* add actions and api call to get external ams
* add list to add modal
* add validation and edit/delete
* work on merging results
* merging results
* get color for status heart
* adding tests
* tests added
* rename
* add pollin and status
* fix list sync
* fix polling
* add info icon with actual tooltip
* fix test
* Accessibility things
* fix strict error
* delete public/dist files
* Add API tests for invalid URL
* start redo admin test
* Fix for empty configuration and test
* remove admin test
* text updates after review
* suppress appevent error
* fix tests
* update description
Co-authored-by: gotjosh <josue@grafana.com >
* fix text plus go lint
* updates after pr review
* Adding docs
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* Update docs/sources/alerting/unified-alerting/fundamentals/alertmanager.md
Co-authored-by: gotjosh <josue@grafana.com >
* prettier
* updates after docs feedback
Co-authored-by: gotjosh <josue.abreu@gmail.com >
Co-authored-by: gotjosh <josue@grafana.com >
2021-11-12 22:19:16 +01:00
gotjosh
dfa14e9500
Alerting: Document Grafana 8 High Availability setup ( #41503 )
...
* Alerting: Document Grafana 8 High Availability setup
* Apply suggestions from code review
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com >
* Wordsmithing
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Address review feedback
* Apply suggestions from code review
Co-authored-by: George Robinson <george.robinson@grafana.com >
* Update docs/sources/alerting/unified-alerting/high-availability.md
Co-authored-by: George Robinson <george.robinson@grafana.com >
* address review feedback
* Prettier
Co-authored-by: Yuriy Tseretyan <tceretian@gmail.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: George Robinson <george.robinson@grafana.com >
2021-11-12 18:47:39 +00:00
Oscar Kilhed
6fe29dda33
Barchart docs and styling fix ( #41362 )
...
* Barchart docs and styling fix
* Fix name of max length
* rename valueRotation -> xTickLabelRotation
also limits slider padding on sliders without marks
2021-11-12 15:03:19 +01:00
gotjosh
05c672b755
Alerting: Update docs on using the Prometheus Datasource with the Ruler ( #41528 )
...
* Alerting: Update docs on using the Prometheus Datasource with the Ruler
* Update docs/sources/alerting/unified-alerting/alerting-rules/create-cortex-loki-managed-rule.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-11-11 12:10:07 +00:00
Gábor Farkas
eb47a58029
InfluxDB: fix numeric aliases in queries ( #41531 )
...
* influxdb: alerting: handle out-of-range numeric aliases
* influxdb: updated documentation
2021-11-11 09:18:06 +01:00
achatterjee-grafana
94704f1061
Removed extra word ( #41576 )
2021-11-10 20:43:36 -05:00
Per
4d52bd924f
Document elasticsearch maxConcurrentShardRequests parameter ( #39624 )
...
* Better elastic documentation.
* apply docs suggestion
Co-authored-by: Elfo404 <me@giordanoricci.com >
2021-11-10 15:50:27 +00:00
Santiago
a45e4ff73f
graphLink and tableLink template functions ( #41369 )
...
* graphLink and tableLink functions, docs updated
* Code review changes
* extract query struct outside of graphLink and tableLink functions
* Fix docs
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/alerting/unified-alerting/alerting-rules/alert-annotation-label.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Fix linting errors
Co-authored-by: Jean-Philippe Quéméner <JohnnyQQQQ@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-11-10 10:36:03 -03:00
Piotr Jamróz
7d2e9aa979
Elasticsearch: Enable full range log volume histogram ( #41202 )
...
* Rename "Logs volume" labels to "Log volume"
Code references are kept intact as there's a lot of them, it could be renamed in a separate PR just with renaming
* Add log level docs
* Remove feature flag to enable log volume by default
* Update error message
* Update docs
* Fix unit test
* Fix unit test
Queries are now run automatically
* Add extra param for Loki API
* Remove "Load volume" button
* Update documentation about log volume
* Move comment
* Make reload button more accessible
* Update docs/sources/explore/logs-integration.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Hide full range log volume for Loki behind the feature toggle
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-11-10 11:20:30 +01:00
Marcus Efraimsson
b304965bbe
Docs: Update data source provisioning in regards to HTTP specific settings ( #40163 )
...
Clarifies documentation in regards to data source provisioning and certain
settings that earlier was explained as applicable to All data sources.
Fixes #19574
Co-authored-by: Will Browne <wbrowne@users.noreply.github.com >
2021-11-08 18:59:21 +01:00
achatterjee-grafana
bda60f3458
Updated a few install topics with references to "Hosted Grafana" ( #41106 )
2021-11-08 11:43:34 -05:00
achatterjee-grafana
f346bbb3bb
Docs: Added note that only string type is supported for query variables. ( #41359 )
...
* Added note that only string type is supported for query variables.
* Added doc review.
2021-11-08 08:56:38 -05:00
Agnès Toulet
3a6b8535b1
API: return resource ID when deleting datasource with UID and library element ( #41342 )
...
* API: return resource ID when deleting datasource and library element
* keep status codes consistent
* fix element ID
* add test
* improve response struct
* update endpoints documentation
* LibraryElementIDResponse -> DeleteLibraryElementResponse
2021-11-05 15:06:14 +01:00
Dawnpool
e0ad74a815
Update config-from-query.md ( #41333 )
2021-11-05 09:46:42 -04:00