elasticsearch/docs/reference/esql/source-commands/show.asciidoc
Abdon Pijpelink 76ab37b35d
[DOCS] Uniform formatting for ES|QL commands (#101728)
* Source commands

* Missing word

* Processing commands

* Apply suggestions from code review

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>

* Review feedback

* Add sort detail for mv

* More review feedback

---------

Co-authored-by: Alexander Spies <alexander.spies@elastic.co>
2023-11-06 08:42:13 +01:00

35 lines
662 B
Text

[discrete]
[[esql-show]]
=== `SHOW`
**Syntax**
[source,esql]
----
SHOW item
----
*Parameters*
`item`::
Can be `INFO` or `FUNCTIONS`.
*Description*
The `SHOW` source command returns information about the deployment and
its capabilities:
* Use `SHOW INFO` to return the deployment's version, build date and hash.
* Use `SHOW FUNCTIONS` to return a list of all supported functions and a
synopsis of each function.
*Examples*
[source.merge.styled,esql]
----
include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered-result]
|===