"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.USER_RISK_SCORE = exports.USER_RISK_CLASSIFICATION = exports.USER_ID = exports.USER_DOMAIN = exports.MAX_ANOMALY_SCORE_BY_JOB = exports.LAST_SEEN = exports.INSPECT_TITLE = exports.HOST_OS = exports.HOST_IP = exports.HOST_FAMILY = exports.FIRST_SEEN = 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 USER_ID = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.userIdTitle', { defaultMessage: 'User ID' }); exports.USER_ID = USER_ID; const USER_DOMAIN = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.userDomainTitle', { defaultMessage: 'Domain' }); exports.USER_DOMAIN = USER_DOMAIN; const HOST_FAMILY = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.familyTitle', { defaultMessage: 'Family' }); exports.HOST_FAMILY = HOST_FAMILY; const HOST_IP = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.ipAddressesTitle', { defaultMessage: 'IP addresses' }); exports.HOST_IP = HOST_IP; const HOST_OS = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.osTitle', { defaultMessage: 'Operating system' }); exports.HOST_OS = HOST_OS; const FIRST_SEEN = _i18n.i18n.translate('xpack.securitySolution.network.ipDetails.ipOverview.firstSeenTitle', { defaultMessage: 'First seen' }); exports.FIRST_SEEN = FIRST_SEEN; const LAST_SEEN = _i18n.i18n.translate('xpack.securitySolution.user.ipDetails.ipOverview.lastSeenTitle', { defaultMessage: 'Last seen' }); exports.LAST_SEEN = LAST_SEEN; const INSPECT_TITLE = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.inspectTitle', { defaultMessage: 'User overview' }); exports.INSPECT_TITLE = INSPECT_TITLE; const MAX_ANOMALY_SCORE_BY_JOB = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.maxAnomalyScoreByJobTitle', { defaultMessage: 'Max anomaly score by job' }); exports.MAX_ANOMALY_SCORE_BY_JOB = MAX_ANOMALY_SCORE_BY_JOB; const USER_RISK_SCORE = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.userRiskScoreTitle', { defaultMessage: 'User risk score' }); exports.USER_RISK_SCORE = USER_RISK_SCORE; const USER_RISK_CLASSIFICATION = _i18n.i18n.translate('xpack.securitySolution.user.details.overview.userRiskClassification', { defaultMessage: 'User risk classification' }); exports.USER_RISK_CLASSIFICATION = USER_RISK_CLASSIFICATION;