OpenSearch/x-pack/plugin
Mayya Sharipova 0c68765088
Adds usage stats for vectors (#45023)
Example of usage:

_xpack/usage

"vectors": {
    "available": true,
    "enabled": true,
    "dense_vector_fields_count" : 1,
    "sparse_vector_fields_count" : 1,
    "dense_vector_dims_avg_count" : 100
}
Backport for #44512
2019-07-31 12:32:41 -04:00
..
ccr Close connection manager on current thread in RemoteClusterConnection (#44805) 2019-07-25 09:34:41 +02:00
core Adds usage stats for vectors (#45023) 2019-07-31 12:32:41 -04:00
data-frame [ML][Data Frames] unify validation exceptions between PUT/_preview (#44983) (#45012) 2019-07-30 13:05:07 -05:00
deprecation [7.x] Rename indexlifecycle to ilm and snapshotlifecycle to sl… (#44977) 2019-07-29 15:51:14 -06:00
frozen-indices remove usage of ActionType#(String) (#44459) (#44526) 2019-07-17 20:28:11 -07:00
graph migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
ilm Mute SnapshotLifecycleServiceTests#testPolicyCRUD 2019-07-30 10:36:27 +01:00
logstash Remove description from xpack feature sets (#43065) 2019-06-11 09:22:58 -07:00
mapper-flattened Add support for 'flattened object' fields. (#43762) 2019-07-01 12:08:50 +03:00
ml [7.x][ML] Catch any error thrown while closing data frame analytics process (#44958) (#44968) 2019-07-29 21:59:10 +03:00
monitoring [7.x] Implement exponential average search time per hour statistics. (#44683) (#44897) 2019-07-26 15:56:34 +02:00
rollup migrate rollup/monitoring/graph/watcher actions to Writeable (#44464) (#44538) 2019-07-18 08:42:56 -07:00
security Stop Recreating Wrapped Handlers in RestController (#44964) (#45040) 2019-07-31 17:11:34 +02:00
sql Upgrade to Lucene 8.2.0 release (#44859) (#44892) 2019-07-26 08:14:59 +02:00
src/test Adds usage stats for vectors (#45023) 2019-07-31 12:32:41 -04:00
vectors Adds usage stats for vectors (#45023) 2019-07-31 12:32:41 -04:00
voting-only-node Close nodes properly in Coordinator tests (#44967) 2019-07-30 11:47:36 +01:00
watcher [7.x] Rename indexlifecycle to ilm and snapshotlifecycle to sl… (#44977) 2019-07-29 15:51:14 -06:00
build.gradle Convert testclusters to use distro download plugin (#44253) (#44362) 2019-07-15 17:53:05 -07:00