"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TOTAL_COUNT_OF_SESSIONS = exports.SINGLE_COUNT_OF_SESSIONS = exports.SESSIONS_TITLE = exports.COLUMN_SESSION_START = exports.COLUMN_INTERACTIVE = exports.COLUMN_HOST_NAME = exports.COLUMN_EXECUTABLE = exports.COLUMN_ENTRY_USER_ID = exports.COLUMN_ENTRY_TYPE = exports.COLUMN_ENTRY_IP = 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 SESSIONS_TITLE = _i18n.i18n.translate('xpack.securitySolution.sessionsView.sessionsTitle', { defaultMessage: 'Sessions' }); exports.SESSIONS_TITLE = SESSIONS_TITLE; const TOTAL_COUNT_OF_SESSIONS = _i18n.i18n.translate('xpack.securitySolution.sessionsView.totalCountOfSessions', { defaultMessage: 'sessions' }); exports.TOTAL_COUNT_OF_SESSIONS = TOTAL_COUNT_OF_SESSIONS; const SINGLE_COUNT_OF_SESSIONS = _i18n.i18n.translate('xpack.securitySolution.sessionsView.singleCountOfSessions', { defaultMessage: 'session' }); exports.SINGLE_COUNT_OF_SESSIONS = SINGLE_COUNT_OF_SESSIONS; const COLUMN_SESSION_START = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnSessionStart', { defaultMessage: 'Started' }); exports.COLUMN_SESSION_START = COLUMN_SESSION_START; const COLUMN_EXECUTABLE = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnExecutable', { defaultMessage: 'Executable' }); exports.COLUMN_EXECUTABLE = COLUMN_EXECUTABLE; const COLUMN_ENTRY_USER_ID = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnEntryUserID', { defaultMessage: 'User ID' }); exports.COLUMN_ENTRY_USER_ID = COLUMN_ENTRY_USER_ID; const COLUMN_INTERACTIVE = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnInteractive', { defaultMessage: 'Interactive' }); exports.COLUMN_INTERACTIVE = COLUMN_INTERACTIVE; const COLUMN_HOST_NAME = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnHostName', { defaultMessage: 'Hostname' }); exports.COLUMN_HOST_NAME = COLUMN_HOST_NAME; const COLUMN_ENTRY_TYPE = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnEntryType', { defaultMessage: 'Type' }); exports.COLUMN_ENTRY_TYPE = COLUMN_ENTRY_TYPE; const COLUMN_ENTRY_IP = _i18n.i18n.translate('xpack.securitySolution.sessionsView.columnEntrySourceIp', { defaultMessage: 'Source IP' }); exports.COLUMN_ENTRY_IP = COLUMN_ENTRY_IP;