Pepe Cano
493e7ba75f
docs(alerting): enhancements for MQTT docs ( #106566 )
...
* docs(alerting): enhancements for MQTT docs
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-mqtt.md
Co-authored-by: Simon Prickett <simon@crudworks.org >
---------
Co-authored-by: Simon Prickett <simon@crudworks.org >
2025-06-13 10:27:08 +02:00
Pepe Cano
d0154e8e77
docs(alerting): admonition for webhook features that are not GA in GC ( #104331 )
...
* docs(alerting): admonition for webhook features that are not GA in GC
* fix plural
* minor copy change
2025-04-22 22:45:48 +02:00
Pepe Cano
50e24d6634
docs(alerting): clarify that webhook extra headers can override the Content-Type header ( #104324 )
2025-04-22 22:19:28 +02:00
Pepe Cano
9e4980320a
docs(alerting): add JSON payload example to template examples list ( #104282 )
2025-04-22 22:14:50 +02:00
Matthew Jacobson
9e933882ed
Alerting: Webhook Improvements - Templateable Payloads ( #103818 )
...
* Template editor syntax highlighting when preview is json-like
* Add new template editor language examples, snippets, and functions
* Use updated NewTemplate function
* Add new fields to webhook notifier
- CustomPayload
- ExtraHeaders
* Documentation
* Update grafana/alerting to in-progress PR (needs updating after merge)
* Fix integration test
* Remove docs reference to .Extra template context
No longer exists, was part of a previous iteration
* make update-workspace
* Update grafana/alerting to actual merged commit
2025-04-11 12:22:51 -04:00
Alexander Akhmetov
ef5cc12b33
Alerting: Add HMAC signature config to the webhook integration ( #100960 )
...
Adds HMAC-SHA256 signature support to webhook notifications, providing a way to verify the authenticity and integrity of webhook requests. The implementation allows to specify the header in which the signature will be sent. The signature is calculated from the request body.
An optional timestamp header name can be provided. If set, the HMAC signature will be generated by concatenating the timestamp, a ":" and the request body: {timestamp}:{body}. The timestamp will also be sent in the provided header name.
2025-03-14 07:22:41 +01:00
Pepe Cano
8646961c3f
Alerting docs: fix heading anchor ( #100783 )
...
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2025-02-19 11:47:55 +01:00
Pepe Cano
f1b4678012
Alerting docs: update Configure Webhook notifications ( #100650 )
...
* Alerting docs: update `Configure Webhook notifications`
* fix typo
* fix typo
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
* fix typo
* Add `Note` to configure either HTTP Basic Authentication or the Authorization request header
* Use `inline` format for JSON keys
---------
Co-authored-by: Matthew Jacobson <matthew.jacobson@grafana.com >
2025-02-14 11:04:08 +01:00
Pepe Cano
290612e366
Alerting docs: specify using multiple contact point integrations in the UI and HTTP API ( #95890 )
...
* Sort list of contact points on the sidebar
* Update `Configure contact points` to clarify contact point integrations
* Alerting HTTP API: fix `EmbeddedContactPoint` properties table
* HTTP Alerting API: clarify how `ContactPoint.name` groups contact points
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-11-06 15:28:44 +01:00
Pepe Cano
813632dff1
Alerting Docs: Update Alert rule and Notification Templating ( #94069 )
...
* Update links to the new location of the Templates intro page
* Set alert rule template structure
* Update the `Template notifications` structure/sidebar
* Move examples to examples pages
* Update menu titles and URL paths
* WIP reference
* added intro to examples.md
* reference page section intros
* examples title
* Template
* Continue Alert Template Reference
* example sections
* Almost finish with Reference page
* weight pages
* WIP - template variables Intro
* Edits Alert rule templates + Differences with notification templates
* examples-draft-2
* how to map annotations to notif templates
* examples v2
* moved example
* Continue Template annotations and labels
* Preview annotation templates
* Complete `Template annotations and labels`
* Update `Differences with notification templates`
* Polish a bit `Differences with notification tempaltes`
* added logic examples to `Examples`
* Finish sharing Template language
* Minor: set `anchor` link
* Minor edit
* Minor edit
* Minor changes
* Template language changes
* Document missing functions for alert rule templates
* 'Examples' v3
* `Examples` v3.1
* `Examples` v3.2
* added context/intro to `Examples`
* added a how to section to `Examples`
* moved legacy info in `Examples`
* added examples, sections in `Examples`
* formatting
* examples v5
* examples v5.1
* Complete update to `Notification template reference`
* Update `$values` description
* moved steps to `index`
* fixed urls
* removed section in `examples`
* added refs
* fixed urls
* refs fix
* blended the use case into the explanation
* Notification template reference: Minor readibility changes
* Edit `$value` in Alert rule template reference
* Edit `Manage notification templates
* links to ref and lang pages
* Minor copy changes
* Edit Template annotation overview + Prepare Template notifications overview
* `Select` vs `Choose`
* Template Overview
* Fix `heading` does not match `title`
* examples v6
* examples v6.1
* Fix spell errors
* Run `prettier --write` to fix md format errors
* examples v7
* examples v7.1
* examples v7.2
* examples v7.4
* examples v7.5
* examples v7.6
* all pretty, no pity
* Update alert rule examples
* Complete `Labels and annotations template examples`
* Minor changes
* Use `.` notation instead of `index` in examples
* rename `extendeddata` to `notificationdata`
* Complete Notification examples
* minor changes
* Set `go` language when displaying template examples
* Revert "minor changes"
This reverts commit f647c55c87 .
* Update example and admonition for consistency
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/shared/alerts/template-language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/shared/alerts/template-language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/language.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/alerting-rules/templates/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/examples.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/manage-notification-templates.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* use `add` instead of `enrich`
* fix prettier content errors
* minor copy change
* Specify which Alert properties are exclusive to Grafana-managed alerts
* Use `Monitor` instead of `Meta monitoring`
* Be more detailed about notifation template limitations
---------
Co-authored-by: tonypowa <tonypowa@gmail.com >
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-10-23 12:43:28 +02:00
Santiago
87b57a1b25
Docs: Remove deprecation warnings for panelURL and dashboardURL ( #94730 )
...
Docs: Remove deprecation warnings for panelURL and dashboardURL in webhook and mqtt integration docs
2024-10-15 15:52:36 +02:00
brendamuir
cbf8e7e679
Alerting docs: update that test functionality only for G Alertmanager ( #94064 )
...
* Alerting docs: update that test functionality only for G Alertmanager
* ran prettier
* fixed alphabetical order
* indentation
* format
* all pretty, no pity
---------
Co-authored-by: tonypowa <tonypowa@gmail.com >
2024-10-01 17:28:26 +02:00
Santiago
7098c22f39
Docs: Remove deprecation warning on webhook payload fields ( #92604 )
2024-09-26 11:53:22 -03:00
brendamuir
0631322d36
Alerting docs: adds sns integration ( #92075 )
...
* Alerting docs: adds sns integration
* deletes 2000 alert rule limit
* added .md ext and set weight field to 0
---------
Co-authored-by: tonypowa <tonypowa@gmail.com >
2024-08-20 16:22:07 +02:00
antonio
2186676f55
alerting:docs>google chat ( #90257 )
...
* alerting:docs>google chat
* pretty
* weight
* changed weight
* typo
2024-07-17 08:22:47 +02:00
antonio
891cc0512f
alerting: teams contact point + updates ( #89695 )
...
* alerting: teams contact point + updates
* typo
* all pretty no pity
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-email.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-slack.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/pager-duty.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* formatting
* formatting
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
2024-06-25 17:52:53 +02:00
brendamuir
3a29f68d0c
Alerting docs: vale fixes ( #89604 )
...
* Alerting docs: vale fixes
* fix numbering
* Alerting docs: monitor errors
* takes out will
* Update docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md
* Update docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md
* Update docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md
* Update docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md
* Update docs/sources/alerting/configure-notifications/template-notifications/images-in-notifications.md
2024-06-25 08:14:16 +02:00
antonio
d83cbe4d85
alerting/webhook doc update ( #87492 )
...
* alerting/webhook doc update
* text formath
* fixed admonition
* typo
* headings
* formatted headings and prettified it all
* one more heading
2024-05-08 13:49:55 +03:00
Pepe Cano
ec42b2a361
Alerting docs: restructure Introduction ( #84248 )
...
* Rename `Data sources` title
* Relocate and rename `Introduction/Notification templates`
* Rename `alert-rules/alert-instances` to `alert-rules/multi-dimensional-alerts`
* Move `fundamentals/high-availability` to `setup/enable-ha`
* Fix 404 high-availability alerting link on Setup HA Grafana docs
* Move alert manager/contact poitns/notification templates within Notifications
* Remove `Alerting on numeric data`
* Restructure Introduction v2
* Continue Intro restructuring
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Complete contact point TODO
* Alias: alertManager
* Aliases `annotation-label` + content changes
* Aliases to `templating-labels-annotations`
* Aliases to `queries-conditions`
* Rename `rule-evaluation.md` file
* Aliases: `contact points`
* Aliases to `message-templating`
* Aliases to `alert-rules`
* Update links to new URL slugs
* Remove duplicated alias
* Remove trailing slash for external heading links
* Remove trailing slash in heading links to other grafana pages
* Change URL directory slug `fundamentals/notifications`
* rename title `Configure High Availability`
* Content changes
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-alert-state-history/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-alert-state-history/index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/set-up/configure-high-availability/_index.md
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
* Update docs/sources/alerting/fundamentals/alert-rules/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Fix broken link reference
* Fix `queries-and-conditions`
* Fix `alert-rule-evaluation` ref link
* Fix aliases + inline doc comments
* Fix broken link
---------
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-03-14 16:58:18 +01:00
brendamuir
45f8e7f8cf
Revert "Revert "Alerting docs: rework create alert rules definition and topic"" ( #83372 )
...
* Revert "Revert "Alerting docs: rework create alert rules definition and topic…"
This reverts commit 2b4f108771 .
* updates aliases
* fixes after testing aliases
* more alias updates
* test silence alias
* fix alias for mute timings
* attempt alias fix
* ran prettier
* fixes more aliases
* quick title update
* fixes alias
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-oncall.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/reference.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/use-notification-templates.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/using-go-templating-language.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/create-silence.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/mute-timings.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/manage-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/create-notification-policy.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-oncall.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/pager-duty.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/mute-timings.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/template-notifications/_index.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* fix silence aliases
* fix canonical
* Update docs/sources/alerting/configure-notifications/template-notifications/create-notification-templates.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
* Update docs/sources/alerting/configure-notifications/create-notification-policy.md
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
---------
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-02-27 11:56:11 +01:00
Jack Baldry
2b4f108771
Revert "Alerting docs: rework create alert rules definition and topic" ( #83328 )
2024-02-23 19:30:08 +02:00
brendamuir
57114a4916
Alerting docs: rework create alert rules definition and topic ( #83220 )
...
* Alerting docs: rework create alert rules definition and topic
* ran prettier
* corrects note
* adds configure notifications section
* update branch
* corrects links
* parts of alert rule creation
* Update docs/sources/alerting/configure-notifications/_index.md
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com >
* moved section
* updates recording rule steps
* gets rid of configure integrations topic
* deletes configure integrations topic
* deletes links
* ran prettier
* Include contact point links
* phase 2 sorting out manage notifications
* manage notification changes
* manage notification updates
* finishing touches
* fixes links
* link fixes
* more link fix
* link fixes
* ran prettier
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com >
Co-authored-by: Pepe Cano <825430+ppcano@users.noreply.github.com >
Co-authored-by: Jack Baldry <jack.baldry@grafana.com >
2024-02-23 17:52:19 +01:00