Questions tagged [elasticsearch]

Elasticsearch is a flexible and powerful open source, distributed, real-time search and analytics engine.

Elasticsearch is a flexible and powerful open source, distributed, real-time search and analytics engine. Architected from the ground up for use in distributed environments where reliability and scalability are must haves, Elasticsearch gives you the ability to move easily beyond simple full-text search. Through its robust set of APIs and query DSLs, plus clients for the most popular programming languages, Elasticsearch delivers on the near limitless promises of search technology.

http://www.elasticsearch.org

373 questions
0
votes
0 answers

Automatically set Java Heap Size for ElasticSearch on Linux

I am trying to automatically set the heap size on my ElasticSearch v5.6.3 nodes (Ubuntu 16) The machines are hosted on Azure and I want to do this so that when I scale up the machine, it automatically sets the heap size to an appropriate level…
0
votes
1 answer

Accessing remote kibana/ES from client : time out

I am trying to access kibana/elastic search on a VPS from my computer. On the VPS if I curl -XGET 'http://SERVERIP:9200' I get a good answer from ES, and same with Kibana. On my computer, if I use the same commands I get timed out (for both kibana…
NanoPish
  • 63
  • 6
0
votes
0 answers

Who should own /usr/share/elasticsearch/ in order to Elasticsearch to start

I'm starting with elasticsearch and noticed that in order to startup elasticsearch the directory /usr/share/elasticsearch/ and all subs need to be own by elasticsearch:elasticsearch. If it's own by root with 755 permissions elasticsearch is…
Alexandre Roux
  • 460
  • 6
  • 19
0
votes
1 answer

Elastic Search status suddenly yellow

Suddenly ES won't start properly anymore. I have no clue why. Tried 2.3.4 Tried 5.6.1 (fresh download!) Tried 5.6.1 via Docker Deleted my indexes When I start ES (2.3.4) I get this: Cluster health status changed from [RED] to [YELLOW] (reason:…
floriank
  • 101
  • 3
0
votes
0 answers

Bitbucket fails to start on Ubuntu 16.04 LTS

I installed Bitbucket 5.3.1 from the terminal, but when I attempt to startup the app it hangs with the following log output: INFO [spring-startup] c.a.s.i.hazelcast.HazelcastLifecycle Updating Hazelcast instance capabilities When I attempt to…
IslandDev
  • 101
0
votes
1 answer

Why var/log/elasticsearch is deleted if I reboot ubuntu 16.04?

I am new to elasticsearch and figuring out how to setup ELK stack for logging syslog. I successfully installed all ELK stacks and it works fine. However, after I installed ELK stack, when I reboot, var/log/elasticsearch is somehow deleted so…
D.R
  • 101
  • 2
0
votes
2 answers

haproxy redirect doesn't work for kibana

My haproxy config looks like and redirect to 5601 for kibana doesn't work. Why? ########################################################################## defaults mode http log global option httplog timeout…
0
votes
1 answer

Logstash creating many tcp connections for single hosts

Logstash: 5.3.0 nxlog: nxlog-ce-2.9.1716 Checking nestat I have like 300 established connections even though I have only about 50 hosts. I have like 40 connections for some hosts when I the client's side there is only one active connection. I added…
red888
  • 4,069
  • 16
  • 58
  • 104
0
votes
1 answer

Ubuntu 16.04 & Elasticsearch 1.7 - Startup Error

I have recently added a new node(fresh install of ubuntu & elastic install via dpkg) to my existing cluster, and randomly one server would not start elasticsearch on a restart. When manually trying to start it gives the following error: sudo…
Yashvit
  • 111
  • 3
0
votes
2 answers

Troubleshooting rsyslog integration with ELK stack

I'm trying to configure rsyslog to send logs to logstash on CentOS. So I was following the tutorial. However, after setting up, nothing happens. Everything started ok, not error occurred but no logs in elasticsearch. Here is my…
0
votes
1 answer

Applying item template to elasticsearch

I am trying to apply an item template to my elasticsearch cluster, to deal with the issue of having fields with content longer than 32kb. I am using version 2.4.4, as this is the highest supported version in graylog. See:…
0
votes
1 answer

Benefits of running an Elasticsearch cluster on a single (docker) host

I'm currently running an Elasticsearch v2.3 cluster (using docker containers) on a single host. (1 gateway, 3 master nodes and 3 data nodes) In the near future I will be upgrading towards Elasticsearch v5.x and I am questioning whether keeping the…
Kenny
  • 143
  • 2
  • 14
0
votes
1 answer

docker-compose ELK container fails to start

I am deploying a docker-compose stack of 5 applications on a single AWS EC2 host with 32GB RAM. This includes: 2 x Java containers, 2 x Rails containers, 1 x Elasticsearch/Logstash/Kibana (ELK) container (from…
Garreth McDaid
  • 3,399
  • 26
  • 41
0
votes
1 answer

How filter already collected info in elasticsearch5.2 on Ubuntu 16.04

Good Evening. I have a ELK stack as follows: Clients with logbeat (windows 2003, 2008 2012, and Linux Ubuntu 16.04) logstash (FreeBSD 11.0) elasticsearch5.2/kibana/nginx 10(Ubuntu 16.04) The problem is that when configuring it I created an index…
Eddy
  • 7
  • 1
  • 10
0
votes
2 answers

Is it safe to delete Gralog Indexes

ElastiCache Cluster was in red state. Below is the out of cluster health Status { "cluster_name" : "graylog", "status" : "red", "timed_out" : false, "number_of_nodes" : 1, "number_of_data_nodes" : 1, "active_primary_shards" : 0, "active_shards" :…
tessie
  • 101
  • 5