elasticsearch/docs/reference/esql/source-commands/show.asciidoc
Bogdan Pintea 1fbb085bd0
ESQL: Rename SHOW FUNCTIONS to META FUNCTIONS (#106362)
This renames the `show functions` command to `meta functions`.
It also removes its documentation and usage tracking.
2024-03-19 13:02:34 +01:00

34 lines
574 B
Text

[discrete]
[[esql-show]]
=== `SHOW`
**Syntax**
[source,esql]
----
SHOW item
----
*Parameters*
`item`::
Can only be `INFO`.
*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.
*Examples*
[source,esql]
----
SHOW INFO
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
version | date | hash
8.13.0 |2024-02-23T10:04:18.123117961Z|04ba8c8db2507501c88f215e475de7b0798cb3b3
|===