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 would like to increase our visibility into the effects of changing Elasticsearch index mappings, and ingest pipelines. For example, what would be the change in indexing time and Elasticsearch storage size if we were to start mapping SQL statements with the text field type?
By introducing tooling to analyse these kinds of changes, we can make changes more quickly, and with confidence.
Expected Outcome
Build an MVP so that developers can run benchmarks on-demand, from their laptop, to analyse the impact of integration packages on Elasticsearch performance and storage cost. The output should be a Rally summary report.
Ability to inject a custom apm integration package into a Kibana image
Spin up ESS deployment of a specific version, allowing to override the Kibana image to use the one with the custom apm integration package.
Generate the ES corpus from APM agent data sent to an APM Server of a specific version (locally or directly on worker VM).
Run rally on local to benchmark ES cluster using the ES corpus from agent data.
#8856 Introduces support for injecting a custom APM Package into kibana image as well as ability to spin-up ESS deployment with a custom integrations package.
Problem
We would like to increase our visibility into the effects of changing Elasticsearch index mappings, and ingest pipelines. For example, what would be the change in indexing time and Elasticsearch storage size if we were to start mapping SQL statements with the
text
field type?By introducing tooling to analyse these kinds of changes, we can make changes more quickly, and with confidence.
Expected Outcome
Build an MVP so that developers can run benchmarks on-demand, from their laptop, to analyse the impact of integration packages on Elasticsearch performance and storage cost. The output should be a Rally summary report.
rally
on local to benchmark ES cluster using the ES corpus from agent data.rally
on the worker VM to benchmark the Elastic Cloud cluster using the ES corpus from agent data.Outside of scope
Relates to
#6115
The text was updated successfully, but these errors were encountered: