show.asciidoc 557 B

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