The Elastic Stack (ELK) consists of 3 open source components that work together to implement log collection, analysis, and visualization. The 3 main components are: Elasticsearch is the core of the Elastic software. It is a search and analytical mechanism.
Continue readingMonth: August 2022
How to run Netbox IPAM in Docker containers
Running Netbox in Docker containers is very easy as it avoids the tedious installation of dependencies like Python, Django, etc. Before you get started, make sure your system is up to date and has the necessary packages installed. 1. Install
Continue readingInstall stack Elasticsearch, Kibana, Logstash on Ubuntu
Elasticsearch provides a search engine, Kibana is a web interface for working with Elasticsearch, Logstash is a tool for collecting logs and transferring them to Elasticsearch. Thus, the Elasticsearch + Kibana + Logstash (or ELK Stack) bundle is a tool
Continue readingHow to set up automatic disk mounting in Linux
All settings are shown on the example of a CentOS system and are applicable to any Linux distribution. Mount by drive name Open the following file for editing: and add the following line to it: /dev/sda1 – the drive that
Continue reading