Alexander Akhmetov
e256f2d5e2
Alerting: Enable recording rules by default ( #105603 )
2025-06-02 10:56:05 +02:00
Ieva
5b4d188638
RBAC: Clear up the basic role definitions ( #106214 )
...
clear up the basic role definitions
2025-05-30 10:41:11 +01:00
Pepe Cano
e1400e67d3
docs(alerting): document Keep firing for in Alert rule evaluation intro ( #106139 )
2025-05-29 18:24:26 +02:00
Pepe Cano
b2d317cc23
docs(alerting): add notes for Redis HA setup ( #106144 )
...
* docs(alerting): add note for Redis HA setup
* run prettier
2025-05-29 11:21:32 -05:00
Mykhailo Zahlada
fc988c8771
Auth: Add Azure/Entra workload identity support ( #104807 )
...
* fixes/adds azure workload identity authentication. Issue #78249
* Updates default values. Adds `workload_identity_token_file` defaults
* Updates example config. Adds `workload_identity_token_file`
* Updates docummentation: adds Federated credentials for Workload Identity
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
* Update docs/sources/setup-grafana/configure-security/configure-authentication/azuread/index.md
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
* Docs: add link to official documentation. Clarifies example.
* 1. Add workload_identity_enabled and workload_identity_token_file settings to [auth.azuread] for workload identity support.
2. Extend OAuthInfo struct to include workload identity fields.
3. Update OAuth authentication logic to handle Azure AD workload identity using federated token as client assertion.
4. Update sample configuration and documentation for new settings.
* ensure environment variable overrides are respected for OAuth SSO settings
- Ensure that settings loaded in pkg/services/ssosettings/strategies/oauth_strategy.go correctly reflect environment variable overrides, matching Grafana's config behavior.
- Align config loading logic with main config loader to prevent issues where INI values would override environment variables.
* updates documentation
* test: add workload identity configuration tests for Azure AD OAuth strategy. Add test coverage for workload_identity_enabled and workload_identity_token_file settings
* feat: add workload identity support to Azure AD SSO configuration UI
* updates documentation
* Simplify OAuth flow by removing unnecessary switch-case structure
* Small changes
* Lint + i18n gen
* refactor: remove redundant workload_identity_enabled setting as auth method gets defined by client_authentication
* update documentation
* refactor: remove redundant workload_identity_enabled setting as auth method gets defined by client_authentication
* updates documentation - configuration options table: adds `client_authentication`, `workload_identity_token_file`, and `federated_credential_audience`
* Small changes, lint, i18n
---------
Co-authored-by: Misi <mgyongyosi@users.noreply.github.com >
2025-05-29 14:09:18 +02:00
Zach Day
de07edfa24
Fixing links and removing duplicate content ( #105837 )
2025-05-29 09:23:13 +02:00
song2park
e572af4562
docs: fix keycloak signout_redirect_url ( #106191 )
2025-05-29 07:00:50 +00:00
Ezequiel Victorero
3de80ec3d7
Feature Toggles: remove useRawTimeRange FF ( #106154 )
2025-05-28 15:44:48 -07:00
Jacob Valdez
959ccb8ec2
Docs: Adding info on configuring CORS via reverse proxy ( #104203 )
...
* Docs: Adding info on configuring cors via reverse proxy
* Adding info regarding grafana.ini CORS configuration
* some clarification and typo fixes
* expanding the instructions
* run prettier
* fixing indentation
* adjusting an admonition
* adjusting information based on review
2025-05-28 08:18:21 -05:00
Pepe Cano
82b58a2396
docs(alerting): clarify provenance requirements when provisioning alert rules ( #106105 )
...
* docs(alerting): clarify provenance requirements when provisioning alert rules
* run prettier
2025-05-28 11:11:56 +02:00
Pepe Cano
8de013c7e6
docs(alerting): OpsGenie instructions for other alertmanagers ( #106049 )
...
* docs(alerting): OpsGenie instructions for other alertmanagers
* run prettier
2025-05-28 10:59:05 +02:00
Pepe Cano
c84388f550
docs(alerting): Examples of dynamic labels and dynamic thresholds ( #105776 )
...
* docs(alerting): Add dynamic thresholds example
* update intro
* docs(alerting): Example of dynamic labels
* fix template example
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-thresholds.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/best-practices/dynamic-labels.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* fix typo
* fix typo
* Add section `CSV data with Infinity` in Table data example
* Link dynamic threshold example to tabular data requirements
* minor copy changes
* minor heading fix
* Add links (admonition) to Grafana Play examples
* Use `Caveat` instead of `Gotcha`
* Dynamic thresholds: caution message when Math operates on missing series
* Exampleof latency threshold based on traffic
---------
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
2025-05-27 17:36:32 +02:00
antonio
7661aa8b95
alerting tutorials update ( #106018 )
...
* first
* second
* third"
* 4th
* format
* typo
* $labels
* all pretty no pity
* order
* order2
* typo
* order4
* link renamign
* titles
* test without title heading
* test with colon in h1
* removed H1s
2025-05-27 15:02:26 +00:00
Mohamad Fadhil
ae2556b204
Fix: typo in doc ( #105981 )
...
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-05-26 08:03:52 +00:00
Jacob Hands
8734b54f90
Docs: document required return type for org_attribute_path ( #105946 )
...
Co-authored-by: linoman <2051016+linoman@users.noreply.github.com >
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-05-23 13:48:10 +00:00
Irene Rodríguez
fa98a96e5d
Fix broken links ( #105936 )
2025-05-23 13:11:27 +00:00
Sven Grossmann
04de9c2740
Plugins: Support suffix in grafanaDependency ( #105916 )
...
Plugins: Support appendix in `grafanaDependency`
2025-05-23 09:16:13 +02:00
Jacob Valdez
73e971eedc
Docs: Clarifying information about using the API for license renewal ( #105879 )
...
Docs: Clarifying information about using the API for licnese renewal
2025-05-22 15:46:18 -05:00
Kristina
bc3679957b
Transformations: Add documentation around new behavior of Calculate field ( #104429 )
...
* Docs changes
* remove generated placeholder for binary ops with variables
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
* Update public/app/features/transformers/docs/content.ts
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
---------
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com >
2025-05-22 09:43:35 -05:00
Irene Rodríguez
c98792d924
add new sentence about GH enterprise ( #105816 )
2025-05-22 16:37:50 +02:00
Isabel Matwawana
f984c4cbe7
Docs: Fixed broken links ( #105796 )
2025-05-22 10:34:58 -04:00
mohammad-hamid
0166b6bcc6
Update API docs for team groups search ( #105512 )
...
* Update API docs for team groups search
* update team sync doc
* remove param block
---------
Co-authored-by: Gabriel Mabille <gabriel.mabille@grafana.com >
2025-05-22 09:58:58 -04:00
Syerikjan Kh
e05ccb822a
feat: map GF_INSTALL_PLUGINS to use preinstall plugins feature ( #105145 )
...
* feat: map GF_INSTALL_PLUGINS to use preinstall plugins feature
* ref: process GF_INSTALL_PLUGINS as sync install
* fix: check GF_INSTALL_PLUGINS_FORCE in the docker run
* ref: use preinstall_sync for GF_INSTALL_PLUGINS
* ref: logs and deprecation msg for GF_INSTALL_PLUGINS
* chore: deprecated log formatting
2025-05-22 08:23:33 -04:00
Sonia Aguilar
fc5472615f
Alerting: Add alertingImportYAMLUI feature flag ( #105742 )
...
Add alertingImportYAMLUI ff
2025-05-21 17:59:41 +02:00
Kim Nylander
d0d941fe8d
[DOC] Make notes consistent in Git Sync docs ( #105695 )
2025-05-20 18:27:55 +00:00
Vardan Torosyan
fbf87a9fc1
Docs: Fix SCIM availability note about Grafana Cloud ( #105649 )
...
* Docs: Fix SCIM availability note about Grafana Cloud
* SCIM and Team Sync are available in Pro
2025-05-20 17:11:57 +02:00
Alexander Akhmetov
d57ce72969
Alerting: Document X-Grafana-Alerting-Notification-Settings header ( #105300 )
2025-05-19 22:01:13 +02:00
Alexander Akhmetov
d5a8401499
Alerting: Mention recording rules setup in the import API documentation ( #105565 )
...
* Alerting: Update recording rules mentions in the import API documentation
* Apply suggestions from code review
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
---------
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
2025-05-19 19:01:46 +02:00
Alexander Akhmetov
c58ac15031
Alerting: Remove grafanaManagedRecordingRules feature flag ( #105569 )
2025-05-19 12:15:49 +02:00
Johnny Kartheiser
bf87c6f774
docs: edits for alerting learning content ( #105500 )
...
* docs: edits for alerting learning content
edits for alerting learning content
* vale'd
* left nav change
* final adjustments
link fixes and the like
* Update _index.md
2025-05-18 22:08:52 -05:00
David Harris
a3952ff85a
docs: remove transformation content for legacy graph panel ( #105534 )
...
docs: remove content for legacy graph panel
Given the legacy panel is not compatible with G12 - our current docs should not cover it and we can remove from the page
2025-05-17 13:57:14 +01:00
Isabel Matwawana
14d8c5796a
Docs: Improve raw format description and examples ( #105410 )
2025-05-16 10:48:36 -04:00
Syerikjan Kh
b38662e985
Plugins: Add preinstall_sync config - allow plugins to be preinstalled synchronously ( #105292 )
...
* feat: preinstall_sync config - process and installation logic
* ref: add preinstall_sync list to preinstalled plugins of frontendsettings
* fix: conf blank line for sections
* ref: remove plugins async flag, and rename PreinstallPlugins
* docs: default installed plugin list
2025-05-16 10:45:50 -04:00
Irene Rodríguez
7e038b67a5
Fix typo ( #105547 )
2025-05-16 09:23:55 -05:00
Navid Mafi
77e1acaf3f
docs: fix grammar on set-up-grafana-live.md ( #105545 )
2025-05-16 08:48:41 -05:00
Irene Rodríguez
778563223b
Add link to form for Git Sync early acess ( #105535 )
...
Co-authored-by: Richard Hartmann <RichiH@users.noreply.github.com >
2025-05-16 10:45:53 +00:00
Mihai Doarna
1099422050
Docs: Update the page on configuring SCIM with AzureAD ( #105477 )
...
* update the docs on configuring SCIM with AzureAD
* run prettier
* fix note block
* fix typo
2025-05-16 10:02:22 +03:00
Sonia Aguilar
f7cad3a2fe
Alerting: Update docs rules bulk actions ( #105442 )
...
* enable pause/unpause bulk actions
* Update docs for pause/resume rules evaluations within a folder
2025-05-15 16:06:15 +02:00
Pepe Cano
bb04b9c55b
docs(alerting): MissingSeriesEvalsToResolve and New Stale alert instances docs page ( #105415 )
...
* docs(alerting): New `Stale alert instances` docs page and document the `Missing series evaluations to resolve` option.
* update meta description
2025-05-15 13:36:59 +02:00
Igor Suleymanov
d75a930548
Update grafanactl installation instructions ( #104616 )
2025-05-15 08:54:32 +00:00
Artur Wierzbicki
3b1008b7c9
Git Sync: wording around cloud availability ( #105427 )
2025-05-15 09:43:05 +02:00
Alexander Akhmetov
d8dd2facdd
Alerting: Enable alertingMigrationUI feature flag by default ( #105419 )
2025-05-15 08:44:13 +02:00
Jack Baldry
39e7804557
Add comments explaining what pages the aliases redirect and fix broken aliases ( #105408 )
2025-05-14 19:45:35 +03:00
Pepe Cano
4ae91715df
docs(alerting): Add two common examples in Learn section ( #105325 )
...
* docs(alerting): Add two common examples in `Learn` section
* Update docs/sources/alerting/learn/examples/multi-dimensional-alerts.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* Update docs/sources/alerting/learn/examples/multi-dimensional-alerts.md
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
* mention `summary` annotation in multi-dimensional alerts example
* Remove note about alert grouping
* minor edits to section: `Differences with time series`
* minor grammar change
---------
Co-authored-by: Johnny Kartheiser <140559259+JohnnyK-Grafana@users.noreply.github.com >
2025-05-14 17:10:32 +02:00
Irene Rodríguez
acbc7b54ed
Fix broken links ( #105341 )
2025-05-14 17:26:46 +04:00
Mihai Doarna
039b1765a0
Docs: Update the guide on how to configure SCIM with okta ( #105377 )
...
* update docs on how to configure SCIM with okta
* fix enterprise link
* add introductory paragraph under "Configure provisioning settings"
This paragraph has been added to avoid stacked headings that break the flow of the documentation and hurt SEO
* split SCIM connector base URL config for cloud and onprem
---------
Co-authored-by: Irene Rodríguez <irene.rodriguez@grafana.com >
2025-05-14 16:13:49 +03:00
Irene Rodríguez
ed4680495a
fix broken links ( #105343 )
2025-05-14 10:06:31 +02:00
Pepe Cano
b53f68ea5e
docs(alerting): Correct gotcha when using dynamic labels ( #105347 )
2025-05-14 10:00:30 +02:00
Johnny Kartheiser
a26d907dae
docs: bulk delete alert rule group ( #105087 )
...
* docs: bulk delete alert rule group
first draft
* icon name fix
* Update docs/sources/alerting/alerting-rules/create-data-source-managed-rule.md
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-data-source-managed-rule.md
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/create-grafana-managed-rule.md
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com >
* prettier
* prettiest
---------
Co-authored-by: Sonia Aguilar <33540275+soniaAguilarPeiron@users.noreply.github.com >
2025-05-13 16:32:15 -05:00
Taewoo K.
2a3aa4bc12
add LogicMonitor datasource ( #105200 )
...
* add LogicMonitor datasource
* update plugin name
* import image
* update file name
* fix import order
2025-05-13 17:27:08 -04:00