In this tutorial we will setup and configure a LEMP stack, which enables us to serve dynamic content with PHP, retrieved from a MySQL database.
Nginx
A collection of 6 posts
Secure your Elasticsearch Cluster with Basic Auth using Nginx and SSL from Letsencrypt
In this tutorial we will setup a reverse proxy using nginx to translate and load balance traffic through to our elasticsearch nodes. We will also protect our elasticsearch cluster with basic auth and use letsencrypt to retrieve free ssl certificates.
Nginx Basic Authentication with Source IP Whitelisting
Quick post on how to setup HTTP Basic Authentication and whitelist IP Based Sources to not get prompted for Authentication. This could be useful for systems interacting with Nginx, so that they don't have to provide authentication. #carbonads { font-family: -apple-system,
Bash Script to Parse and Analyze Nginx Access Logs
I wanted a quick way to analyze nginx access logs from the command line, where I only wanted to see the following: Top 10 Request IP's (from the current Access Log) Top Request Methods (From the Current Access Log) Top
How to Ingest Nginx Access Logs to Elasticsearch using Filebeat and Logstash
window.dojoRequire(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us15.list-manage.com","uuid":"3dfcff447b6ee598231eeb658","lid":"5c36081d06","uniqueMethods":true}) }) In this post we will setup a Pipeline that will use Filebeat to ship our Nginx Web Servers Access Logs
How to Ingest Nginx Access Logs to Elasticsearch using Filebeat and Logstash
In this post we will setup a Pipeline that will use Filebeat to ship our Nginx Web Servers Access Logs into Logstash, which will filter our data according to a defined pattern, which also includes Maxmind's GeoIP, and then will
Subscribe to Sysadmins
Subscribe today and get access to a private newsletter and new content every week!