I’m running a vagrant box which runs ubuntu inside a vm (using Laravel Homestead box) I’m trying to install the Elastic App-search product. The first requirement is to install Elastic search, which i have done multiple times. I did the following steps: https://www.elastic.co/guide/en/elasticsearch/reference/current/deb.html I’m using the systemd configuration: I’m running curl localhost:9200 and everything is working. Next I try to
Tag: elasticsearch
Titan loading problems with elastic search
I’m using the following code to load Titan: loading dependencies with gradle: My project directory is: /home/ray/IdeaProjects/BAG – Byzantine fault-tolerant Architecture for Graph database/ my titan is in this project directory in the folder “TITAN” That’s what I set in the Directory variable. Still on start it always crashes: My gradle file: Answer You should be more specific on your
Logs and ELK stack on separate servers, how to display the logs?
I have logs on one server and ELK stack — ElasticSearch, Kibana, Logstash — on another. I want to display the logs, which are on the 1st server, in Kibana, which is on the 2nd one. How can I do that? Is logstash capable of retrieving logs over the internet from a remote server? Answer Your best bet is to
ELK stack and web app on different servers, how to feed logs from later to former?
I have a website on digital ocean and on AWS I have ELK – Elastic Search, Kibana, Logstash – stack. I’m trying to understand how feed the logs files from web app to ELK stack. Is it possible to feed them via the internet between different servers? Do you I have to install nginx to be able to see kibana
How to run elasticsearch as a service on CentOS 5
I found only this official guide to install Elasticsearch 2.0 as a service but there is no mention of CENTOS5. What are the steps to install ES as a service on CentOS5? Answer CentOS is based on RedHat and should use the RPM distribution, start it as follows: