"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PANEL_HEIGHT = exports.MOBILE_PANEL_HEIGHT = exports.DEFAULT_STACK_BY_FIELD1 = exports.DEFAULT_STACK_BY_FIELD = void 0; /* * 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. */ const DEFAULT_STACK_BY_FIELD = 'kibana.alert.rule.name'; exports.DEFAULT_STACK_BY_FIELD = DEFAULT_STACK_BY_FIELD; const DEFAULT_STACK_BY_FIELD1 = 'host.name'; exports.DEFAULT_STACK_BY_FIELD1 = DEFAULT_STACK_BY_FIELD1; const PANEL_HEIGHT = 300; exports.PANEL_HEIGHT = PANEL_HEIGHT; const MOBILE_PANEL_HEIGHT = 500; exports.MOBILE_PANEL_HEIGHT = MOBILE_PANEL_HEIGHT;