Over last few years, I've been playing with Filebeat - it's one of the best lightweight log/data forwarder for your production application. Consider a scenario in which you have to transfer logs …
elasticsearch Archives...
How to Install and Configure Elasticsearch on your Dev/Production environment?
In this tutorial we will go over steps on how to install and configure Elasticsearch for your development and production environment. What is ElasticSearch? One of the best search and analytics …
Read Article about How to Install and Configure Elasticsearch on your Dev/Production environment? →
How to fix “java.lang.RuntimeException: can not run elasticsearch as root” Exception?
Are you getting below exception while running ElasticSearch? java.lang.RuntimeException: can not run elasticsearch as root Why is it ElasticSearch is not allowed to run as root? Elasticsearch is …