search for: hoza

Displaying 4 results from an estimated 4 matches for "hoza".

Did you mean: hola
2019 Feb 19
3
elasticsearch connection refused
Am 19.02.2019 um 13:55 schrieb Ionut Hoza: > Hi Ralf, > > You should check you firewall configuration ... most probably you need to > allow port 9200. > Also check if elasticsearch service is listening on all interfaces or just > localhost (127.0.0.1). Hallo, the firewall is disabled. I tried several variations in the c...
2019 Feb 19
3
elasticsearch connection refused
Hallo, is anyone here using elasticsearch on centos? I tried several configs to configure external access but nothing is working. My tests: telnet localhost or 127.0.0.1 9200 works local on the machine telnet 192.168.242.4 9200 connection refused local on the machine. So it is clear that access from other systems can not work. Is there perhaps something special to consider when using centos 7?
2019 Feb 19
0
elasticsearch connection refused
..._t -p tcp 9200 Andrea -----Original Message----- From: CentOS [mailto:centos-bounces at centos.org] On Behalf Of Ralf Prengel Sent: Tuesday, February 19, 2019 8:09 AM To: centos at centos.org Subject: {EXTERNAL} Re: [CentOS] elasticsearch connection refused Am 19.02.2019 um 13:55 schrieb Ionut Hoza: > Hi Ralf, > > You should check you firewall configuration ... most probably you need > to allow port 9200. > Also check if elasticsearch service is listening on all interfaces or > just localhost (127.0.0.1). Hallo, the firewall is disabled. I tried several variations in the...
2019 Feb 19
0
elasticsearch connection refused
Hi Ralf, You should check you firewall configuration ... most probably you need to allow port 9200. Also check if elasticsearch service is listening on all interfaces or just localhost (127.0.0.1). -I. On Tue, Feb 19, 2019 at 2:48 PM Ralf Prengel <ralf.prengel at rprengel.de> wrote: > Hallo, > is anyone here using elasticsearch on centos? > I tried several configs to configure