- KNOWLEDGE BASE
- DEVICE INTEGRATION
-
START YOUR TRIAL
-
DEVICE INTEGRATION
-
CONNECTORS
-
DATA INGESTION
-
HUNTING WITH WORKBOOKS
-
DNIF Query Language (DQL Language)
-
SECURITY MONITORING
-
OPERATIONS
-
MANAGE DASHBOARDS
-
MANAGE REPORTS
-
USER MANAGEMENT & ACCESS CONTROL
-
BILLING
-
MANAGING YOUR COMPONENTS
-
GETTING STARTED
-
INSTALLATION
-
SOLUTION DESIGN
-
AUTOMATION
-
TROUBLESHOOTING AND DEBUGGING
-
LICENSE MANAGEMENT
-
RELEASE NOTES
-
API
-
POLICIES
-
SECURITY BULLETINS
-
BEST PRACTICES
-
DNIF AI
-
DNIF LEGAL AND SECURITY COMPLIANCE
Ubuntu
Ubuntu is an open source software operating system that runs from the desktop, to the cloud, to all your internet connected things.
Integration of Ubuntu system Logs with DNIF
To forward Ubuntu System logs to DNIF Adapter make the following configuration
- Log in to the server as the root user, install syslog package, if you haven’t installed it
$ apt-get install rsyslog
- Edit rsyslog configuration with vim /etc/rsyslog.d/50-default.conf and add following line as below,
*.* @DNIF-Adapter-IP:514
- Save the syslog configuration file.
- Restart the rsyslog service.
/etc/init.d/rsyslog restart
Ubuntu System logs are now streamed to DNIF