elastic / rally-tracks

Track specifications for the Elasticsearch benchmarking tool Rally
19 stars 181 forks source link

`host.name` is empty we need to use `host.hostname` #678

Closed salvatore-campagna closed 3 weeks ago

salvatore-campagna commented 3 weeks ago

If the host.name field does not exists, indices created as backing indices of a data stream are injected with empty values of host.name. Sorting on host.name and @timestamp results in sorting just on @timestamp. Looking at some mappings I see a host.hostname exists. Also a cardinality aggregation results in hundreds of distinct values which suggests the filed is not empty.

We would like to test using a meaningful combination of fields to sort on. Ideally we expect better benchmark results despite being possible that other, more effective, combinations of fields might exist. We are interested, anyway, in changes over time given a valid set of fields to sort on.

This needs backporting to 8.15

salvatore-campagna commented 3 weeks ago

@gbanasiak we don't need to delete old races data...it might actually be useful to see the difference in this case.

gbanasiak commented 3 weeks ago

Review notes:

salvatore-campagna commented 3 weeks ago

💚 All backports created successfully

Status Branch Result
✅ 8.15

Questions ?

Please refer to the Backport tool documentation