mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-26 16:17:19 -04:00
The native code info is a portion of the xpack info api that emits arbitrary info about feature plugins that are backed by native code. This is currently only used by machine learning. Additionally, it is the only non enabled/available information reported by the info api. This commit moves the native code info reporting to the usage api for machine learning. The commit info reported is only used for debugging purposes, and not captured by the current uses of the info api (monitoring and telemetry) since it requires passing the verbose flag. Long term, this information would be better suited to node info. Until node info is extendable by plugins, this new location will allow cleaning up the xpack info api to be implemented in a generic way for all xpack features. |
||
---|---|---|
.. | ||
defs.asciidoc | ||
index.asciidoc | ||
info.asciidoc | ||
timeoutparms.asciidoc |