kibana/docs/developer/architecture/core
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
..
application_service.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
configuration-service.asciidoc Add build_date to kbn:api/status (#157905) 2023-05-25 10:21:47 -07:00
elasticsearch-service.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
http-service.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
index.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
logging-configuration-migration.asciidoc [DOCS] Minor tweaks to upgrade docs (#125538) 2022-02-14 09:31:40 -08:00
logging-service.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
patterns-scoped-services.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00
saved-objects-service.asciidoc [Saved Objects] Provide ability to remove SO type from global SO HTTP API without hiding from the client (#149166) 2023-01-23 15:04:24 -07:00
uisettings-service.asciidoc [core] remove root index.ts file (#137001) 2022-07-22 15:04:23 -07:00