mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Change default cert age limit value. (#65918)
* Change default cert age limit value. * Refresh test snapshot. Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
This commit is contained in:
parent
0c259102ed
commit
4506ca1dff
2 changed files with 3 additions and 3 deletions
|
@ -8,6 +8,6 @@ import { DynamicSettings } from '../runtime_types';
|
|||
|
||||
export const DYNAMIC_SETTINGS_DEFAULTS: DynamicSettings = {
|
||||
heartbeatIndices: 'heartbeat-8*',
|
||||
certAgeThreshold: 365,
|
||||
certAgeThreshold: 730,
|
||||
certExpirationThreshold: 30,
|
||||
};
|
||||
|
|
|
@ -87,7 +87,7 @@ describe('status check alert', () => {
|
|||
Object {
|
||||
"callES": [MockFunction],
|
||||
"dynamicSettings": Object {
|
||||
"certAgeThreshold": 365,
|
||||
"certAgeThreshold": 730,
|
||||
"certExpirationThreshold": 30,
|
||||
"heartbeatIndices": "heartbeat-8*",
|
||||
},
|
||||
|
@ -132,7 +132,7 @@ describe('status check alert', () => {
|
|||
Object {
|
||||
"callES": [MockFunction],
|
||||
"dynamicSettings": Object {
|
||||
"certAgeThreshold": 365,
|
||||
"certAgeThreshold": 730,
|
||||
"certExpirationThreshold": 30,
|
||||
"heartbeatIndices": "heartbeat-8*",
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue