elasticsearch/docs/reference/esql/source-commands/show.asciidoc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
305 B
Plaintext
Raw Normal View History

[[esql-show]]
=== `SHOW <item>`
The `SHOW <item>` 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.