2023-10-17 23:36:14 +08:00
|
|
|
[discrete]
|
2023-05-30 19:58:33 +08:00
|
|
|
[[esql-show]]
|
2023-11-06 15:42:13 +08:00
|
|
|
=== `SHOW`
|
2023-05-30 19:58:33 +08:00
|
|
|
|
2023-11-06 15:42:13 +08:00
|
|
|
**Syntax**
|
|
|
|
|
|
|
|
[source,esql]
|
|
|
|
----
|
|
|
|
SHOW item
|
|
|
|
----
|
|
|
|
|
|
|
|
*Parameters*
|
|
|
|
|
|
|
|
`item`::
|
2024-03-19 20:02:34 +08:00
|
|
|
Can only be `INFO`.
|
2023-11-06 15:42:13 +08:00
|
|
|
|
|
|
|
*Description*
|
|
|
|
|
|
|
|
The `SHOW` source command returns information about the deployment and
|
2023-05-30 19:58:33 +08:00
|
|
|
its capabilities:
|
|
|
|
|
|
|
|
* Use `SHOW INFO` to return the deployment's version, build date and hash.
|
2023-11-06 15:42:13 +08:00
|
|
|
|
|
|
|
*Examples*
|
|
|
|
|
2024-03-19 20:02:34 +08:00
|
|
|
[source,esql]
|
2023-11-06 15:42:13 +08:00
|
|
|
----
|
2024-03-19 20:02:34 +08:00
|
|
|
SHOW INFO
|
2023-11-06 15:42:13 +08:00
|
|
|
----
|
|
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|
|
|===
|
2024-03-19 20:02:34 +08:00
|
|
|
version | date | hash
|
|
|
|
8.13.0 |2024-02-23T10:04:18.123117961Z|04ba8c8db2507501c88f215e475de7b0798cb3b3
|
2023-11-06 15:42:13 +08:00
|
|
|
|===
|