Re: [CentOS] elasticsearch connection refused (solved)

2019-03-08 Thread Ralf Prengel
> Am 22.02.2019 um 04:06 schrieb Keith Keller > : > >> On 2019-02-19, Pete Biggs wrote: >>> On Tue, 2019-02-19 at 14:26 +, Pete Biggs wrote: >>> >>> It's not a web server port - elasticsearch is a database. >> >> Sorry, that was a bit abrupt - yes, it sort of looks like a web server. >

Re: [CentOS] elasticsearch connection refused

2019-02-21 Thread Keith Keller
On 2019-02-19, Pete Biggs wrote: > On Tue, 2019-02-19 at 14:26 +, Pete Biggs wrote: >> >> It's not a web server port - elasticsearch is a database. > > Sorry, that was a bit abrupt - yes, it sort of looks like a web server. It's a bit of both. It is queryable like a database, but it answers

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Gordon Messmer
On 2/19/19 4:48 AM, Ralf Prengel wrote: 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. Set your network address as "network.host" in /etc/elasticsear

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Laack, Andrea P
Subject: {EXTERNAL} Re: [CentOS] elasticsearch connection refused On Tue, 2019-02-19 at 14:26 +, Pete Biggs wrote: > On Tue, 2019-02-19 at 14:17 +, Laack, Andrea P wrote: > > Selinux will not allow connections on other than default http ports. > > > > semanage port -m

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Pete Biggs
On Tue, 2019-02-19 at 15:09 +0100, Ralf Prengel wrote: > > 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

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Pete Biggs
On Tue, 2019-02-19 at 14:26 +, Pete Biggs wrote: > On Tue, 2019-02-19 at 14:17 +, Laack, Andrea P wrote: > > Selinux will not allow connections on other than default http ports. > > > > semanage port -m -t http_port_t -p tcp 9200 > > It's not a web server port - elasticsearch is a databas

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Pete Biggs
On Tue, 2019-02-19 at 14:17 +, Laack, Andrea P wrote: > Selinux will not allow connections on other than default http ports. > > semanage port -m -t http_port_t -p tcp 9200 It's not a web server port - elasticsearch is a database. P. ___ CentOS m

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Laack, Andrea P
: {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 &

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread Ralf Prengel
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 v

Re: [CentOS] elasticsearch connection refused

2019-02-19 Thread 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). -I. On Tue, Feb 19, 2019 at 2:48 PM Ralf Prengel wrote: > Hallo, > is anyone here using elastic

[CentOS] elasticsearch connection refused

2019-02-19 Thread Ralf Prengel
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