Skip to content

Unable to run Elasticsearch with single-node discovery setting. #25525

@franciszabala

Description

@franciszabala

Describe the feature:

Elasticsearch version: 5.1.1

Plugins installed: vanilla install

JVM version (java -version): 1.8.0_131

OS version (uname -a if on a Unix-like system): Ubuntu 16.04

Description of the problem including expected versus actual behavior: Unable to run Elasticsearch using "single-node"

Steps to reproduce:

Please include a minimal but complete recreation of the problem, including
(e.g.) index creation, mappings, settings, query etc. The easier you make for
us to reproduce it, the more likely that somebody will take the time to look at it.

  1. Download and extract Elasticsearch 5.1.1
  2. add discovery.type: single-node to config/elasticsearch.yml
  3. set network.host: site

Provide logs (if relevant):

Caused by: java.lang.IllegalArgumentException: Unknown discovery type [single-node]
at org.elasticsearch.discovery.DiscoveryModule.(DiscoveryModule.java:93) ~[elasticsearch-5.1.1.jar:5.1.1]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions