rally
rally copied to clipboard
Sample Kibana Dashboards
Describe the feature: Love the elastic search integration as the datastore for the output of Rally metrics. It would be great if Rally could also provide some sample kibana dashboards (similar to what a lot of Beats do) to create a nice basic display of the data, and trend it over time.
In the very early days of Rally, it brought a sample dashboard but it turned out that it is not really helpful. Rally is agnostic to the benchmarks it runs and hence it does not help to provide a generic dashboard IMHO.
One option that I could imagine is to have some sort of tooling that can extract information from a Rally track and create Kibana visualizations / a dashboard for you.
If you are interested how our visualizations look like you can check our public read-only instance at https://elasticsearch-benchmark-analytics.elastic.co/ meanwhile.
For people who are interested, you can download my dashboard dashboard.ndjson (remove the .txt
) , inspired by Kibana Chart
Found one here, it works & pretty good: https://github.com/Abmun/rally-apm-search/blob/master/Rally-Results-Dashboard.ndjson
Hi,
is there any update on this topic? I saw @danielmitterdorfer has implemented a minimalistic kibana generator. I have tried "esrally generate charts --track=percolator --challenge=append-no-conflicts --chart-type=time-series --node-count=1 --car=4gheap --output-path=test-charts.json", but could not get any results. Is there any documentation on this available?