kibana/docs/developer/architecture
Brad White 0c3ca366a1
Add build_date to kbn:api/status (#157905)
## Summary

Adds build date to `GET kbn:api/status` similar to ES. Example output
running locally:

```json
{
  "name": "ES-DMVD5M3",
  "uuid": "545ba70c-063e-449b-af21-6c8e7b30f77e",
  "version": {
    "number": "8.9.0",
    "build_hash": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
    "build_number": 9007199254740991,
    "build_snapshot": false,
    "build_date": "2023-05-15T23:12:09.000Z"
  },
  ...rest
}
```


### Checklist

- [x]
[Documentation](https://www.elastic.co/guide/en/kibana/master/development-documentation.html)
was added for features that require explanation or tutorials
- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios


## Release Note

The status endpoint now returns the build date alongside other build
information.

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
2023-05-25 10:21:47 -07:00
..
core Add build_date to kbn:api/status (#157905) 2023-05-25 10:21:47 -07:00
development [DOCS] Updates to the Reporting docs (#101326) 2021-06-30 12:10:04 -05:00
security Fix typos in docs & dev_docs (#113746) 2021-10-07 14:30:32 -04:00
add-data-tutorials.asciidoc Updates Github link references from master to main (#116789) 2021-10-29 09:53:08 -07:00
development-visualize-index.asciidoc [DOCS] Adds 8.0.0 release notes (#124399) 2022-02-09 10:15:07 -06:00
index.asciidoc [DOCS] Updates the Upgrade docs (#125288) 2022-02-10 15:46:58 -08:00
kibana-platform-plugin-api.asciidoc [DOCS] Removes legacy plugins (#149545) 2023-01-27 14:47:01 -06:00