Running a single node Elasticsearch on a remote computer for development -


i trying run elasticsearch in development mode on remote machine. possible pass bootstrap checks , have run in development mode on remote computer accessible other computers?

in documentation, said should set discovery.type single-node don't know add that.

i tried adding config file gave me error saying discovery.type: single-node invalid configuration

org.elasticsearch.bootstrap.startupexception: java.lang.illegalargumentexception: unknown discovery type [single-node] 

for future reference, make changes:

transport.host: localhost network.host: _site_ 

Comments

Popular posts from this blog

c++ - CPP, 'X' button listener -

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -