diff --git a/src/main/docs/guide/configuration.adoc b/src/main/docs/guide/configuration.adoc index 7ec64192..0661fe46 100644 --- a/src/main/docs/guide/configuration.adoc +++ b/src/main/docs/guide/configuration.adoc @@ -25,7 +25,7 @@ elasticsearch: httpHosts: "http://localhost:9200,http://127.0.0.2:9200" ---- -See the API for api:.elasticsearch.DefaultElasticsearchConfigurationProperties[] for more information on the available configuration options. +See the API for api:elasticsearch.DefaultElasticsearchConfigurationProperties[] for more information on the available configuration options. Once you have the above configuration in place then you can inject the `co.elastic.clients.elasticsearch.ElasticsearchClient`, the `co.elastic.clients.elasticsearch.ElasticsearchAsyncClient` or the `org.elasticsearch.client.RestClient` bean. The following is the simplest way to get Elasticsearch information using the ElasticsearchClient: