"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.COLUMN_SESSION_START = exports.COLUMN_POD = exports.COLUMN_NODE = exports.COLUMN_INTERACTIVE = exports.COLUMN_EXECUTABLE = exports.COLUMN_ENTRY_USER = exports.COLUMN_CONTAINER = 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 COLUMN_SESSION_START = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnSessionStart', { defaultMessage: 'Date started' }); exports.COLUMN_SESSION_START = COLUMN_SESSION_START; const COLUMN_EXECUTABLE = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnExecutable', { defaultMessage: 'Executable' }); exports.COLUMN_EXECUTABLE = COLUMN_EXECUTABLE; const COLUMN_NODE = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnNode', { defaultMessage: 'Node' }); exports.COLUMN_NODE = COLUMN_NODE; const COLUMN_ENTRY_USER = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnEntryUser', { defaultMessage: 'User ID' }); exports.COLUMN_ENTRY_USER = COLUMN_ENTRY_USER; const COLUMN_INTERACTIVE = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnInteractive', { defaultMessage: 'Interactive' }); exports.COLUMN_INTERACTIVE = COLUMN_INTERACTIVE; const COLUMN_CONTAINER = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnContainer', { defaultMessage: 'Container' }); exports.COLUMN_CONTAINER = COLUMN_CONTAINER; const COLUMN_POD = _i18n.i18n.translate('xpack.securitySolution.kubernetes.columnPod', { defaultMessage: 'Pod' }); exports.COLUMN_POD = COLUMN_POD;