The tag has no usage guidance.

learn more… | top users | synonyms

2
votes
2answers
101 views

Malicious processes open connections to China

I recently started migrating some of my company's servers to Google's compute engine. Among other things I set up a 2-node elasticsearch cluster. Today I run top command on one of the nodes and I ...
2
votes
0answers
878 views

Able to ping my host but getting no route to host

I have a elasticsearch service running on MY_HOST_IP(10.x.x.xx) and port 9200. I am able to ping 10.x.x.xx from my VM, but when I try to connect elasticsearch it gives me : no route to host ...
-1
votes
1answer
198 views

Install ELK in centos

I install ELK on centos following below link. https://www.digitalocean.com/community/tutorials/how-to-install-elasticsearch-1-7-logstash-1-5-and-kibana-4-1-elk-stack-on-centos-7 But the problem ...
0
votes
1answer
195 views

authenticating ldap users with searchguard for elasticsearch

I have an elastic-search setup with search-guard plug-in. My elastic-search web access is behind single sign on proxy , and i want to authenticated users coming through SSO according to their roles in ...
0
votes
0answers
50 views

RabbitMQ/Elasticsearch too few/many files (ulimit, limit maxfiles)

This is for my local dev setup: Problem #1: RabbitMQ was running out of socket descriptors for which the recommended solution was to set ulimit -n 65536 65536 in ~/.zshrc Problem #2: ...
0
votes
0answers
88 views

Disable kibana web interface authentication and enable elasticsearch http api auth

all I am in a serous trouble here , i have setup a user name and password authentication on elastic-search through http-basic-auth plugin. It works fine. But when i try to open kibana web UI it also ...
2
votes
1answer
243 views

Opposite behavior of keepalive (nginx reverse proxy on ElasticSearch)

I am setting up a nginx reverse proxy for ElasticSearch (with HTTP Basic Auth) as described in this article. This is my nginx config file: events { worker_connections 1024; } http { ...
1
vote
1answer
198 views

Is it possible to monitor JVM usage of Elasticsearch via Munin?

I'd like to use Munin to monitor the status of the JVM used by Elasticsearch, which is run via Java (output of ps follows): elastic+ 1083 1 3 09:29 ? 00:13:23 /usr/bin/java -Xms8g -Xmx8g ...
0
votes
0answers
121 views

Munin plugins for Elasticsearch v2.x

Is there any Munin plugin available for Elasticsearch v2.x ? I know that there are some for v1.x but these are not compatible with v2.x.
0
votes
0answers
73 views

How to enable kibana at startup

I just downloaded kibana-4.3 tar file , extract it and it works fine. But i want to enable the service at system startup and i got the error by using chkconfig command: service kibana does not ...
1
vote
1answer
968 views

ElasticSearch ports in iptables

I have setup an elastic-search cluster with two data nodes, one master node and one client node with kibana. I was running it with iptables disabled on each node. Now I need to enable iptables and I ...
0
votes
0answers
36 views

Elasticsearch error on Head command

When i try to execute this command againt Elasticsearch using sense HEAD /megacorp/employee/1 It results in this error: TypeError: dataOrjqXHR is undefined (http://myserver/bundles/sense.bundle.js:...