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
Post a Comment