You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a test in kibana that checks that we are sending all the telemetry fields. Currently it is failing on master because xpack.data_frame is missing from the payload.
All the stack_stats.xpack.* telemetry data is passed directly from elasticsearch _xpack/usage endpoint.
Ideally it would be great to have the same tests we have on kibana checking for those fields in elasticsearch as well, this way we'll have increased confidence that those fields will return what we expect when swapping between snapshots.
We do check for the following fields returned from elasticsearch:
Hello 👋
We have a test in kibana that checks that we are sending all the telemetry fields. Currently it is failing on master because
xpack.data_frame
is missing from the payload.All the
stack_stats.xpack.*
telemetry data is passed directly from elasticsearch_xpack/usage
endpoint.Ideally it would be great to have the same tests we have on kibana checking for those fields in elasticsearch as well, this way we'll have increased confidence that those fields will return what we expect when swapping between snapshots.
We do check for the following fields returned from elasticsearch:
currently we get the following keys in the payload (
data_frame
is missing)Related: elastic/kibana#45983
Related: elastic/kibana#45884
The text was updated successfully, but these errors were encountered: