1
0

show.asciidoc 574 B

12345678910111213141516171819202122232425262728293031323334
  1. [discrete]
  2. [[esql-show]]
  3. === `SHOW`
  4. **Syntax**
  5. [source,esql]
  6. ----
  7. SHOW item
  8. ----
  9. *Parameters*
  10. `item`::
  11. Can only be `INFO`.
  12. *Description*
  13. The `SHOW` source command returns information about the deployment and
  14. its capabilities:
  15. * Use `SHOW INFO` to return the deployment's version, build date and hash.
  16. *Examples*
  17. [source,esql]
  18. ----
  19. SHOW INFO
  20. ----
  21. [%header.monospaced.styled,format=dsv,separator=|]
  22. |===
  23. version | date | hash
  24. 8.13.0 |2024-02-23T10:04:18.123117961Z|04ba8c8db2507501c88f215e475de7b0798cb3b3
  25. |===