elastic / elastic/logstash

Return the logstash build sha1 in the root api.

Open
#4,786 0 comments 0 reactions 0 assignees View on GitHub
discuss monitoring
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
1d 4h
Merged PRs (30d)
88

Description

In our API response call definition for our root resource ("/") we have discussed (it could have been in zoom, so I cannot find why we wanted that) to include the build hash with the logstash version. This feature require to update our build process to save that information in a ruby constant that the api could return. ref #4446

``` json
{
"hostname": "skywalker",
"version" : {
"number" : "2.1.0",
"build_hash" : "72cd1f1a3eee09505e036106146dc1949dc5dc87"
}
}
```

Is this feature really necessary? For production server the current version should be enough? People shouldn't run their production server from master.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.