"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.f5LogsSpecProvider = f5LogsSpecProvider; var _i18n = require("@kbn/i18n"); var _tutorials = require("../../services/tutorials"); var _filebeat_instructions = require("../instructions/filebeat_instructions"); /* * 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 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ function f5LogsSpecProvider(context) { const moduleName = 'f5'; const platforms = ['OSX', 'DEB', 'RPM', 'WINDOWS']; return { id: 'f5Logs', name: _i18n.i18n.translate('home.tutorials.f5Logs.nameTitle', { defaultMessage: 'F5 Logs' }), moduleName, category: _tutorials.TutorialsCategory.SECURITY_SOLUTION, shortDescription: _i18n.i18n.translate('home.tutorials.f5Logs.shortDescription', { defaultMessage: 'Collect and parse logs from F5 Big-IP Access Policy Manager with Filebeat.' }), longDescription: _i18n.i18n.translate('home.tutorials.f5Logs.longDescription', { defaultMessage: 'This is a module for receiving Big-IP Access Policy Manager logs over Syslog or a file. \ [Learn more]({learnMoreLink}).', values: { learnMoreLink: '{config.docs.beats.filebeat}/filebeat-module-f5.html' } }), euiIconType: '/plugins/home/assets/logos/f5.svg', artifacts: { dashboards: [], application: { path: '/app/security', label: _i18n.i18n.translate('home.tutorials.f5Logs.artifacts.dashboards.linkLabel', { defaultMessage: 'Security App' }) }, exportedFields: { documentationUrl: '{config.docs.beats.filebeat}/exported-fields-f5.html' } }, completionTimeMinutes: 10, previewImagePath: '/plugins/home/assets/f5_logs/screenshot.webp', onPrem: (0, _filebeat_instructions.onPremInstructions)(moduleName, platforms, context), elasticCloud: (0, _filebeat_instructions.cloudInstructions)(moduleName, platforms, context), onPremElasticCloud: (0, _filebeat_instructions.onPremCloudInstructions)(moduleName, platforms, context), integrationBrowserCategories: ['observability', 'load_balancer'] }; }