"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.THREAT_QUERY_BASE = exports.EMPTY_VALUE = exports.DEFAULT_DATE_FORMAT_TZ = exports.DEFAULT_DATE_FORMAT = 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 EMPTY_VALUE = '-'; exports.EMPTY_VALUE = EMPTY_VALUE; const DEFAULT_DATE_FORMAT = 'dateFormat'; exports.DEFAULT_DATE_FORMAT = DEFAULT_DATE_FORMAT; const DEFAULT_DATE_FORMAT_TZ = 'dateFormat:tz'; exports.DEFAULT_DATE_FORMAT_TZ = DEFAULT_DATE_FORMAT_TZ; const THREAT_QUERY_BASE = 'event.type: indicator and event.category : threat'; exports.THREAT_QUERY_BASE = THREAT_QUERY_BASE;