Skip to content

Commit

Permalink
Change default cert age limit value. (#65918)
Browse files Browse the repository at this point in the history
* Change default cert age limit value.

* Refresh test snapshot.

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
justinkambic and elasticmachine authored May 11, 2020
1 parent 0c25910 commit 4506ca1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ import { DynamicSettings } from '../runtime_types';

export const DYNAMIC_SETTINGS_DEFAULTS: DynamicSettings = {
heartbeatIndices: 'heartbeat-8*',
certAgeThreshold: 365,
certAgeThreshold: 730,
certExpirationThreshold: 30,
};
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('status check alert', () => {
Object {
"callES": [MockFunction],
"dynamicSettings": Object {
"certAgeThreshold": 365,
"certAgeThreshold": 730,
"certExpirationThreshold": 30,
"heartbeatIndices": "heartbeat-8*",
},
Expand Down Expand Up @@ -132,7 +132,7 @@ describe('status check alert', () => {
Object {
"callES": [MockFunction],
"dynamicSettings": Object {
"certAgeThreshold": 365,
"certAgeThreshold": 730,
"certExpirationThreshold": 30,
"heartbeatIndices": "heartbeat-8*",
},
Expand Down

0 comments on commit 4506ca1

Please sign in to comment.