With elasticsearch 2.x I used the following code to launch an embedded Node for testing:
@Bean public Node elasticSearchTestNode() { return NodeBuilder.n
Embedded elasticsearch is not supported anymore
You can use this maven dependency, it will start elasticsearch 6 cluster for you
org.elasticsearch-6 elasticsearch-embedded-cluster 1.0-SNAPSHOT
You can read more details on https://github.com/nitishgoyal13/elasticsearch-6-embedded-cluster