blob: 81905ec80f0e5f82b9471be79a8b95d386c8bae5 [file] [log] [blame]
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-elasticsearch"]
= Elasticsearch
:linkattrs:
:cq-artifact-id: camel-quarkus-elasticsearch
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Send requests to ElasticSearch via Java Client API.
:cq-deprecated: false
:cq-jvm-since: 3.2.0
:cq-native-since: n/a
ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.2.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]
Send requests to ElasticSearch via Java Client API.
[id="extensions-elasticsearch-whats-inside"]
== What's inside
* xref:{cq-camel-components}::elasticsearch-component.adoc[Elasticsearch component], URI syntax: `elasticsearch:clusterName`
Please refer to the above link for usage and configuration details.
[id="extensions-elasticsearch-maven-coordinates"]
== Maven coordinates
[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-elasticsearch</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]