Khetri, Rajasthan photos

Share

I had visited this place in 2012. Found clicks of that time in my archive. This place is known for its copper mines. This small town is surrounded by Aravali range. There is an ancient abandoned habitation visible from the temple there. Site looks very scenic but locals have their own stories about this place. […]

Starting with Python django

Share

Django is a open source and free python based framework for web programming. I have used python3 and django 2.1.7 on debian 9.8 in this article to write a basic django based web app. Install django Create a directory to hold are your development stuff “django-works” or whatever name you like. Create your first django […]

Secure Elasticsearch and Kibana access using Apache reverse proxy

Share

Default ELK installation may not fulfill enterprise requirements as kibana, the visualizer, works on port 5601 without any authentication and elasticsearch listens only on loopback IP on port 9200 without any authentication. You may want to run kibana on standard http/https port ie 80/443 with authentication control. Similarly, you may want to allow elasticsearch access […]