Skip to content

Commit

Permalink
[Uptime] Added permission for new tls alert (elastic#116107) (elastic…
Browse files Browse the repository at this point in the history
…#116268)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Shahzad <[email protected]>
  • Loading branch information
kibanamachine and shahzad31 authored Oct 26, 2021

Verified

This commit was signed with the committer’s verified signature.
harshanarayana Harsha Narayana
1 parent 10c2566 commit c727af4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x-pack/plugins/uptime/server/kibana.index.ts
Original file line number Diff line number Diff line change
@@ -48,6 +48,7 @@ export const initServerWithKibana = (
},
alerting: [
'xpack.uptime.alerts.tls',
'xpack.uptime.alerts.tlsCertificate',
'xpack.uptime.alerts.monitorStatus',
'xpack.uptime.alerts.durationAnomaly',
],
@@ -64,13 +65,15 @@ export const initServerWithKibana = (
rule: {
all: [
'xpack.uptime.alerts.tls',
'xpack.uptime.alerts.tlsCertificate',
'xpack.uptime.alerts.monitorStatus',
'xpack.uptime.alerts.durationAnomaly',
],
},
alert: {
all: [
'xpack.uptime.alerts.tls',
'xpack.uptime.alerts.tlsCertificate',
'xpack.uptime.alerts.monitorStatus',
'xpack.uptime.alerts.durationAnomaly',
],
@@ -93,13 +96,15 @@ export const initServerWithKibana = (
rule: {
read: [
'xpack.uptime.alerts.tls',
'xpack.uptime.alerts.tlsCertificate',
'xpack.uptime.alerts.monitorStatus',
'xpack.uptime.alerts.durationAnomaly',
],
},
alert: {
read: [
'xpack.uptime.alerts.tls',
'xpack.uptime.alerts.tlsCertificate',
'xpack.uptime.alerts.monitorStatus',
'xpack.uptime.alerts.durationAnomaly',
],

0 comments on commit c727af4

Please sign in to comment.