In This Tutorial we will look onto parsing your syslog files and store and display it in interactable website. We will be using ELK Stack for this pur...
MicroPyramid Blog
Deep dives into Django, Python, Machine Learning, Salesforce, React, Flutter, Svelte, AWS, and the technologies that power modern applications.
After Installing Elastic Search in production, many new developers leave it unconfigured. In this Post, we will look into important config file change...
In Previous Tutorial we looked into Setting up EL Server which can ingest your Syslog files. In this Post, you will learn about pushing your Log File...
Daemonizing a command means to make it run as a background process.so when we have a command that we want to daemonize there are many ways to do it, m...
Google App Engine (often referred to as GAE or simply App Engine) is a platform as a service (PaaS) cloud computing platform for developing and hostin...
Celery is a task queue with focus on real-time processing, while also supports task scheduling. Task queues are used as mechanisms to distribute work ...
Quick guide to host django application using uwsgi and nginx which offers better resource utilization and performance ....
More Often you wouldve come across sharing screens with applications like Teamviewer, Windows Remote Desktop Connection or remmina (if you're a l...
Shield allows you to protect elastic search data with a username and password. It provides additional functionalities like encryption, role-based acce...
Ansible Galaxy is the hub of ansible scripts contributed by users. To follow this article its important that you know about ansible. We have a simple,...