User Guide Functional Overview Requirements Architecture System Installation NetEye Additional Components Installation Setup The neteye Command Director NetEye Self Monitoring Tornado Business Service Monitoring IT Operation Analytics - Telemetry Geo Maps NagVis Audit Log Shutdown Manager Reporting ntopng Visual Monitoring with Alyvix Elastic Stack IT Operations (Command Orchestrator) Asset Management Service Level Management Cyber Threat Intelligence - SATAYO NetEye Update & Upgrade How To NetEye Extension Packs Troubleshooting Security Policy Glossary
module icon NetEye Extension Packs
Introduction to NEP Getting Started with NEPs Online Resources Obtaining NEP Insights Available Packages Advanced Topics Upgrade to NetEye 4.31
NetEye Update & Upgrade How To NetEye Extension Packs Troubleshooting Security Policy Glossary Introduction to NetEye Monitoring Business Service Monitoring IT Operation Analytics Visualization Network Visibility Log Management & Security Orchestrated Datacenter Shutdown Application Performance Monitoring User Experience Service Management Service Level Management & Reporting Requirements for a Node Cluster Requirements and Best Practices NetEye Satellite Requirements TCP and UDP Ports Requirements Additional Software Installation Introduction Single Node Cluster NetEye Master Master-Satellite Architecture Underlying Operating System Acquiring NetEye ISO Image Installing ISO Image Single Nodes and Satellites Cluster Nodes Configuration of Tenants Satellite Nodes Only Nodes behind a Proxy Additional NetEye Components Single Node Cluster Node Satellites Nodes only Verify if a module is running correctly Accessing the New Module Cluster Satellite Security Identity and Access Management External Identity Providers Configure federated LDAP/AD Emergency Reset of Keycloak Configuration Advanced Configuration Authorization Resources Tuning Advanced Topics Basic Concepts & Usage Advanced Topics Monitoring Environment Templates Monitored Objects Import Monitored Objects Data Fields Deployment Icinga 2 Agents Configuration Baskets Dashboard Monitoring Status VMD Permissions Notifications Jobs API Configuring Icinga Monitoring Retention Policy NetEye Self Monitoring 3b Concepts Collecting Events Add a Filter Node WHERE Conditions Iterating over Event fields Retrieving Payload of an Event Extract Variables Create a Rule Tornado Actions Test your Configuration Export and Import Configuration Example Under the hood Development Retry Strategy Configuration Thread Pool Configuration API Reference Configure a new Business Process Create your first Business Process Node Importing Processes Operators The ITOA Module Configuring User Permissions Telegraf Metrics in NetEye Telegraf Configuration Telegraf on Monitored Hosts Visualizing Dashboards Customizing Performance Graph The NetEye Geo Map Visualizer Map Viewer Configuring Geo Maps NagVis 3b Audit Log 3b Overview Shutdown Manager user Shutdown Manager GUI Shutdown Commands Advanced Topics Overview User Role Management Cube Use Cases ntopng and NetEye Integration Permissions Retention Advanced Topics Overview User Roles Nodes Test Cases Dashboard Use Cases Overview Architecture Authorization Elasticsearch Overview Enabling El Proxy Sending custom logs to El Proxy Configuration files Commands Elasticsearch Templates and Retentions El Proxy DLQ Blockchain Verification Handling Blockchain Corruptions El Proxy Metrics El Proxy Security El Proxy REST Endpoints Agents Logstash Elastic APM Elastic RUM Log Manager - Deprecated Overview Authorization in the Command Orchestrator Module Configuring CLI Commands Executing Commands Overview Permissions Installation Single Tenancy Multitenancy Communication through a Satellite Asset collection methods Display asset information in monitoring host page Overview Customers Availability Event Adjustment Outages Resource Advanced Topics Introduction Getting Started SATAYO Items Settings Managed Service Mitre Attack Coverage Changelog Before you start Update Procedure Single Node Upgrade from 4.41 to 4.42 Cluster Upgrade from 4.41 to 4.42 Satellite Upgrade from 4.41 to 4.42 DPO machine Upgrade from 4.41 to 4.42 Create a mirror of the RPM repository Sprint Releases Feature Troubleshooting Tornado Networking Service Management - Incident Response IT Operation Analytics - Telemetry Identity Provider (IdP) Configuration Introduction to NEP Getting Started with NEPs Online Resources Obtaining NEP Insights Available Packages Advanced Topics Upgrade to NetEye 4.31 Setup Configure swappiness Restarting Stopped Services Enable stack traces in web UI How to access standard logs Director does not deploy when services assigned to a host have the same name How to enable/disable debug logging Activate Debug Logging for Tornado Modules/Services do not start Sync Rule fails when trying to recreate Icinga object How to disable InfluxDB query logging Managing an Elasticsearch Cluster with a Full Disk Some logs are not indexed in Elasticsearch Elasticsearch is not functioning properly Reporting: Error when opening a report Debugging Logstash file input filter Bugfix Policy Reporting Vulnerabilities Glossary 3b

Advanced Topics

NEP distribution logic

A NetEye Extension Pack (NEP) is essentially a way to create objects inside NetEye. It consists of several configuration items that describe the creation process for each object. These objects are not created during the installation and configuration of the NEP itself: the end user must decide when to create or update the related NetEye objects. This will prevent collateral damage due to automated setup/upgrade processes, allowing the end user to prepare for the upgrade process.

An NEP can be imported immediately, or it may depend on one or more NEPs, which means that it may require one or more other NEPs to be installed first. After being imported, all the provided objects are available for use almost out of the box (in general, only minimal or zero configuration is required).

As stated above, an NEP may require one or more other NEP Packages to be installed before being installable. In fact, all packages create a tree-like structure where each NEP extends that tree with its own objects. This structure reduces the number of unused objects to a minimum, resulting in a smaller footprint for the whole design.

What can be shipped with an NEP

The latest revision of the NEP Package provides support for:

  • Definitions of Monitoring Objects (in the form of Director Objects)

  • ITOA Dashboards

  • Configuration elements

  • Monitoring Plugins

  • Custom scripts

Although not officially supported, NEPs can still provide other kinds of objects.

Package structure

An NEP Package is a method of distribution. It is versioned, and each version has a specific structure, allowing specific extension contents to be distributed. While a number of extension contents are supported by a specific package version, the package itself can contain objects that are originally not expected as custom (optional) contents. The package can also contain optional scripts to run before and after the main setup phase. Each NEP is packed inside one or more RPM files available through Wuerth Phoenix Repositories.

Latest Pack structure

Here is the structure for the latest version of the NEP Package:

Package v0.1
├───prerequisites.txt
├───prerequisites.ini
├───baskets
│   ├───import
│   └───import_once
├───plugins
├───custom_files
│   ├───system_root
│   ├───neteye_local_root
│   └───neteye_shared_root
│       └───icinga2
│           ├───conf
│           └───data
├───itoa
├───doc
└───setup_scripts
    ├───pre
    └───post

The current version can accommodate:

  • Director Baskets

  • ITOA Dashboards

  • Monitoring Plugins

  • Configuration files for NetEye (Shared and Local)

  • Optional pre-setup scripts

  • Optional post-setup scripts

  • Documentation

NEP contents logic

Objects imported from NEPs are supposed to be immutable: in general, they should not be edited or changed. Of course some exceptions are allowed, but the fundamental idea is that what has been imported from an NEP can be changed only by the NEP itself. If an object coming from a NEP has to be edited, it must be cloned into a new one.

This approach supports an easy update procedure in case a newer version of the same NEP is released. Also, in the case of unrecoverable changes, all NEP objects can be recreated without fear of losing their customizations.