Skip to content

Commit bc8197e

Browse files
committed
highlight esql main docs more prominently, this page will be better in the future i promise
1 parent 7c116cd commit bc8197e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

explore-analyze/query-filter/languages.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@ applies_to:
1717
| [Elasticsearch SQL](languages/sql.md) | Allows native, real-time SQL-like querying against {{es}} data. JDBC and ODBC drivers are available for integration with business intelligence (BI) tools. | Enables users familiar with SQL to query {{es}} data using familiar syntax for BI and reporting. | [`_sql`](https://www.elastic.co/docs/api/doc/elasticsearch/group/endpoint-sql) |
1818
| [Kibana Query Language (KQL)](languages/kql.md) | {{kib}} Query Language (KQL) is a text-based query language for filtering data when you access it through the {{kib}} UI. | Use KQL to filter documents where a value for a field exists, matches a given value, or is within a given range. | N/A |
1919

20-
> {{esql}} does not yet support all the features of Query DSL. Look forward to new {{esql}} features and functionalities in each release.
20+
:::{tip}
21+
> {{esql}} does not yet support all the features of Query DSL. Look forward to new {{esql}} features and functionalities in each release. [Learn more about {{esql}}](elasticsearch://reference/query-languages/esql.md).
22+
:::
2123

0 commit comments

Comments
 (0)