Setup graylog locally on Windows/Linux/Mac
Here is the quickest way to deploy a development version of the Graylog instance locally on your desktop machine. Prerequisites…
Here is the quickest way to deploy a development version of the Graylog instance locally on your desktop machine. Prerequisites…
Watchtower is an open-source tool that scans the running container and restarts those containers with the same parameters if it…
Given the apache access_log file content, to get the number of unique IPs use the following command
Azure VMs usually comes with the default osDisk 30-50GB and often you will find that needs to be increased. The…
AWS doesn’t have a PaaS service offering for MongoDB at the moment. So it is the DevOps’s responsibility to maintain…
Have you ever in a situation where you have multiple backend servers and your cronjob is scheduled in one server…
Docker containers are good for running small tasks due to the size and memory requirement for running in a server.…
Graylog is a log aggregation tool. Installing and setting up graylog is pretty straightforward. Here is a simple guide to…
Monit is a small Open Source utility for managing and monitoring Unix systems. Monit conducts automatic maintenance and repair and…
From Hashicorp Vault project documentation Starting the Server vault server -config=example.hcl With the configuration in place, starting the server is…