Kevin Minehart
6a97236b7a
Update enterprise-configuration.md ( #32365 )
2021-03-26 15:13:03 -05:00
Alexander Tymchuk
3efca53edf
Docs: /sources/http_api/user.md ( #31152 )
...
I believe it's a mistake in the docs, since http requests against those endpoints are not supposed to be authenticated with API keys.
If I correctly understand Grafana's auth design, the API key is not issued/tied to a user, therefore there is no mechanism to detect who the user is when the request is authenticated with an API key.
Please note there may be other endpoints like this...
2021-03-26 13:15:10 -04:00
Jennifer Villa and achatterjee-grafana
96ca2d6afc
Updated index of installation page. ( #32366 )
...
* Updated index of installation page.
* Update docs/sources/installation/_index.md
accepting suggestions from docs team
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-03-26 12:31:42 -04:00
Grot (@grafanabot) and Marcus Andersson
ccb563d572
ReleaseNotes: Updated changelog and release notes for 7.5.1 ( #32367 )
...
* ReleaseNotes: Updated changelog and release notes for 7.5.1
* added link to realease notes.
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com >
2021-03-26 16:28:52 +01:00
Diana Payton
1d46e7c2e9
Docs: Update whats-new-in-v7-5.md ( #32331 )
2021-03-26 10:22:13 -04:00
Henry Jenkins
8bb56fabe0
Fix docs for GID ( #32323 )
...
The Dockerfile and other parts of the docs state GID of zero is used. Update to correct this.
2021-03-26 14:02:32 +01:00
Ryan McKinley
600f63f627
revert changes ( #32335 )
2021-03-25 22:10:29 -04:00
Jennifer Villa and achatterjee-grafana
fc4d4471ff
Add documentation page for how to install Grafana and GE on K8s ( #32008 )
...
* Adding a documentation page for how to install Grafana and Grafana Enterprise on Kubernetes. We will then reference this in the GEM documentation since that setup is written for K8s users.
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Fixing the numbering and some of the changes suggested by review.
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/installation/kubernetes.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Making the final changes to the documentation to address comments.
* Fixed numbering.
* spacing changes.
* spacing didn't render as intended.
* Last set of changes including spacing fixes, getting the right headings, and getting the right weighting so it shows up in the right place in the menu.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-25 22:09:05 -04:00
Grot (@grafanabot) and Hugo Häggmark
08dfdddefd
ReleaseNotes: Updated changelog and release notes for 7.5.0 ( #32318 )
...
* ReleaseNotes: Updated changelog and release notes for 7.5.0
* Chore: Adds link to _index.md
Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com >
2021-03-25 18:33:30 +01:00
Ivana Huckova
8d9de3f626
Docs: Adjust sizes of images in Loki documentation ( #32301 )
...
* Adjust size of log browser image
* Adjust size of log browser image
2021-03-25 09:38:09 +01:00
Ryan McKinley
ea186947d2
Timeseries: add UI to control the span nulls threshold ( #32222 )
2021-03-25 05:32:03 +01:00
Dewald Viljoen and achatterjee-grafana
6fa53a1ee4
Alerting: Allow sending notification tags to Opsgenie as extra properties ( #30332 )
...
* Alerting: Opsgenie send tags as extra properties
Allow users to select where to send notification tags when alerting via
OpsGenie. Supports sending tags as key/value details, concatenated
strings in tags or both.
Users will be able to see their tags as key/values under extra
properties in an alert on the Opsgenie UI. These key/values can
then be used in the platform for routing, templating etc.
* Configurable delivery to either tags, extra properties or both
* Default to current behaviour (tags only)
* Support both so users can transition from tags to details
Add docs and clean up references
* Alerting: Add additional arg for Opsgenie tests
The NewEvalContext function now requires a 'PluginRequestValidator' argument.
As our test does not use the validator we can specify 'nil' to satisfy the
function and allow our test to pass as expected.
* Alerting: Opsgenie doc fixes
Accept suggested changes for Opsgenie docs
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Alerting: Opsgenie provisioning settings docs
Add the new setting to the provisioning docs
* Alerting: Opsgenie doc typo correction
Move the comma (,) out of the preformatting tags for the setting value
* Alerting: Opsgenie refactor send switches
Refactor the send switches to be methods on the OpsgenieNotiefier
itself. This also cleans up the method names so that the code reads
a bit more logically as:
if we should send details: send details
if we should send tags: send tags
This avoids the calling code needing to care about passing the state
and allows an engineer working in the `createAlert` function to focus
on the results of applying the logic instead.
* Alerting: Opsgenie docs rename note
Rename the note heading to match the number to more clearly link them.
* Alerting: Opsgenie use standard reference to note
Refer to the note below as per recommendation and standards.
Fixes #30331
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-24 17:07:26 +01:00
94ac097f47
Docs: Update Loki documentation ( #31867 )
...
* Update Loki documentation
* Update
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/datasources/loki.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update, add images and log browser info
* Add documentation for label browser
* Update docs/sources/datasources/loki.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-23 17:00:18 +01:00
achatterjee-grafana
e165eda283
Updated introduction and added a note. ( #32236 )
2021-03-23 09:24:22 -04:00
Andrej Ocenas
f8ec947700
Revert "Add min time interval in opentsdb plugin ( #31534 )" ( #32226 )
...
This reverts commit 4a2ba2a3ab .
2021-03-22 18:39:59 +01:00
Zoltán Bedi
7cd89b244e
Docs: Fix link for image rendering ( #32220 )
2021-03-22 15:59:19 +01:00
Gary Wang and Diana Payton
4a2ba2a3ab
Add min time interval in opentsdb plugin ( #31534 )
...
* #31533 Add min time interval in Opentsdb plugin
* add docs to explain min time interval in opentsdb plugin
* Update docs/sources/datasources/opentsdb.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/datasources/opentsdb.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* optimize docs
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-22 10:35:48 -04:00
Kevin Minehart
067bd5e604
add name of query caching feature flag in docs ( #32215 )
...
* add name of query caching feature flag in docs
* update caching config link
2021-03-22 15:10:19 +01:00
Jon Gyllensward
0c73569606
Changed name of feature flag
2021-03-22 10:09:15 +01:00
Grot (@grafanabot) and Dominik Prokop
b2c3189f27
ReleaseNotes: Updated changelog and release notes for 7.5.0-beta2 ( #32160 )
...
* ReleaseNotes: Updated changelog and release notes for 7.5.0-beta2
* Release notes link update
* Update CHANGELOG.md
* Apply suggestions from code review
Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com >
2021-03-19 15:34:14 +01:00
Carl Bergquist and achatterjee-grafana
862cd473eb
HttpServer: Make read timeout configurable but disabled by default ( #31575 )
...
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
2021-03-19 11:21:52 +01:00
30e5afa18c
DashboardList: Enable templating on search tag input ( #31460 )
...
* Add variable interpolation for dashlist panel.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Fix variable interpolation for dashlist panel to work with all syntax.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Fix prettier issues.
* Fix prettier issues.
* Update docs/sources/panels/visualizations/dashboard-list-panel.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: Torkel Ödegaard <torkel@grafana.com >
2021-03-18 19:39:03 +01:00
Leonard Gram
66b8179967
release notes v7.3.10 and v7.4.5 ( #32135 )
2021-03-18 19:25:48 +01:00
7a9a52c317
Alerting: Enable Alert rule severity tag to override VictorOps Severity setting ( #29392 )
...
* add severity to victorops
* Update docs, add test
* Fix spelling and lint
* fix resolving not working
* Update docs/sources/alerting/notifications.md
* Update docs/sources/alerting/notifications.md
* Update docs/sources/alerting/notifications.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/alerting/notifications.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* remove table, update supported alert notifiers
* add docs
* 7.4->7.5
* fix
* Update docs/sources/alerting/notifications.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-18 09:50:07 -04:00
G Gordon Worley III and Andrej Ocenas
0fbe7f7f52
Docs: Add mention of preferredVisualisationType in logs datasource guide ( #31910 )
...
* Add mention of preferredVisualisationType to get Log Panel to display
The instructions don't work right now. As described, it was necessary for me to set the preferredVisualisationType to 'logs' to get the log view in Explore. I spent several hours digging around the code to figure this out, so hopefully we can save others the time with this doc update.
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
* Update docs/sources/developers/plugins/build-a-logs-data-source-plugin.md
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com >
2021-03-18 10:44:53 +01:00
achatterjee-grafana
5286ddbbc0
Updated broken link for Graph panel documentation. ( #32082 )
2021-03-17 16:49:19 -04:00
a1c7e0630d
Docs: Update section on plugin dev for explore ( #31905 )
...
* Update section on preferredVisualisationType
* wording changes
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
* Update docs/sources/developers/plugins/add-support-for-explore-queries.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-03-16 17:25:10 +01:00
6e1c5e957a
Enterprise: Add Redis caching documentation ( #32001 )
...
* Document Redis cache config in Grafana Enterprise
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com >
2021-03-16 15:35:52 +01:00
Marcus Olsson
cf929237e1
Update plugin annotations docs ( #31808 )
2021-03-15 10:03:44 +01:00
Diana Payton
5e255cfd04
Update whats-new-in-v7-5.md ( #31919 )
2021-03-12 10:04:01 -08:00
ea185327ce
Docs: Add pie chart docs ( #31926 )
...
* Create pie-chart-panel.md
* Update pie-chart-panel.md
* Create legend-mode.md
* Update pie-chart-panel.md
* Update _index.md
* Update pie-chart-panel.md
* Update _index.md
* Create panel-legend.md
* Update panel-legend.md
* content updates
* Update whats-new-in-v7-5.md
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update pie-chart-panel.md
* Update docs/sources/panels/visualizations/panel-legend.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/panels/visualizations/panel-legend.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update docs/sources/panels/visualizations/pie-chart-panel.md
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
* Update docs/sources/panels/visualizations/pie-chart-panel.md
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
* Update docs/sources/panels/visualizations/pie-chart-panel.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
* Update panel-legend.md
* Update panel-legend.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com >
Co-authored-by: Oscar Kilhed <oscar.kilhed@grafana.com >
2021-03-12 10:02:55 -08:00
Kevin Minehart and Diana Payton
34105a6db8
Docs: additional caching documentation ( #31925 )
...
* Update query-caching.md
* Update enterprise-configuration.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-11 22:45:16 +01:00
Diana Payton
3c76458015
Docs: Update dashboard-folder-permissions.md ( #31908 )
2021-03-11 13:26:53 -05:00
Vardan Torosyan
e53b5afcd2
Licensing docs: Add docs about usage billing option ( #31267 )
2021-03-11 18:49:46 +01:00
Diana Payton
93ead2a50c
Docs: Permissions updates ( #31843 )
...
* moved restricting access content to a separate topic
* changed topic name
* Update organization_roles.md
* update link
* content updates
2021-03-11 09:52:48 -05:00
Pureewat Kaewpoi and Diana Payton
05d6d32f3e
Docker: Support pre-installing plugins from other sources in custom Dockerfiles ( #31234 )
...
Update custom Dockerfiles to support pre-installing plugins from other sources.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-11 12:17:34 +01:00
Diana Payton
477a54ae54
Docs: Update whats new 7 5 ( #31875 )
...
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
2021-03-10 23:01:01 +01:00
Gopal Ramachandran
12a6e68763
Docs: fixes included readme within manage-teams page ( #31878 )
2021-03-10 22:37:05 +01:00
Agnès Toulet
ac263f50d6
Docs: Update improved search image ( #31827 )
...
* Update image name
* remove added line
2021-03-10 08:22:15 +01:00
Erik Sundell and achatterjee-grafana
d512c5a1b4
Cloudwatch: ListMetrics API page limit ( #31788 )
...
* add list metrics api page limit
* Update docs/sources/datasources/cloudwatch.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-03-10 07:41:22 +01:00
Erik Sundell and Arve Knudsen
2d660ee502
CloudWatch: Restrict auth provider and assume role usage according to Grafana configuration ( #31805 )
...
* restrict usage of providers and assume role according to grafana config
* update docs
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* Update pkg/tsdb/cloudwatch/cloudwatch.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* Update pkg/tsdb/cloudwatch/session_test.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
* pr feedback
* fix failing test
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com >
2021-03-09 21:20:59 +01:00
Agnès Toulet
1490cd7154
Docs: update improved search ( #31686 )
2021-03-09 16:30:14 +01:00
Diana Payton
124ef813ab
Docs: Add Cloudwatch link 7.5 ( #31785 )
...
* Update whats-new-in-v7-5.md
* content changes
2021-03-08 09:28:36 -08:00
Diana Payton
db32f741fc
Docs: Add 7.5 whats new content ( #31742 )
...
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update license-restrictions.md
* Update whats-new-in-v7-5.md
2021-03-08 08:28:37 -08:00
Diana Payton
8f9cf851f7
Docs: Update organization_roles.md ( #31744 )
2021-03-08 07:48:53 -08:00
Grot (@grafanabot)
5645b11e91
ReleaseNotes: Updated changelog and release notes for 7.4.2 ( #31776 )
2021-03-08 16:17:52 +01:00
Fizz
6a7e8646aa
Docs: Fix description for cdn_url describe ( #31747 )
...
after practice cdn sourece will from don't have `v` version url to get
2021-03-08 16:17:25 +01:00
Zoltán Bedi and achatterjee-grafana
ae9255e568
Docs: update whatsnew 7.5 with Tempo changes ( #31772 )
...
* Docs: update whatsnew 7.5 with Tempo changes
* Update docs/sources/whatsnew/whats-new-in-v7-5.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-03-08 16:01:57 +01:00
Carl Bergquist and Diana Payton
3b36636318
Annotations: Make the annotation clean up batch size configurable ( #31487 )
...
Signed-off-by: bergquist <carl.bergquist@gmail.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-08 14:16:07 +01:00
Marcus Olsson and Diana Payton
c2a6f9623e
Docs: Update plugin docs for annotation support ( #31715 )
...
* Update plugin docs for annotation support
* Update docs/sources/developers/plugins/add-support-for-annotations.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
* Update docs/sources/developers/plugins/add-support-for-annotations.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com >
2021-03-08 10:46:48 +01:00