Skip to content

Commit

Permalink
Update documentationUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallmain committed Mar 15, 2022
1 parent 4c8715c commit 8ff143f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe('alerts as data privileges deprecation', () => {
},
deprecationType: 'feature',
documentationUrl:
'https://www.elastic.co/guide/en/security/8.0/whats-new.html#index-updates-8.0',
'https://www.elastic.co/guide/en/security/8.0/upgrade-intro.html#upgrade-reqs',
level: 'warning',
message: `In order to view detection alerts in 8.0+, users will need read privileges to new detection alerts index aliases \
(.alerts-security.alerts-<KIBANA_SPACE>) and backing indices (.internal.alerts-security.alerts-<KIBANA_SPACE>-*), \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Alerts created after upgrading will use a different schema.`,
),
level: 'warning',
deprecationType: 'feature',
documentationUrl: `https://www.elastic.co/guide/en/security/8.0/whats-new.html#index-updates-8.0`,
documentationUrl: `https://www.elastic.co/guide/en/security/8.0/upgrade-intro.html#upgrade-reqs`,
correctiveActions: {
manualSteps: buildManualSteps(roleNamesWhichReadSignals),
},
Expand Down

0 comments on commit 8ff143f

Please sign in to comment.