Browsing tag

elk

Configure Kibana 4 with Nginx | Securing Kibana 4 – CentOS 7

In this tutorial we will be looking how to configure kibana 4 with Nginx. On version 4, kibana can be started as a standalone service instead of configuring Nginx to serve kibana installation. There are two advantages when we configure Kibana 4 with Nginx, 1. Kibana 4 normally listens on port 5601 and it is […]

Install ElasticSearch on CentOS 7 / Debian 9 / Ubuntu 16.04 / Linux Mint 18

Elasticsearch is an enterprise level open source search server based on Apache Lucene, offers a real-time distributed search and analytics with a RESTful web interface and schema-free JSON documents. Elasticsearch is developed in java and is released under Apache License. Currently, it is ranked second in most popular enterprise search engine, behind Apache Solr. This […]