"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SOMETHING_WENT_WRONG = exports.REQUEST_TIMESTAMP_DESC = exports.REQUEST_TIMESTAMP = exports.QUERY_TIME_DESC = exports.QUERY_TIME = exports.NO_ALERT_INDEX_FOUND = exports.INSPECT_PATTERN_DIFFERENT = exports.INSPECT = exports.INDEX_PATTERN_DESC = exports.INDEX_PATTERN = exports.CLOSE = void 0; var _i18n = require("@kbn/i18n"); /* * 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 INSPECT = _i18n.i18n.translate('xpack.securitySolution.inspectDescription', { defaultMessage: 'Inspect' }); exports.INSPECT = INSPECT; const CLOSE = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.closeTitle', { defaultMessage: 'Close' }); exports.CLOSE = CLOSE; const SOMETHING_WENT_WRONG = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.somethingWentWrongDescription', { defaultMessage: 'Sorry about that, something went wrong.' }); exports.SOMETHING_WENT_WRONG = SOMETHING_WENT_WRONG; const INDEX_PATTERN = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.indexPatternLabel', { defaultMessage: 'Index pattern' }); exports.INDEX_PATTERN = INDEX_PATTERN; const INDEX_PATTERN_DESC = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.indexPatternDescription', { defaultMessage: 'The index pattern that connected to the Elasticsearch indices. These indices can be configured in Kibana > Advanced Settings.' }); exports.INDEX_PATTERN_DESC = INDEX_PATTERN_DESC; const INSPECT_PATTERN_DIFFERENT = _i18n.i18n.translate('xpack.securitySolution.inspectPatternDifferent', { defaultMessage: 'This element has a unique index pattern separate from the data view setting.' }); exports.INSPECT_PATTERN_DIFFERENT = INSPECT_PATTERN_DIFFERENT; const QUERY_TIME = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.queryTimeLabel', { defaultMessage: 'Query time' }); exports.QUERY_TIME = QUERY_TIME; const QUERY_TIME_DESC = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.queryTimeDescription', { defaultMessage: 'The time it took to process the query. Does not include the time to send the request or parse it in the browser.' }); exports.QUERY_TIME_DESC = QUERY_TIME_DESC; const REQUEST_TIMESTAMP = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.reqTimestampLabel', { defaultMessage: 'Request timestamp' }); exports.REQUEST_TIMESTAMP = REQUEST_TIMESTAMP; const REQUEST_TIMESTAMP_DESC = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.reqTimestampDescription', { defaultMessage: 'Time when the start of the request has been logged' }); exports.REQUEST_TIMESTAMP_DESC = REQUEST_TIMESTAMP_DESC; const NO_ALERT_INDEX_FOUND = _i18n.i18n.translate('xpack.securitySolution.inspect.modal.noAlertIndexFound', { defaultMessage: 'No alert index found' }); exports.NO_ALERT_INDEX_FOUND = NO_ALERT_INDEX_FOUND;