kibana/x-pack/test/api_integration/apis/uptime/constants.ts

11 lines
450 B
TypeScript

/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
import moment from 'moment';
export const PINGS_DATE_RANGE_START = moment('2019-09-11T03:31:04.396Z').valueOf();
export const PINGS_DATE_RANGE_END = moment('2020-10-31T00:00:00.889Z').valueOf();