mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-25 23:57:20 -04:00
I think it's a bit easier to deal with the files this way. They also make a page per command so it lines up with the files which is nice. Also I moved some of the examples into the docs. They were mostly there already, but I linked them. --------- Co-authored-by: Abdon Pijpelink <abdon.pijpelink@elastic.co>
9 lines
305 B
Text
9 lines
305 B
Text
[[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.
|