ES Installation Problem

Hi,
I'm trying to install latest version of ES, but it got stuck up at this stage, no progress after this:

ls
elasticsearch elasticsearch.in.bat elasticsearch-service-mgr.exe elasticsearch-service-x86.exe plugin.bat
elasticsearch.bat elasticsearch.in.sh elasticsearch-service-x64.exe plugin service.bat

[xxxx@xxxx bin]$ sh elasticsearch

[2016-05-31 11:23:15,977][WARN ][bootstrap ] unable to install syscall filter: seccomp unavailable: requires kernel 3.5+ with CONFIG_SECCOMP and CONFIG_SECCOMP_FILTER compiled in
[2016-05-31 11:23:16,344][INFO ][node ] [Brothers Grimm] version[2.3.3], pid[28411], build[218bdf1/2016-05-17T15:40:04Z]
[2016-05-31 11:23:16,345][INFO ][node ] [Brothers Grimm] initializing ...
[2016-05-31 11:23:17,249][INFO ][plugins ] [Brothers Grimm] modules [reindex, lang-expression, lang-groovy], plugins [], sites []
[2016-05-31 11:23:17,274][INFO ][env ] [Brothers Grimm] using [1] data paths, mounts [[/u01 (/dev/mapper/vg00-lvol6)]], net usable_space [40.8gb], net total_space [71.6gb], spins? [possibly], types [ext4]
[2016-05-31 11:23:17,274][INFO ][env ] [Brothers Grimm] heap size [1015.6mb], compressed ordinary object pointers [true]
[2016-05-31 11:23:17,274][WARN ][env ] [Brothers Grimm] max file descriptors [1024] for elasticsearch process likely too low, consider increasing to at least [65536]
[2016-05-31 11:23:20,680][INFO ][node ] [Brothers Grimm] initialized
[2016-05-31 11:23:20,680][INFO ][node ] [Brothers Grimm] starting ...
[2016-05-31 11:23:20,872][INFO ][transport ] [Brothers Grimm] publish_address {127.0.0.1:9300}, bound_addresses {[::1]:9300}, {127.0.0.1:9300}
[2016-05-31 11:23:20,885][INFO ][discovery ] [Brothers Grimm] elasticsearch/rELX4btUREWMFahzf-McLQ
[2016-05-31 11:23:24,006][INFO ][cluster.service ] [Brothers Grimm] new_master {Brothers Grimm}{rELX4btUREWMFahzf-McLQ}{127.0.0.1}{127.0.0.1:9300}, reason: zen-disco-join(elected_as_master, [0] joins received)
[2016-05-31 11:23:24,059][INFO ][http ] [Brothers Grimm] publish_address {127.0.0.1:9200}, bound_addresses {[::1]:9200}, {127.0.0.1:9200}
[2016-05-31 11:23:24,059][INFO ][node ] [Brothers Grimm] started
[2016-05-31 11:23:24,178][INFO ][gateway ] [Brothers Grimm] recovered [0] indices into cluster_state

Anyone please help.

Thanks,
Ariv

Hi,

Your log seems fine and ES is running, but it's listening on loopback interface (127.0.0.1).

Try accessing http://localhost:9200

Cheers

1 Like

that's not working, I tried even replacing IP and hostname in place of 'localhost' - site can't be reached

Well, I don't see any issues with your log... It just says that elasticsearch has started

Ok - Thanks

Also, try http://127.0.0.1:9200