Skip to content

Commit 5cd7db3

Browse files
Update docs/reference/esql.md
Co-authored-by: Marci W <[email protected]>
1 parent 6ae66bb commit 5cd7db3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/reference/esql.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ puts response
111111

112112
## ES|QL Query Builder [esql-ruby]
113113

114-
The [elastic-esql](https://github.com/elastic/esql-ruby) gem allows you to build ES|QL queries to use with Elastic's ES|QL `query` API. The library doesn't depend on an Elasticsearch client - its sole purpose is to facilitate building ES|QL queries in Ruby. This makes it possible to use it with any Elasticsearch client.
115-
116-
It allows you to build queries in Ruby like this:
114+
The [`elastic-esql`](https://github.com/elastic/esql-ruby) gem helps you build queries for use with the [ES|QL query API](docs-content://explore-analyze/query-filter/languages/esql-rest.md). Here's an example:
117115

118116
```ruby
119117
query = Elastic::ESQL.from('sample')

0 commit comments

Comments
 (0)