Grot (@grafanabot)
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
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)
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
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
Ivana Huckova
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
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)
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
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
Andrew Riedel
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
Ottavio M. Hartman
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
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
Andrej Ocenas
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
Kevin Minehart
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
Diana Payton
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
Robby Milo
57edbb4157
docs: add quick build ( #31663 )
...
* add quick docs build
* update docs
2021-03-12 08:53:17 -05:00
Kevin Minehart
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
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
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
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
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
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
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
Agnès Toulet
451fdd4cda
Docs: update license restrictions doc ( #31508 )
...
* Docs: update license restrictions doc
* wording and examples/clarification
* Update docs/sources/enterprise/license-expiration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/license-restrictions.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update license-restrictions.md
* Licensing doc: a user -> you
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Docs: apply PR feedback
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-03-08 09:15:34 +01:00
Mitch Seaman
e23bae5ec5
Fix error in configuration options ( #31745 )
...
Configuration per data source is not available yet.
2021-03-05 22:43:43 +01:00
Mitch Seaman
04e82add68
Docs: add query caching to Enterprise docs ( #31741 )
...
* Docs: add query caching to Enterprise docs
Co-authored-by: Kevin Minehart <kmineh0151@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-03-05 14:07:07 -06:00
Andrej Ocenas
d09afbda18
Docs: Add link to trace data API in whats new ( #31728 )
...
* Add link to docs
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
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-05 19:10:40 +01:00
Andrej Ocenas
54f281d6ed
Docs/Tracing: Add sections about schema of the trace data ( #31644 )
...
* Add sections about schema of the trace data
* Remove duplicate column
2021-03-05 13:42:21 +01:00
Ivana Huckova
2a2a6a3bfa
Add Loki to list of alerting data sources ( #31650 )
2021-03-05 11:30:56 +01:00
Ivana Huckova
7055c40cfc
Docs: Add info about Prometheus http method ( #31651 )
...
* Add infor about http method
* Update docs/sources/datasources/prometheus.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-05 11:30:26 +01:00
Diana Payton
783abb97ec
Update configuration.md ( #31707 )
2021-03-05 11:19:30 +01:00
Diana Payton
991c5d16ba
Docs: Update heatmap.md ( #31570 )
2021-03-04 13:30:09 -08:00
Alexandre de Verteuil
27ec5b445e
Docs: Typo fix in whats-new-in-v7-5.md ( #31698 )
...
s/cashed/cached/
2021-03-04 12:51:38 -08:00
Dimitris Sotirakis
31887c6bda
Docs: Add 7.5.0-beta1 release notes link ( #31687 )
2021-03-04 15:53:14 +01:00
Grot (@grafanabot)
a3c9f537dc
ReleaseNotes: Updated changelog and release notes for 7.5.0-beta1 ( #31682 )
2021-03-04 15:08:33 +01:00
Will Browne
9ea3a65d46
Chore: add alias for what's new 7.5 ( #31668 )
2021-03-04 10:45:08 +01:00
ying-jeanne
c8d781275c
Docs: Update doc for PostgreSQL authentication ( #31434 )
...
* update doc for postgres authentication
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* fix name
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-03-04 09:55:51 +01:00
Alex Khomenko
23c510f831
Docs: document report template variables ( #31637 )
...
* Docs: document report template variables
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* update template variables title
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Mitch Seaman <mjseaman@users.noreply.github.com>
2021-03-04 10:54:11 +02:00
Josh Hunt
d566d2e164
AzureMonitor: Add deprecation message for App Insights/Insights Analytics ( #30633 )
...
* AzureMonitor: Add deprecation message for Application Insights/Insights Analytics
relates to #30184
(also some prettier changes came along for the ride)
* reorder query type options
* Rearrange documenation, move Logs up
* Fix Logs heading
* deprecation documentation
* finish up docs
* update link
* Apply doc suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/azuremonitor.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* clean up docs
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-03-04 09:46:44 +01:00
Diana Payton
a7f7f97f0d
Docs: Fix broken image link ( #31661 )
...
* Create whats-new-in-v7-5.md
* Update _index.md
* Update _index.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
* Update whats-new-in-v7-5.md
2021-03-04 00:17:58 +01:00
Diana Payton
f760a48c95
Docs: Add Whats new in 7.5 ( #31659 )
...
* Create whats-new-in-v7-5.md
* Update _index.md
* Update _index.md
* Update whats-new-in-v7-5.md
* 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 docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v7-5.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* 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-03 13:56:03 -08:00
Diana Payton
4eeb1bb4d2
Docs: Fix links for 7.5 ( #31658 )
...
* Update enterprise-configuration.md
* Update _index.md
2021-03-03 21:51:26 +01:00
Diana Payton
7b7c30d107
Update enterprise-configuration.md ( #31656 )
2021-03-03 20:41:07 +01:00
Mayank Pathela
f33bbbd9d0
Update _index.md ( #31645 )
2021-03-03 11:28:27 -05:00
Marcus Olsson
5cbc58fd97
Remove format for plugin routes ( #31633 )
2021-03-03 16:01:08 +01:00
Diana Payton
4ad25fa45c
Docs: Update whats-new-in-v7-4.md ( #31612 )
2021-03-02 11:02:54 -08:00
Labesse Kévin
bd0d051438
Alerting: PagerDuty: adding current state to the payload ( #29270 )
...
* adding state to the payload
* fix test
* fix linter
* documentation payload current state
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-03-02 17:50:51 +01:00
Diana Payton
bf3a5d27b6
Update node-graph.md ( #31571 )
2021-03-02 09:50:59 -05:00
Marcus Olsson
475fd994a0
Add guide on custom option editors ( #31254 )
2021-03-01 14:12:52 +01:00
Matthew Helmke
e13333fa86
Update license-restrictions.md ( #31488 )
...
Per https://github.com/grafana/grafana/pull/31333#issuecomment-786155113
2021-02-25 14:26:57 -06:00
Ivana Huckova
7d8eff1e7b
Docs: Derived fields links in logs detail view ( #31482 )
...
* Add documentatioon for Derived fields links in Explore
* Update Toggle detected fields heading
* Update docs/sources/explore/logs-integration.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-02-25 20:18:19 +01:00
Mitch Seaman
098e5071f8
Docs: Add new data source links to Enterprise page ( #31480 )
2021-02-25 19:59:03 +01:00
Grot (@grafanabot)
27c143ef9b
ReleaseNotes: Updated changelog and release notes for v7.4.2 ( #31475 )
2021-02-25 07:28:44 -08:00
Torkel Ödegaard
584886fa46
AppPlugins: Options to disable showing config page in nav ( #31354 )
...
* AppPlugins: Options to disable showing config page in nav
* rename
* Added autoEnabled
* updated
* Things are working sort of
* Simplify
2021-02-25 10:00:21 +01:00
Grot (@grafanabot)
a1eb354525
ReleaseNotes: Updated changelog and release notes for 7.4.3 ( #31454 )
...
* ReleaseNotes: Updated changelog and release notes for 7.4.3
* add the link on website
Co-authored-by: ying-jeanne <wangyingensea@hotmail.com>
2021-02-24 18:33:43 +01:00
Erik Sundell
1b149523ed
AWS: Add aws plugin configuration ( #31312 )
...
* add new conf and make sure its passed to frontend
* change auth provider name
* goimports
* fixed after feedback
* more updates after feedback
* Update docs/sources/administration/configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update conf/sample.ini
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update pkg/setting/setting.go
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* updates after pr feedback
* Update conf/defaults.ini
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update conf/defaults.ini
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update conf/sample.ini
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-02-24 18:08:13 +01:00
Erik Sundell
055590890c
CloudWatch: Make it possible to specify custom api endpoint ( #31402 )
...
* wip: add endpoint field
* add endpoint to config and make sure it's part of the cache key
* update docs
* improve endpoint paragraph
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update public/app/plugins/datasource/cloudwatch/components/ConfigEditor.tsx
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* goimports
* Update docs/sources/datasources/cloudwatch.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* update snapshot
* Update docs/sources/datasources/cloudwatch.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: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-02-24 16:05:14 +01:00
Suraj Nath
127effc8ab
remove squadcast details from docs ( #31413 )
...
squadcast was removed from table in https://github.com/grafana/grafana/pull/23213 but we missed the details paragraph, remove that.
2021-02-23 09:17:40 -05:00
achatterjee-grafana
34a4943baf
addressed issues 28763 and 30314. ( #31404 )
2021-02-22 19:56:12 -05:00
achatterjee-grafana
d912970aff
Added section Query a time series database by id ( #31337 )
...
* Added new section Query a time series database by id
* Rearranged content.
* changed database to data source
* Updated note with the word Grafana
* fixed a few typos.
* Removed "time series" as per review.
* Update docs/sources/http_api/data_source.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Changes from Diana's review.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-22 13:44:24 -05:00
Grot (@grafanabot)
7c797f737c
ReleaseNotes: Updated changelog and release notes for 7.4.2 ( #31313 )
2021-02-21 08:06:25 +01:00
Matthew Helmke
a34bc0f2d5
Add info to docs about concurrent session limits ( #31333 )
...
* Add info to docs about concurrent session limits
This parallels a [change in the Grafana Cloud docs](https://github.com/grafana/website/pull/3504 ) which was based on a kind and appreciated message from support. The limit does not apply to Grafana OSS, just to Enterprise and Cloud, as far as any of us know.
* Update docs/sources/enterprise/license-restrictions.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-02-18 12:05:09 -06:00
Hugo Häggmark
82933353d6
Docs: Clarifies how to add Key/Value pairs ( #31303 )
2021-02-18 09:46:29 -05:00
ying-jeanne
04cd96342e
fix 7.4.2 release note ( #31299 )
2021-02-18 09:41:00 +01:00
Grot (@grafanabot)
a3b40bdc48
ReleaseNotes: Updated changelog and release notes for 7.4.2 ( #31291 )
2021-02-17 18:37:47 +01:00
Hugo Häggmark
6c2cf42a05
Docs: Clarifies custom date formats for variables ( #31271 )
2021-02-17 09:33:56 -05:00
Torkel Ödegaard
ea6a8eacbf
Docs: Annotations update ( #31194 )
...
Fixes #31188
2021-02-17 08:51:27 -05:00
Andrej Ocenas
b9f6bd7897
Docs: Update Influx config options ( #31146 )
...
* Add config options
* Update docs/sources/datasources/influxdb.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/datasources/influxdb.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Add config to provisioning docs
* Style fixes
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-15 13:42:14 +01:00
achatterjee-grafana
2dacc2c366
Fixed the typo. ( #31189 )
2021-02-12 19:03:22 -08:00
Diana Payton
fd5449bab4
Docs: Rewrite preferences docs ( #31154 )
...
* Create _index.md
* Moved file and started to update content
* adding content
* Update change-home-dashboard.md
* Update _index.md
* Update _index.md
* Update _index.md
* content edits and moved file
* Update change-grafana-name.md
* Delete preferences.md
* content changes
* content changes
* content updates
* content updates
* Update docs/sources/administration/preferences/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/_index.md
* Update docs/sources/administration/preferences/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/change-grafana-name.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/change-grafana-name.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/change-grafana-name.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/preferences/change-grafana-theme.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update _index.md
* Update _index.md
* minor edits
* Update change-grafana-name.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>
2021-02-12 22:19:03 +01:00
Zoltán Bedi
45cf342b0d
Update prometheus.md ( #31173 )
...
Exemplars won't make it to the 2.25 release.
2021-02-12 15:21:59 +01:00
Ivana Huckova
c01fb7efd7
Prometheus: Add documentation for ad-hoc filters ( #31122 )
...
* Prometheus: Add documentation for ad-hoc filters
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Add link to ad hoc filters doumentation
* Change direct url for relative
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-02-11 15:42:19 +01:00
Giordano Ricci
bc261a5219
Docs: add 7.4.1 relese notes link ( #31137 )
2021-02-11 14:58:03 +01:00
Grot (@grafanabot)
f9199ecc0c
ReleaseNotes: Updated changelog and release notes for 7.4.1 ( #31133 )
2021-02-11 13:29:18 +00:00
Leonard Gram
fd5fa402ab
Docs: request security ( #30937 )
...
* Docs: request security
* Docs: lists the section in all examples
* typo
* Update docs/sources/enterprise/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/enterprise-configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.com>
* Update docs/sources/enterprise/enterprise-configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/enterprise-configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/enterprise-configuration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* whats new
* Update docs/sources/enterprise/request-security.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/enterprise/request-security.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* final edits
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Joan López de la Franca Beltran <joanjan14@gmail.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-02-10 15:01:18 +01:00
Marcus Efraimsson
9d3f0d8781
Docs: Group id should be 0 instead of 1 in Docker upgrade notes ( #31074 )
...
The upgrade notes for Grafana 7.3 and Docker says that The Grafana Docker
image runs with the root group (id 1) which is wrong. It should be group (id 0).
Which issue(s) this PR fixes:
Fixes #30953
2021-02-10 10:37:34 +01:00
Diana Payton
b287b5be42
Docs: Update json-model.md ( #31066 )
2021-02-10 07:57:38 +01:00
Diana Payton
76ff9bbb6a
Docs: Update whats-new-in-v7-4.md ( #31069 )
2021-02-10 07:57:06 +01:00
achatterjee-grafana
ebbf698dd8
Added hyperlinks to Graphite documentation ( #31064 )
...
* Added references to Graphite doc pages.
* Minor tweak.
* Fixed a typo.
2021-02-09 16:01:16 -05:00
Carrie Crowe
9a11648567
Improved glossary ( #31004 )
2021-02-09 08:29:30 -05:00
Igor Beliakov
238add18ab
Docs: Update configuration.md (login_maximum_inactive_lifetime_duration, login_maximum_lifetime_duration) ( #31000 )
...
Grafana [v7.2.0-beta2](https://github.com/grafana/grafana/releases/tag/v7.2.0-beta2 ) brought support for `login_maximum_inactive_lifetime_duration` and `login_maximum_lifetime_duration` to replace the older way of specifying the same flavor of timeouts (`login_maximum_inactive_lifetime_days` and `login_maximum_lifetime_days`). Unfortunately, this improvement did not make it to `configuration.md`.
The suggested changes reflect the current state of `conf/defaults.ini`.
2021-02-08 11:46:07 -08:00
Giordano Ricci
3cfa8dad48
Docs: Add alias for what's new in 7.4 ( #30945 )
2021-02-05 18:59:06 +01:00
Hugo Häggmark
2a3aa95163
Variables: Adds queryparam formatting option ( #30858 )
...
* Variables: Adds queryparam formatting option
* Chore: fixes strict errors
* Chore: changes after PR comments
2021-02-05 07:16:06 +01:00
Chuck Wilson
cbe040b8c6
docs: use selinux relabelling on docker containers ( #27685 )
2021-02-04 19:54:48 +02:00
Will Browne
f4e12c1c19
Docs: Fix bad image path for alert notification template ( #30911 )
2021-02-04 18:11:55 +01:00
Diana Payton
4711610388
Docs: Update whats-new-in-v7-4.md ( #30882 )
2021-02-04 06:31:42 -08:00
Grot (@grafanabot)
0ddf1c8ee0
ReleaseNotes: Updated changelog and release notes for 7.4.0 ( #30902 )
...
* ReleaseNotes: Updated changelog and release notes for 7.4.0
* Combine beta and stable
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-02-04 14:03:00 +00:00
Alexander Zobnin
b335a59d6d
OAuth: custom username docs ( #28400 )
...
* OAuth: more user-frienly logging
* OAuth: custom user name attribute
* OAuth: remove deprecated nameAttributeName option
* OAuth: nameAttributePath tests
* OAuth: add name_attribute_path config option
* OAuth: docs for name_attribute_path option
* OAuth: docs for name_attribute_path
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-02-04 10:26:27 +01:00
achatterjee-grafana
7470265949
Added "Restart Grafana" topic. ( #30844 )
...
* Created new topic.
* Updated retart topic with windows, macos, Linux and Docker sections. Also, updated enterprise topic "sctivate license".
* Added some relrefs to the install introduction page.
* Adding changes from reviews.
* More changes from review.
* Corrected some syntax issues.
2021-02-03 17:15:58 -05:00
Diana Payton
ec9c3230eb
Docs: Org, Team, and User Admin ( #30756 )
...
* Update _index.md
* Update _index.md
* Create server-admin-manage-users.md
* content updates
* Update server-admin-manage-users.md
* content update
* testing single sourcing
* Update server-admin-manage-users.md
* deleted index, updated sharing command
* Update server-admin-manage-users.md
* added index files to folders
* Update _index.md
* added task lists
* Update server-admin-manage-users.md
* working on single sourcing tests
* content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* add server admin manage orgs file
* Update _index.md
* Update _index.md
* Content updates
* Update server-admin-manage-orgs.md
* Update server-admin-manage-users.md
* Delete menu.yaml
* Update _index.md
* Update server-admin-manage-users.md
* deleted old files
* Update _index.md
* temporarily removed some files
* Update server-admin-manage-users.md
* Made two relref changes to this branch.
* Merge branch 'master' into docs-update-manage-users
* Update server-admin-manage-orgs.md
* Update server-admin-manage-users.md
* add snippets and content changes
* Content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-orgs.md
* added folders
* content updates
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* testing step format
* updated and clarified titles of snippets
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update _index.md
* Update server-admin-manage-users.md
* Update server-admin-manage-users.md
* content edits
* Update _index.md
* Update _index.md
* Update _index.md
* deleted old files
* Update _index.md
* Update _index.md
* Update change-your-password.md
* Update _index.md
* Update _index.md
* Update _index.md
* moved files
* Added user account profile topic
* Update _index.md
* Update _index.md
* minor edits
* update shortcodes
* minor updates
* Delete view-server-user-list-list.md
* testing and updating shortcodes
* edited content for single sourcing
* Update example.md
* added new snippet
* updated content
* Update _index.md
* Added links
* Content updates
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/manage-users/_index.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update _index.md
Co-authored-by: achatterjee-grafana <aparajita.chatterjee@grafana.com>
Co-authored-by: Robby Milo <robbymilo@gmail.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-02-03 12:15:23 -08:00
Diana Payton
4a324e3d74
Docs: Update whats-new-in-v7-4.md ( #30876 )
2021-02-03 11:21:53 -08:00
Diana Payton
1c4bf2fa48
Docs: Add server view folder ( #30849 )
...
* changed weights
* Updated links
* link and weight updates
* Update docs/sources/administration/view-server/view-server-settings.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/view-server/view-server-stats.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/administration/view-server/view-server-settings.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-02-03 08:25:46 -08:00
achatterjee-grafana
28f0e43cc5
Fixed image name and path ( #30871 )
...
* Fixed image name and path.
* Update docs/sources/explore/trace-integration.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/explore/trace-integration.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-03 11:18:19 -05:00
Grot (@grafanabot)
ef589bd4ff
ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 ( #30853 )
2021-02-03 12:44:17 +01:00
Ash Caire
4ed283e7bf
Alerting: Customise OK notification priorities for Pushover notifier ( #30169 )
...
* pushover: Customise OK notification priorities
* Apply suggestions from code review
* Fix build failure
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update pkg/services/alerting/notifiers/pushover.go
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* Update docs
* Apply suggestions from code review
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-03 10:57:18 +02:00
Dominik Prokop
52129e24eb
Docs: Time series panel, bar alignment docs ( #30780 )
...
* Docs: Time series panel, bar alignment docs
* Update graph-time-series-as-bars.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-03 09:02:33 +01:00
Zoltán Bedi
b99beebf20
Update prometheus.md with image link fix ( #30833 )
2021-02-02 11:54:32 -08:00
Diana Payton
0c639b2221
Update license-expiration.md ( #30839 )
2021-02-02 18:14:42 +01:00
achatterjee-grafana
58ce62912c
Explore rewrite ( #30804 )
...
* Created new topic on tracing capability and began breaking down and re-org.
* This commit fixed a bunch of broken relrefs along with other changes.
* More changes.
* Checkin changes.
* Check in changes.
* More changes.
* More changes.
* Updated file path.
* Updated image path and more content reorg.
* Update docs/sources/explore/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Adding suugestions from review.
* Some more changes from review.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-02-02 12:04:00 -05:00
Torkel Ödegaard
c04bc805b5
CDN: Adds support for serving assets over a CDN ( #30691 )
...
* CDN: Initial poc support for serving assets over a CDN
* Minor fix
* added build path and test
* fix lint error
* Added edition to cdn path
* Move master builds to a separate path
* Added error handling for the url parsing, changed setting name, and added docs
* Updated sample.ini
* Some property renames
* updated
* Minor update to html
* index template improvements
* Update docs/sources/administration/configuration.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/administration/configuration.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Added ContentDeliveryPrefix to Licence service
* updated docs
* Updated test mock
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-02-01 10:13:09 +01:00
Diana Payton
c4381905e5
Docs: Time series panel ( #30690 )
...
* Create _index.md
* Update standard-field-options.md
* added content
* added content
* Update create-line-graphs.md
* Update create-line-graphs.md
* Create create-bar-graphs.md
* Update create-line-graphs.md
* created scatter plot graphs topic
* Update create-scatter-plot-graphs.md
* Update create-bar-graphs.md
* Update create-scatter-plot-graphs.md
* Update create-line-graphs.md
* Update create-bar-graphs.md
* Update create-scatter-plot-graphs.md
* added links and content
* added links
* Update change-axis-display.md
* renamed files
* Update whats-new-in-v7-4.md
* Update graph-time-series-as-lines.md
* Updated names and verbiage
* Update _index.md
* Update _index.md
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update graph-time-series-as-bars.md
* Update graph-time-series-as-lines.md
* Update graph-time-series-as-points.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-01-29 09:43:29 -08:00
Diana Payton
b838125ef7
Docs: Update whats-new-in-v7-4.md ( #30747 )
2021-01-29 08:59:48 -08:00
achatterjee-grafana
713b6a3a18
Add link to Elasticsearch docs. ( #30748 )
2021-01-29 11:59:09 -05:00
Tania B
8bf09161fb
Docs: Add config settings for fonts in reporting ( #30421 )
...
* Docs: Add config settings for fonts in reporting
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/enterprise/reporting.md
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Move examples into values
* Update enterprise-configuration.md
* Update font style names to use lowercase
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-01-29 18:01:32 +02:00
Agnès Toulet
57ceae257a
Docs: Add usage insights export feature ( #30376 )
...
* Docs: Add usage insights export feature
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update presence-indicator.md
* Apply PR feedback
* Improve "dashboard search" doc
* Docs: fixes and fill export-logs last section
* apply PR feedback
* Update what's new
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* consistent feature naming
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update enterprise-configuration.md
* Update license-expiration.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>
2021-01-29 14:59:30 +01:00
achatterjee-grafana
2028f89c4e
Added section "Curated dashboards for Google Cloud Monitoring" for 7.4 What's New ( #30724 )
...
* Added content for what's new, removed one duplicate line from preconfigured-cloud-monitoring topic
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-28 18:27:49 -05:00
achatterjee-grafana
507dc436cb
Added "curated dashboards" information and broke down, rearranged topics. ( #30659 )
...
* Change to introduction section.
* Checkin changes.
* Check in changes.
* Updated heading levels for better readability.
* Checkin changes.
* Broke down topic and fixed relrefs. Also, resized images.
* Added one more relref from preconfig dashboards to main topic.
* Adding Eric's changes.
* Added alias.
* Updated alias with correct syntax, also updated description typo for "Preconfigured dashboards"s
* Checking in changes from Diana.
* Update docs/sources/datasources/google-cloud-monitoring/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* One last change.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-28 17:09:26 -05:00
achatterjee-grafana
69a2279bf6
Deleted menu.yaml file ( #30717 )
2021-01-28 13:24:59 -05:00
Fabien Wernli
af6893e41d
Fix documentation for streaming data sources ( #30704 )
...
The added code is now mandatory since 7.4.x
See https://github.com/grafana/grafana/issues/30686
2021-01-28 13:35:49 +01:00
Diana Payton
0df4b15957
Docs: 7.4 documentation for expressions ( #30524 )
...
* Create expressions.md
* Update queries.md
* Update expressions.md
* Update whats-new-in-v7-4.md
* remove alerting NG references and alerting examples
* Update docs/sources/panels/expressions.md
* Update docs/sources/panels/expressions.md
* remove empty line
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: kyle <kyle@grafana.com>
2021-01-27 12:19:19 -08:00
Will Browne
bdf00d3a59
Docs: Refer to product docs in whats new for alerting templating feature ( #30652 )
...
* Docs: Refer to product docs in whats new for alerting templating feature
* move link below image
* remove whitespace
2021-01-27 14:27:01 +01:00
Grot (@grafanabot)
6668eaea2d
ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 ( #30666 )
...
* ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Giordano Ricci <gio.ricci@grafana.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-01-27 14:18:06 +01:00
Diana Payton
f0a8d8d509
Docs: Update _index.md ( #30655 )
2021-01-26 11:57:17 -08:00
Agnès Toulet
a1a8dbcffc
Docs: Auditing updates ( #30433 )
...
* Docs: reformat auditing table
* Docs: update auditing log format section
* fix SAML SLO link in auditing doc
* 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: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* update user field desc
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
2021-01-26 17:57:35 +01:00
Agnès Toulet
66db730642
Docs: add hidden_users configuration field ( #30435 )
...
* Docs: add hidden_users configuration field
* Add feature in the what's new
* Update configuration.md
* apply PR feedback
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* fix what's new link
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: Leonard Gram <leo@xlson.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Leonard Gram <leo@xlson.com>
2021-01-26 17:57:04 +01:00
Sofia Papagiannaki
94a29759ab
Docs: Fix expressions enabled description ( #30589 )
2021-01-26 18:49:58 +02:00
Giordano Ricci
f3e96ca212
Docs: Update ES screenshots ( #30598 )
...
* Docs: Update ES screenshots
* Update file naming
2021-01-26 16:27:15 +00:00
Vardan Torosyan
12a7b342b9
Licensing Docs: Adding license restrictions docs ( #30216 )
2021-01-26 17:19:57 +01:00
Diana Payton
3df6f58359
Docs: Update queries.md ( #30616 )
2021-01-26 07:35:53 -08:00
Diana Payton
16f5d60d17
Docs: Add new override info and add whats new 7.4 links ( #30615 )
...
* Update whats-new-in-v7-4.md
* Update add-query-editor-help.md
* Update whats-new-in-v7-4.md
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update whats-new-in-v7-4.md
* added configure fields content
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-25 12:39:37 -08:00
Will Browne
ad7d75c14d
Docs: Update 7.4 What's New to use more correct description of alerting notification template feature ( #30502 )
...
* use more correct description of feature
* reference variable templating
* add word
2021-01-25 20:18:26 +01:00
Andrej Ocenas
abf2410d16
NodeGraph: Add docs ( #30504 )
...
* Add draft docs
* Update node-graph.md
* Update whats-new-in-v7-4.md
* Update images and add x-ray link
* Update docs/sources/panels/visualizations/node-graph.md
* Update docs/sources/panels/visualizations/node-graph.md
* Update node-graph.md
* Add definition of node and edge
* Update docs/sources/panels/visualizations/node-graph.md
* Update docs/sources/panels/visualizations/node-graph.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-25 19:42:53 +01:00
Zoltán Bedi
b76e02755c
Add documentation for Exemplars ( #30317 )
...
* Add documentation for Exemplars
* Update prometheus.md
Add note + provisioning info
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update prometheus.md
* Update prometheus.md
Add exemplars options to the settings table
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/datasources/prometheus.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update prometheus.md
Add more content to exemplars
* Update whats-new-in-v7-4.md
Add link to exemplars
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-25 08:29:01 +01:00
Arve Knudsen
e818bdd75f
configuration.md: Document Content Security Policy options ( #30413 )
...
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-22 21:12:42 +01:00
Sofia Papagiannaki
9ada4b6052
Expressions: Add option to disable feature ( #30541 )
...
* Expressions: Add option to disable feature
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-22 19:27:33 +02:00
Diana Payton
8bbc0e9936
Docs: Update whats-new-in-v7-4.md ( #30520 )
2021-01-21 12:59:47 -08:00
Kyle Brandt
1588d7235c
Docs: include Makefile option for local assets ( #30455 )
...
for use when also having the website repo checked out, and you want local images.
Also make vars for some of the repeated items.
2021-01-21 07:27:54 -05:00
Giordano Ricci
1c6897776a
Docs: fix typo in what's new doc ( #30489 )
2021-01-21 12:43:47 +01:00
Torkel Ödegaard
90551eafb0
Docs: What's new fixes and improvements ( #30469 )
...
* Docs: What's new fixes and improvements
* Another small wording update
2021-01-21 08:40:02 +01:00
Diana Payton
e25458bb6f
Docs: Add whats new 7.4 links ( #30463 )
...
* Update whats-new-in-v7-4.md
* Update add-query-editor-help.md
* Update whats-new-in-v7-4.md
* Update docs/sources/whatsnew/whats-new-in-v7-4.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-01-20 14:24:14 -08:00
Diana Payton
689f6849f4
Update whats-new-in-v7-4.md ( #30460 )
2021-01-20 12:47:10 -08:00
Kyle Brandt
7c35df1f7e
docs: 7.4 what's new (Add expressions note) ( #30446 )
...
Also add a note that expression do not work with current alerting.
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-20 15:45:57 -05:00
Grot (@grafanabot)
f2464d5675
ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 ( #30449 )
2021-01-20 18:07:38 +01:00
Will Browne
0c67ceadb8
Docs: Fix img link for alert notification template ( #30436 )
...
* fix img link
* update image name
2021-01-20 17:26:58 +01:00
achatterjee-grafana
3cf47b24d3
Added doc content for variables inspector code change by Hugo ( #30408 )
...
* Created the Inspect variables topic.
* Check in changes.
* Added relrefs.
* Added Hugh's suggestion.
2021-01-20 09:37:27 -05:00
Agnès Toulet
b824be90e7
Docs: update license expiration behavior for reporting ( #30420 )
2021-01-20 15:08:19 +01:00
Daniel Lee
b39df22574
Mssql integrated security ( #30369 )
...
* update go-mssqldb package
* mssql: support for Windows integrated security
Adds a dropdown to the config page to choose between
SQL Server auth and Windows auth. If the login/username
is empty then the go-mssqldb driver will use single sign on
(Windows integrated security) if on Windows.
* mssql: update ds - don't ignore the user column
2021-01-20 08:23:09 +01:00
Diana Payton
e9e16cee6d
Docs: Grafana whats new 7.4 ( #30404 )
...
* Create whats-new-in-v7-4.md
* Update whats-new-in-v7-4.md
* Update types-options.md
* Update whats-new-in-v7-4.md
* Updated image paths
* minor edits
* updates
* content updates
* Update docs/sources/whatsnew/whats-new-in-v7-4.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/whatsnew/whats-new-in-v7-4.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-01-19 16:39:45 -08:00
kay delaney
b9b6af9491
Dashboards: Adds cheat sheet toggle to supported query editors ( #28857 )
...
* Dashboards: Adds cheat sheet toggle to supported query editors
2021-01-19 23:52:09 +01:00
Diana Payton
5d0a577f07
Docs: Update timeseries-dimensions.md ( #30403 )
2021-01-19 13:25:28 -08:00
Will Browne
c9da053e5d
Alerting: Evaluate data templating in alert rule name and message ( #29908 )
...
* evaluate Go style template
* inlince func
* add test case
* PR feedback and add tests for templte data map func
* Add test case
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* do regex check
* ensure ecape
* small cleanup
* dont exit on template execution errors
* add info tooltip
* add docs
* switch from go tmpl to regex
* update docs/comments
* update tooltip wording
* update docs wording
* add simple test
* avoid .MustCompile
* point to labels in docs
* update docs
* fix docs links
* remove line
* fix lint
* add note about multiple labels
* propagate labels for CM
* update docs
* remove whitespace
* update task title
* update docs
* pr feedback
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
2021-01-19 22:02:44 +01:00
Diana Payton
446db193eb
Docs: Add links to 7.3 patch release notes ( #30292 )
...
* Update whats-new-in-v7-3.md
* Update docs/sources/whatsnew/whats-new-in-v7-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-01-19 12:08:13 -08:00
Diana Payton
67d22fae50
Docs: Update _index.md ( #29546 )
2021-01-19 12:04:34 -08:00
Diana Payton
c9a481c577
Docs: Update jaeger.md ( #30401 )
2021-01-19 11:58:02 -08:00
Diana Payton
4aa9aa8e12
Docs: Update tempo.md ( #30399 )
2021-01-19 10:38:36 -08:00
Diana Payton
6a041fc2a0
Docs: Update zipkin.md ( #30400 )
2021-01-19 10:38:00 -08:00
Emil Tullstedt
2a55e00c78
Licensing: Document new v7.4 options and APIs ( #30217 )
...
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-19 18:09:05 +01:00
Marcus Olsson
6f0bfa78ec
Add jwtTokenAuth to plugin metadata schema ( #30346 )
2021-01-19 16:01:35 +01:00
Marcus Olsson
2096d25f9c
Update signing docs ( #30296 )
...
* Update signing docs
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs/sources/developers/plugins/sign-a-plugin.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-19 08:43:16 +01:00
Ryan McKinley
bb65113c7d
Transforms: add sort by transformer ( #30370 )
2021-01-18 23:01:38 -08:00
Zoltán Bedi
d35f9f7ec2
Zipkin: Remove browser access mode ( #30360 )
...
* Zipkin: Remove browser access mode
* Update zipkin.md
2021-01-18 17:31:32 +01:00
Zoltán Bedi
87f39f60c1
Jaeger: Remove browser access mode ( #30349 )
...
* Jaeger: Remove browser access mode
* Apply suggestions from code review
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
* Update docs/sources/datasources/jaeger.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-01-18 17:30:39 +01:00
Mitsuhiro Tanda
717827725f
Cloud Monitoring: MQL support ( #26551 )
...
* cloud monitoring mql support
* reduce nesting
* remove resource type from deep link since. its removed for two reasons. first of all it is not needed for the link to work. secondly, by adding the resource type, the the link will differ from the query in grafana which I think is misleading
* use frame.meta.executedQueryString instead of legacy meta
Co-authored-by: Erik Sundell <erik.sundell87@gmail.com>
2021-01-18 13:48:43 +01:00
Grot (@grafanabot)
84ee414361
ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1 ( #30348 )
...
* ReleaseNotes: Updated changelog and release notes for 7.4.0-beta1
* removed 7.4.0 stable
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2021-01-18 13:13:36 +01:00
Grot (@grafanabot)
9734b7069c
ReleaseNotes: Updated changelog and release notes for 7.4.0 ( #30312 )
2021-01-15 15:51:59 +01:00
Torkel Ödegaard
b32c4f34cd
Docs: Update release notes index
2021-01-15 09:22:10 +01:00
Scott Fingerhut
2ef1b8653d
Update getting-started.md ( #30257 )
...
* Update getting-started.md
Added language for people to start with Grafana Cloud
* Update docs/sources/getting-started/getting-started.md
* Update docs/sources/getting-started/getting-started.md
* Update docs/sources/getting-started/getting-started.md
* Updated the verbiage about Grafana Cloud to be a note for greater prominence.
* Fixed a typo
* Update docs/sources/getting-started/getting-started.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: achatterjee-grafana <aparajita.chatterjee@grafana.com>
Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-14 11:24:22 -05:00
Grot (@grafanabot)
a9338542b6
ReleaseNotes: Updated changelog and release notes for 7.3.7 ( #30280 )
...
* ReleaseNotes: Updated changelog and release notes for 7.3.7
* Changelog: set everything as bug fixes
Co-authored-by: Agnès Toulet <agnes.toulet@gmail.com>
2021-01-14 14:44:41 +01:00
Josh Hunt
e089365abe
AzureMonitor: rename labels for query type dropdown ( #30143 )
...
* AzureMonitor: rename labels for queryType dropdown
* Reorder to match original order
* Docs: rename query types
* Docs: update KQL url
* Docs: update Azure Monitor / Log Analytics names
* Update documentation to include new name
* Docs formatting
* Rename Azure Monitor config editor names
* update test snapshots
2021-01-14 12:33:41 +00:00
Diana Payton
fe7ced4194
Docs: Update prometheus.md ( #30240 )
...
* Update prometheus.md
* Update docs/sources/datasources/prometheus.md
Co-authored-by: Dan Cech <dcech@grafana.com>
* Update prometheus.md
Co-authored-by: Dan Cech <dcech@grafana.com>
2021-01-13 13:13:09 -08:00
Tomo Wang
36ee7c9b88
Docs: Cloudwatch filter should be JSON format ( #30243 )
...
Example `ec2_instance_attribute(default, InstanceId, { 'tag:Environment': ['production'] });` will cause `SyntaxError: Unexpected token ' in JSON at position 2`
2021-01-13 12:54:01 -08:00
Kyle Brandt
1c1a800bc0
API: Add by UID routes for data sources ( #29884 )
...
- also add Get by UID+OrgID to datasource cache
- Refactor backend commands for Delete and Get to be unified
2021-01-13 13:16:27 -05:00
Diana Payton
d5cbb17666
Docs: Update datasource_permissions.md ( #30255 )
2021-01-13 08:57:13 -08:00
Mitch Seaman
a21c1b0841
Docs: help users connect to Prometheus using SigV4 ( #30232 )
...
* Add sigv4 overview and links to AWS docs
* minor wording tweak
* Update prometheus.md
* move supported version in Prometheus-AMP docs
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* move supported version
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* move version support note
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-12 17:14:58 -07:00
Torkel Ödegaard
94783cfe99
Variables: Add deprecation warning for value group tags ( #30160 )
...
* Variables: Add deprecation warning for value group tags
* Removed style changes, moving to seprate PR
* Update docs/sources/variables/variable-value-tags.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/variables/variable-value-tags.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-12 10:23:58 +01:00
achatterjee-grafana
4ed901e1f9
Updated image links to have newer format. ( #30208 )
...
* Updated image links to have newer format.
* Fixed numbering.
2021-01-11 19:40:21 -05:00
Diana Payton
050416dcab
Docs: Update usage-insights.md ( #30150 )
2021-01-11 15:25:10 -08:00
achatterjee-grafana
5b8544e5c9
Share panel dashboard add images ( #30201 )
...
* Added 2 image links.
* Fixed a typo
* Fixed one more typo
* Added images to the "Share a panel" and "Share a dashboard" topics.
* Updated title of the section on panel embed.
* Update docs/sources/sharing/share-dashboard.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Fixed numbering.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-11 14:39:27 -05:00
Torkel Ödegaard
8e279c443e
Docs: Fix links to transforms ( #30194 )
2021-01-11 16:44:18 +01:00
achatterjee-grafana
1bc0cff736
Share panel dashboard ( #30147 )
...
* Checking in changes.
* Change to title.
* More changes.
* More changes, removed share panel and dashboard topics from dashboards folder.
* Check in changes.
* More changes.
* Metadata and title changes.
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-panel.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* removed extra space
* Update docs/sources/dashboards/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/_index.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/sharing/share-dashboard.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* More changes.
* Update docs/sources/sharing/share-dashboard.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* minor change.
* Updated with correct relref link.
* Changes Snapshot to snapshot.
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-08 16:45:09 -05:00
Ivana Huckova
e99cb309d3
Add info about access mode ( #30137 )
2021-01-08 19:19:28 +01:00
Vardan Torosyan
0d8d96bdaa
Docs: Add metadata to activating licensing page ( #30140 )
...
* Docs: Add metadata to activating licensing page
* Adding enterprise lable
2021-01-08 15:35:50 +01:00
Ursula Kallio
77464143e9
Fix phrasing. ( #30075 )
2021-01-07 04:35:19 -07:00
Torkel Ödegaard
e270a2de9e
Docs: Update labels to fields transform ( #30086 )
...
* Docs: Update labels to fields transform
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Moved merge info to before examples
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* More review updates
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-01-06 21:59:18 +01:00
Tony Choe
da5a173c3e
Docs: loki.md: Add example of Loki data source config ( #29976 )
...
* loki.md: Add example of Loki data source config
It was little difficult to search an example of setting datasourceUid for Jaeger data source.
I found the answer from https://github.com/grafana/grafana/issues/26087 and thought it would be good to document it.
* 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>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2021-01-05 12:41:08 -08:00
Grot (@grafanabot)
ff6272bb7a
ReleaseNotes: Updated changelog and release notes for 7.3.6 ( #30066 )
...
* ReleaseNotes: Updated changelog and release notes for 7.3.6
* Update CHANGELOG.md
* Update release-notes-7-3-6.md
* Update _index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2021-01-05 20:51:56 +01:00
Diana Payton
7a879b51ea
Docs: Update usage-insights.md ( #30065 )
...
* Update usage-insights.md
* Update usage-insights.md
2021-01-05 10:30:47 -08:00
Diana Payton
6f63b9d0a2
Docs: Update white-labeling.md ( #30064 )
2021-01-05 09:22:01 -08:00
Joan López de la Franca Beltran
67ea8758a0
Chore: Add Enterprise dependencies ( #29994 )
...
* Docs: update auditing docs
* Chore: Add Enterprise dependencies
* Apply suggestions from code review
Co-authored-by: Agnès Toulet <agnes.toulet@gmail.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
2020-12-29 16:37:20 +01:00
Emil Tullstedt
3ea1fd035f
LDAP: Update use_ssl documentation ( #29964 )
2020-12-23 09:14:02 +01:00
J. Casalino
fdda40672e
Docs: Missing 's' on 'logs' ( #29966 )
...
Command line argument should be _logs_ based on the other examples shown
2020-12-22 13:52:09 -08:00
Diana Payton
0c3911cce5
Docs: Update opentsdb.md ( #29963 )
...
* Update opentsdb.md
* Update docs/sources/datasources/opentsdb.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Update docs/sources/datasources/opentsdb.md
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored by: Arve Knudsen <arve.knudsen@gmail.com>
2020-12-22 09:45:47 -08:00
Amal
6dbd4c9fe8
Docs: Minor typo correction ( #29962 )
2020-12-22 09:24:04 -08:00
Dominik Prokop
3f65c79998
Docs: Fix raw format variable docs ( #29945 )
2020-12-21 07:54:01 -08:00
Diana Payton
c4e141c112
Docs: Update configuration.md ( #29912 )
...
* Update configuration.md
* Update configuration.md
2020-12-17 13:15:11 -08:00
Diana Payton
9a0f44ce5f
Docs: Update organization_roles.md ( #29911 )
2020-12-17 13:14:22 -08:00
Diana Payton
883502085a
Docs: Update _index.md ( #29918 )
2020-12-17 12:21:34 -08:00
Mario Mann
eee4f92435
Update configure-docker.md ( #29883 )
...
It's not possible to stop an image, you can only start/stop container. I know it's just a little mistake and it sounds a bit like crumb cracker but your description is not correct.
2020-12-16 11:16:34 -05:00
drew jess
f3694935ed
add an example cloudwatch resource_arns() query that uses multiple tags (ref: #29499 ) ( #29838 )
2020-12-15 14:01:19 -05:00
Diana Payton
aa8fb1ae98
MS SQL: Fix MS SQL add data source UI issues ( #29832 )
...
* Update config.html
* Update mssql.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-12-15 08:17:21 -08:00
Caetra
555d3c275d
Docs: Fix broken link in logs-panel ( #29833 )
...
Fixes #29799
2020-12-15 16:19:24 +01:00
Diana Payton
e7447c5067
Docs: Update types-options.md ( #29777 )
2020-12-14 09:30:17 -08:00
Mike Dalrymple
7dd387ce57
Added httpMethod to webhook ( #29780 )
...
The values appear like they can be "POST" or "PUT" but there doesn't appear to be a place for that info in the documentation.
2020-12-11 17:50:04 +01:00
Zoltán Bedi
b3838d372e
Tracing: Release trace to logs feature ( #29443 )
...
* Remove feature flag
* Add data source setting for Jaeger
* Refactor trace to logs settings
* Fix tests
* Get ds settings in two steps
* Add info to settings
* Update docs for trace to logs
* Update yarn.lock
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update TraceToLogsSettings after merge with master
* Add config for tags
* Add tags to check for keys
* Apply suggestions from code review
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
* Update docs
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2020-12-10 19:42:43 +01:00
Grot (@grafanabot)
8a3fdc3055
ReleaseNotes: Updated changelog and release notes for 7.3.5 ( #29753 )
2020-12-10 16:35:22 +01:00
Jeremy Alvis
f021f97c31
DataSourceSettings: Add servername field to DataSource TLS config ( #29279 )
...
* DataSourceSettings: Add servername field to DataSource TLS config
A DNS lookup URL can be provided in the DataSource URL field in order
to dynamically load balance between multiple instances of a DataSource.
When using mutual TLS, Golang's TLS config implementation checks that
the certificate's common name (< 1.15) or subject alternative name
(>= 1.15) has the same value as the domain being accessed. If the DNS
entry is dynamically generated for a specific environment, the
certificate cannot be generated with a name matching the dynamic
DNS URL. As such, Golang offers a servername field that can be set to
overwrite what value is used when checking against the certificate's
common name (or subject alternative name). Without this change, Skip
TLS Verify must be set to true in order for the DataSource to work,
removing some of the benefits gained by using mutual TLS.
This commit adds the ability to set Grafana's internal Golang TLS config
servername field from the UI or a provisioned DataSource.
The servername field is optional and the existing behavior is retained if
the field is not set.
Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
Co-authored-by: Jeremy Alvis <jalvis@pivotal.io>
* Update docs with PR review changes
Co-authored-by: Jeremy Alvis <jalvis@pivotal.io>
Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
* Update with additional PR requested changes
* Minor updates based on PR change requests
Co-authored-by: Dana Pruitt <dpruitt@vmware.com>
2020-12-10 16:07:05 +01:00
Grot (@grafanabot)
61fe235253
ReleaseNotes: Updated changelog and release notes for 7.3.5 ( #29744 )
...
* ReleaseNotes: Updated changelog and release notes for 7.3.5
* Update _index.md
Co-authored-by: Torkel Ödegaard <torkel@grafana.org>
2020-12-10 14:05:51 +01:00
Marcus Andersson
ac3bf352d9
Docs: added version note for rename by regex transformation. ( #29735 )
2020-12-10 07:53:52 +01:00
Diana Payton
f1b3c8ba4b
Docs: Update configuration.md ( #29728 )
2020-12-09 08:22:12 -08:00
Diana Payton
97a104598a
Docs: Remove survey ( #29549 )
...
* removed the survey code
* Update _index.md
2020-12-09 07:55:50 -08:00
Domas
7d9a528184
Logging: rate limit fronted logging endpoint ( #29272 )
...
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2020-12-09 16:22:24 +01:00
Giordano Ricci
7f0802a9c9
Elasticsearch: Deprecate browser access mode ( #29649 )
...
* Elasticsearch: Show deprecation warning when selecting browser access mode
* Docs: Show deprecation warning for Elasticsearch Browser access mode
2020-12-09 13:27:40 +00:00
Chris Cowan
82b21fe35e
Transformer: Rename metrics based on regex ( #29281 )
...
* Grafana: Rename By Regex Transformer
* Removing unused deps
* Add scrollIntoView() to TranformTab.content()
* Exporting RenameByRegexTransformerOptions
* Add doc block to renameByRegex transformer
* Adding doc block for RenameByRegexTransformerOptions
* removing scrollIntoView() for transform tab
* Adding back in scrollIntoView() for transform panel
* Tests: fixes e2e tests
* Apply to displayName instead of just the name of the frame
* Rewrite docblock to match new functionality
* Adding documentation
* Changing TLD to domain name
* Fixing typo
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2020-12-09 11:31:13 +01:00
Ivana Huckova
d85829ffd1
Remove unnecessary escaping ( #29677 )
2020-12-08 15:40:35 +01:00
aleemosman
a6d720f779
Update getting-started-prometheus.md ( #29678 )
...
Grafana format update.
2020-12-08 09:36:26 -05:00
Marcus Olsson
d0f8adae04
Docs: Plugin schema updates ( #28232 )
...
* WIP
* Update plugin metadata schema
* Fix review comments
* Update descriptions
* Add description
* Fix review comment
2020-12-08 10:41:33 +01:00
7006
cf13c99eed
Update getting-started.md ( #29670 )
...
fix typo
2020-12-07 20:05:00 -05:00
Diana Payton
90081be9b8
Docs: Changed image format ( #29658 )
2020-12-07 08:42:10 -08:00
Ryan McKinley
d59086b2e0
Docs: add docs for concatenate transformer ( #28667 )
2020-12-04 10:25:11 -08:00
Marcus Olsson
9508656b15
Update broken aliases ( #29603 )
2020-12-04 16:26:59 +01:00
Agnès Toulet
d92beeee3d
API: add ID to snapshot API responses ( #29600 )
...
* API: add ID to snapshot API responses
* API: update snapshot tests
2020-12-04 16:22:58 +01:00
Will Browne
1053989686
Docs: Add missing key to enable SigV4 for provisioning Elasticsearch data source ( #29584 )
...
* add missing key to enable SigV4
* use right key :o)
* Add .
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-12-03 20:04:38 +01:00
Diana Payton
df1b0a1daf
Docs: Update formatting-multi-value-variables.md ( #29547 )
2020-12-02 12:03:45 -08:00
Diana Payton
df0ef18731
Docs: Update syntax.md ( #29545 )
...
* Update syntax.md
* Update syntax.md
2020-12-02 11:00:13 -08:00
Diana Payton
18c3f7bba0
Docs: Update repeat-panels-or-rows.md ( #29540 )
2020-12-02 08:54:09 -08:00
achatterjee-grafana
74a4ffd870
3 minor changes, including updating the title TOC ( #29501 )
...
* 3 minor changes, including updating the title TOC
* Fixing the sentence lacking verb.
2020-12-02 11:19:36 -05:00
Ivana Huckova
eb16eb5d72
Docs/Transformations: Add documentation about Binary operations in Add field from calculation ( #29511 )
...
* Add also infor about binary operations
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
* Update docs/sources/panels/transformations/types-options.md
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-12-02 09:44:35 +01:00
Diana Payton
9b2592dddf
Docs: Update filter-variables-with-regex.md ( #29508 )
2020-12-01 14:51:06 -08:00
Rami
05396ef7bd
Docs: InfluxDB_V2 datasource: adding an example on how to add InfluxQL as a datasource ( #29490 )
2020-12-01 14:01:18 -08:00
mnkii
460883d0b2
Docs: Added Security Group support to Azure Auth ( #29418 )
...
Support of both Application and Security groups in groupMembershipClaims, as per @pihai suggestion: https://github.com/grafana/grafana/issues/23358#issuecomment-685377338
2020-12-01 10:27:19 -08:00
Marcus Olsson
c52fd933f6
Docs: Fix broken link for plugins ( #29346 )
2020-12-01 13:52:32 +01:00
Totalus
754aca25c5
Transformation: added support for excluding/including rows based on their values. ( #26884 )
...
* Adding FilterByValue transformer skeleton
* Connecting options with Editor
* Improving UI and making deep copy of options on change.
* Improving Transformation Editor UI
* Implementing Regex filtering
* Adding valueFilters.ts and creating filter registry
* Connecting the test function
* Correcting TypeScript errors
* Using FilterInstance instead of simple Filter test function
* Adding field.type as filter options
* Improving UI. Adding custom placeholder depending on filter.
* Implementing a few more filter types
* Implementing more filters
* Return original data if no filter were processed
* Improving UI
* Correcting TS errors
* Making sure inequality transform are invalid until the filterExpression is not empty
* Cleanup in the UI file
* Improving UI (highlight invalid fields)
* Only show filterType that are supported for the selected field
* Adding tests + correction of a filter
* Adding transformer test
* Adding doc
* Cleanup
* Typing props for FilterSelectorRow component
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Moving rendering in the JSX
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Memoizing filterTypeOptions computation
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Improve code compactness
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Cleanup + solving TS errors
* Updating some labels
* Wrapping stuff around useMemo and useCallback
* Using cloneDeep from lodash
* Don't highlight field name input if null
* Removing time type fields in selectable options
* We want loose equality in this scenario.
* Adding `onChange` to useCallback dependencies
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
* Include or exclude matching any or all conditions
* Correcting field name matching
* Cleanup
* Don't highlight the filterExpression input when its empty
* Adding Range filter
* Updating doc
* Correcting TS error
* Only showing the Match All/Match Any option if more than one condition
* Two inputs for the Range filter instead of one
* Improving invalid highlight for Range filter type
* Cleanup
* Improving labels in UI
* Using ButtonSelect to improve UI
* editor UI updates.
* Updating tests
* Adding component for Regex
* Improve TS typing
* Adding components for the other filter types.
* Cleanup
* Correct error
* Updating valueFilter.test.ts
* Updating filterByValue.test.ts
* Reverting and removing Range filter
* Update docs/sources/panels/transformations.md
* starting to implement poc.
* added a small poc.
* wip
* added tests.
* added structure for dynamic value matcher editors.
* added more support.
* added some more value matchers.
* removed unused value filters.
* added some more matchers.
* adding more matchers.
* added a range matcher.
* fixing some tests.
* fixing tests.
* remove unused dep.
* making the matching a bit more performant.
* UX improvements and alignment fixes
* fixed delete button.
* fixed some spacing in the UI.
* added docs for matchers.
* adding docs and exposing value matcher types.
* will store dateTime as string.
* updated docs according to feedback.
* moved filter by value in transformation list.
* Improved description.
* added regex value filter.
* added support for regex.
* fixing failing tests.
Co-authored-by: Marcus Andersson <systemvetaren@gmail.com>
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2020-12-01 10:22:37 +01:00
Todd Campbell
643f790753
Alerting: Add support for Sensu Go notification channel ( #28012 )
...
* Add support for Sensu Go notification channel
Similar to current support for the older "Core" version of
Sensu, this commit add support for the newer version.
Closes #19908
Signed-off-by: Todd Campbell <todd@sensu.io>
* fix linter errors
Signed-off-by: Todd Campbell <todd@sensu.io>
* Apply suggestions from code review
PR review suggestions
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
* Fix no new variables error
* Replace convey testing with testify
Signed-off-by: Todd Campbell <todd@sensu.io>
* Wording suggestions
Signed-off-by: Todd Campbell <todd@sensu.io>
* Add docker compose environment for testing/maintenance
Signed-off-by: Todd Campbell <todd@sensu.io>
* Renamed and fixed docker-compose.yaml to work in devenv
Signed-off-by: Todd Campbell <todd@sensu.io>
* Change sensugo web UI port to 3080 so as not to conflict with grafana
Signed-off-by: Todd Campbell <todd@sensu.io>
* Apply suggestions from code review
Set the API key as a secure value.
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* Add Sensu Go information to notifications doc
Signed-off-by: Todd Campbell <todd@sensu.io>
* Update pkg/services/alerting/notifiers/sensugo.go
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
* change assert to require for Error/NoError tests
Signed-off-by: Todd Campbell <todd@sensu.io>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Sofia Papagiannaki <papagian@users.noreply.github.com>
2020-11-27 19:09:24 +02:00
Grot (@grafanabot)
b3c4db1d27
ReleaseNotes: Updated changelog and release notes for 7.3.4 ( #29430 )
2020-11-27 10:53:13 +01:00
Joan López de la Franca Beltran
c22a39ab2d
Plugins: Add support for includes' icon ( #29416 )
...
* Plugins: Add support for includes' icon
* Docs: Add plugin includes' icon reference
2020-11-27 10:48:37 +01:00