Yuri Tseretyan
47f7b3e095
Alerting: Dedicated permission for Template testing API ( #115032 )
2025-12-10 10:56:29 -05:00
Cauê Marcondes
85c643ece9
Elasticsearch: Add default query mode config setting ( #112540 )
...
* elasticsearch: Add default query mode config setting
* doc
* syncing default query mode with url
* addressing PR comments
2025-12-10 15:07:22 +00:00
Jacob Valdez
ae03b08c25
Docs: Creating upgrade guide content for annotation table bloat ( #114883 )
2025-12-09 16:12:49 -06:00
Nathan Marrs
6bbb00d0a2
Short URL: Change default expiration to never ( #115029 )
...
* Short Links: Change default expiration to never expire (-1)
Previously, short links defaulted to expiring after 7 days. This change
updates the default to -1 (never expire) to prevent automatic deletion
of shared dashboard links.
Changes:
- conf/defaults.ini: Set expire_time = -1 and update comment
- conf/sample.ini: Set expire_time = -1 and update comment
- pkg/setting/setting.go: Update MustInt default from 7 to -1
The cleanup logic already handles -1 correctly (only runs when > 0),
so no changes needed there.
This unblocks progress on short URL feature improvements by ensuring
shared links remain accessible indefinitely by default.
* fix go
* update docs / comments
* update missed comment in sample.ini
* Revert "fix go"
This reverts commit e0d099ae31 .
* chore: update workspace dependencies
Run 'make update-workspace' to sync Go workspace dependencies.
This updates go.mod and go.sum files to match the current workspace state.
* chore: add modowner for apps/quotas dependency
Assign @grafana/grafana-search-and-storage as owner for apps/quotas
dependency to satisfy modowners CI check.
2025-12-09 20:23:27 +00:00
Kristina Demeshchik
533ee1f078
Dashboard : Allow applying variable regex to display text ( #114426 )
...
* Ability to apply regex to display text
* Frontend tests
* scenes-react version
* lock file
* adjust tests input
* adjust inputs
* unused variable
* change data type
* unit tests
* bump scenes
* bump scenes
* Update docs
* V2->V1 conversion
* re-generate files
* update openai snapshots
2025-12-09 10:55:51 -05:00
Tobias Skarhed
a1517debfa
Docs: Specify permissions for creating public dashboards ( #113086 )
...
Co-authored-by: jtvdez <jacob.valdez@grafana.com >
2025-12-08 22:43:38 +00:00
Andreas Christou
0a51779107
MSSQL: Remove the need for azure_auth_enabled ( #114775 )
...
Remove the need for azure_auth_enabled for MSSQL
2025-12-05 10:42:17 +00:00
Pepe Cano
a8d174ccef
docs(alerting): add new Examples of trace-based alerts ( #114511 )
...
* docs(alerting): add new Examples of trace-based alerts
* fix vale issues
2025-12-05 08:28:16 +01:00
Mariell Hoversholm
64a3c298cf
docs: use clearly invalid tokens ( #114842 )
2025-12-04 15:25:59 +01:00
Irene Rodríguez
c88314296b
Add Zabbix to the list of unsupported data sources ( #114823 )
...
Fixes: https://github.com/grafana/support-escalations/issues/19739
2025-12-04 14:51:59 +01:00
Gareth
dc8bb66a45
OpenTSDB: Move health check to the backend ( #114082 )
...
* add feature toggle
* move health check to backend
* add tests
2025-12-04 17:11:33 +09:00
Johnny Kartheiser
0aeb4feef3
update documentation to mention protected fields ( #114809 )
...
* update documentation to mention protected fields
* alerting docs: add protected field info for grafana cloud
add protected field info for grafana cloud
* prettier
* link fix
---------
Co-authored-by: Yuri Tseretyan <yuriy.tseretyan@grafana.com >
2025-12-03 19:47:23 -05:00
Alex Khomenko
553d14ba8e
Restore dashboards: Add limitations to the docs ( #112848 )
...
* Restore dashboards: Document limitations
* Update settings modal text
* Add version history limits
* Update docs/sources/visualizations/dashboards/manage-dashboards/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Apply suggestion from @imatwawana
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update public/app/features/dashboard-scene/settings/DeleteDashboardButton.tsx
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update docs/sources/visualizations/dashboards/manage-dashboards/index.md
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Feedback
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-12-03 06:34:02 +00:00
Jocelyn Collado-Kuri
5175beb9ef
Jaeger: Update docs for gRPC endpoint support ( #114714 )
...
* update docs for jaeger grpc support
* add space
* Update docs/sources/datasources/jaeger/_index.md
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
---------
Co-authored-by: ismail simsek <ismailsimsek09@gmail.com >
2025-12-02 12:03:25 -08:00
Paul Marbach
e36ea78771
Suggestions: Deprecate the old API and put external suggestions behind a flag ( #114127 )
...
* Suggestions: Deprecate previous API, enable external plugin suggestions behind flag
* fix types for deprecated builder
* restore some support for cloud-onboarding
* add support for cloud-onboarding usage, add test to ensure it keeps working
* refactor to not hardcode on 'core:'
* remove unused import
2025-12-01 23:22:22 +00:00
Isabel Matwawana
5fd4fb5fb8
Docs: Add missing layout options and rework Grid view section ( #113007 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
Co-authored-by: Joey <90795735+joey-grafana@users.noreply.github.com >
2025-12-01 09:19:00 -05:00
Stephanie Hingtgen
3b481f8687
Docs: Add dashboard dto information ( #114459 )
...
---------
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
2025-11-30 07:53:19 -06:00
Isabel Matwawana
c7ea3d17cc
Docs: Fix alias for next and latest docs ( #114547 )
2025-11-27 10:09:33 -05:00
Andreas Christou
a455f9700d
Azure: Enable resource picker updates ( #114089 )
...
* Default resource picker updates to true
* Update toggle docs
2025-11-26 21:07:24 +00:00
Torkel Ödegaard
d732bb2751
PanelChrome: Enable new panel padding by default ( #114492 )
2025-11-26 19:26:53 +01:00
Jacob Valdez
51d562eb81
Docs: Clarify some language in migration assistant docs ( #114440 )
...
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com >
2025-11-26 09:21:12 -06:00
Jacob Valdez
9606e9c51c
Docs: Clarify the uid is metadata.name ( #114432 )
2025-11-26 07:48:18 -06:00
Andreas Christou
a3dacabedf
MSSQL: Current-user authentication ( #113977 )
...
* Moving things around
* Update frontend to support CUA
* Add CUA support to backend
* Copy parseURL function to where it's used
* Update test
* Remove experimental-strip-types
* Docs
* A bit more of a refactor to reduce complexity
* Revert "Remove experimental-strip-types"
This reverts commit 70fbc1c0cd .
* Review
* Docs updates
* Another docs fix
2025-11-26 11:10:54 +00:00
Johnny Kartheiser
2544a3441e
alerting docs: initialization_timeout addition ( #114373 )
...
added docs for initialization_timeout (https://github.com/grafana/grafana/pull/96053 )
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-11-25 16:35:38 -06:00
Anna Urbiztondo
7edaf76de4
Docs: asCode - export resources ( #114244 )
...
* WIP
* Edits
* Fixes
* New title
* Update docs/sources/as-code/observability-as-code/provision-resources/export-resources.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Feedback
* Prettier
* Link
* Added cli option
* Prettier
* Update docs/sources/as-code/observability-as-code/provision-resources/export-resources.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Update docs/sources/as-code/observability-as-code/provision-resources/export-resources.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Update docs/sources/as-code/observability-as-code/provision-resources/export-resources.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Update docs/sources/as-code/observability-as-code/provision-resources/export-resources.md
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
* Feedback
* Fixes
* Prettier
* Fix?
* Prettier
---------
Co-authored-by: Roberto Jiménez Sánchez <roberto.jimenez@grafana.com >
2025-11-25 09:28:20 +01:00
Matheus Macabu
84f44c45c1
Docs: Document auditing logs loki retries and timeout options ( #114364 )
2025-11-25 09:13:39 +01:00
Kim Nylander
6a6c5e8ae0
Draft docs for LBAC for traces ( #114280 )
...
Co-authored-by: Taylor C <41653732+tacole02@users.noreply.github.com >
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-11-24 15:33:59 +00:00
Matheus Macabu
0c965a9cb1
CloudMigrations: Remove feature toggle and introduce config setting to disable it ( #114223 )
2025-11-24 14:15:23 +01:00
Larissa Wandzura
01eee72c80
DOCS: Fixed PDC link for CloudWatch data source ( #114200 )
...
fixed broken link (refURI) for PDC
2025-11-21 14:22:38 -06:00
Beverly Buchanan
1b2fe6d6a8
RBAC plugin doc: add k8s rbac to list ( #114265 )
2025-11-21 17:44:00 +01:00
Matias Chomicki
b17ba6677e
Logs: Feature flag logsInfiniteScrolling removed ( #113585 )
...
* Remove feature flag definition
* Remove feature flag from code
* Update imports
* LogsNavigationPages: remove deprecated component
* Finally deprecate navigation pages
* Update tests
* Update translations
* Remove unused code
* More cleanup
* Test cleanup
* Remove deprecated props
* More props removal
* Update feature flags
* Revert changes
2025-11-21 11:51:56 +01:00
Sonia Aguilar
e7377a8842
Alerting: Update docs for ash AI helper button ( #114229 )
...
Update docs for ash AI helper button
2025-11-21 09:31:22 +01:00
Larissa Wandzura
0b020c5e30
DOCS: add alias to SQL expressions doc ( #114253 )
...
added alias to SQL expressions since the doc moved
2025-11-20 17:44:06 +00:00
Juan Cabanas
4d25381716
DashboardLibrary: Template dashboards public preview ( #114230 )
2025-11-20 13:51:59 -03:00
Robby Milo
7db72e03b5
remove image rendering docs ( #114217 )
2025-11-20 15:39:10 +01:00
Anna Urbiztondo
bf509de89f
Docs: IaC edits ( #114086 )
...
* Removed Grizzly from table
* Fixes
* Review
* Reviews
* Edits
* More edits
* Prettier
* Remove agent
* Review, removing Agent docs
* Prettier
* Fixes
* Prettier
* Edit
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Update docs/sources/as-code/infrastructure-as-code/ansible/ansible-cloud-stack/index.md
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
* Feedback
* Prettier
* Variable style edits
---------
Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com >
2025-11-20 10:24:47 +01:00
petergreen86
fbe29596f1
Docs: Team Sync correction ( #114043 )
2025-11-20 10:20:02 +01:00
Matheus Macabu
1d763df932
Docs: Document font_min_text_size setting in reporting section ( #114155 )
...
* Docs: Document font_min_text_size setting in reporting section
* better wording
2025-11-20 09:50:07 +01:00
Isabel Matwawana
fabb4a603d
Docs: Add panel time zoom with mouse ( #113721 )
...
Co-authored-by: Jesse David Peterson <jesdavpet@users.noreply.github.com >
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-11-19 21:27:11 +00:00
Ieva
84d6f54daa
Chore: Remove references to editors_can_admin ( #114168 )
...
remove references to editors_can_admin
2025-11-19 19:40:54 +00:00
Isabel Matwawana
e9c959a0e5
Docs: Add template dashboards page ( #114113 )
2025-11-19 12:48:23 -05:00
Brendan O'Handley
77d98fc73d
Transformations: feature toggle cleanup transformations redesign ( #113561 )
...
* remove feature toggle transformationsRedesign
* remove for event tracking
* remove uneccessary code
2025-11-19 10:54:05 -06:00
Brendan O'Handley
20a8987ff1
Dataplane: feature toggle cleanup dataplane frontend fallback ( #113542 )
...
* remove feature toggle dataplaneFrontendFallback because GA
* remove feature toggle logic
* fix import
* fix toggle ownership from merging main
* merge main
* fix extra feature toggle
2025-11-19 10:53:24 -06:00
Hugo Häggmark
5f3dcadf9e
Docs: Revert move of plugin schema file ( #114139 )
...
* Docs: revert move of plugin schema file
* Trigger build
2025-11-19 13:40:52 +01:00
Mariell Hoversholm
d19828870b
feat: remove newPDFRendering ff ( #113451 )
2025-11-19 12:50:41 +01:00
Matias Chomicki
9dd68dbbcc
Logs: Feature flag logRowsPopoverMenu removed ( #113583 )
...
* logRowsPopoverMenu: remove feature flag
* Remove import
* Remove feature flag
2025-11-19 11:43:59 +00:00
Jara Suárez de Puga García
92bee5e510
Docs: Update documentation on PDF/Email generation with logo ( #114005 )
...
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-11-19 08:43:38 +01:00
Jacob Valdez
03ed5a372d
Docs: What's new and Upgrade guide v12.3 ( #113372 )
2025-11-18 20:24:25 +00:00
Matheus Macabu
a636e1dc8e
Docs: Add secrets management beta API docs ( #114020 )
...
* Docs: Add secrets management beta API docs
* Apply suggestions from code review
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
* backtick params
* all caps JSON
* Apply suggestions from code review
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
* fix tab
* run yarn prettier
* fix anchor and permission for update
* example delete request
* Apply suggestions from code review
---------
Co-authored-by: Anna Urbiztondo <anna.urbiztondo@grafana.com >
Co-authored-by: Jacob Valdez <jacob.valdez@grafana.com >
2025-11-18 17:19:54 +00:00
Sebastian Gaiser
e6f0107923
Prometheus: Add option to configure "use series endpoint" provisioned data source ( #109852 )
...
* feat(datasources,prometheus): add option to configure 'Use series endpoint' from datasource config
Signed-off-by: Sebastian Gaiser <sebastian.gaiser@hetzner-cloud.de >
# Conflicts:
# docs/sources/datasources/prometheus/configure/_index.md
* Update public/app/plugins/datasource/tempo/_importedDependencies/datasources/prometheus/types.ts
2025-11-18 16:41:13 +01:00