Skip to content

Commit

Permalink
Change default index pattern from 8.x to 7.x value.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed Apr 27, 2020
1 parent 5e1f0ab commit 718bb4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import { DynamicSettings } from '../runtime_types';

export const DYNAMIC_SETTINGS_DEFAULTS: DynamicSettings = {
heartbeatIndices: 'heartbeat-8*',
heartbeatIndices: 'heartbeat-7*',
certThresholds: {
expiration: 30,
age: 365,
Expand Down

0 comments on commit 718bb4e

Please sign in to comment.