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
[9.2] π Streams: Speed up field simulation (#241313) (#241417)
# Backport
This will backport the following commits from `main` to `9.2`:
- [π Streams: Speed up field simulation
(#241313)](#241313)
<!--- Backport version: 9.6.6 -->
### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)
<!--BACKPORT [{"author":{"name":"Joe
Reuter","email":"[email protected]"},"sourceCommit":{"committedDate":"2025-10-31T09:33:05Z","message":"π
Streams: Speed up field simulation (#241313)\n\nThis PR should speed up
field simulation, which is blocking the submit\nbutton when defining
mappings. It does the following things:\n* Set a timeout\n* Reduce
sample size\n* Set terminate_after and disable track_total_hits to get
Elasticsearch\nto stop work as soon as possible\n* Don't sort the
results, otherwise Elasticsearch is forced to evaluate\nall the docs
because otherwise it can't tell which ones would end up on\ntop in the
order","sha":"50186a48b362ca77d429d4d43dd25cebcfe1cfbe","branchLabelMapping":{"^v9.3.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","Team:obs-ux-logs","backport:version","Feature:Streams","Team:streams-program","v9.3.0","v9.2.1"],"title":"π
Streams: Speed up field
simulation","number":241313,"url":"https://github.com/elastic/kibana/pull/241313","mergeCommit":{"message":"π
Streams: Speed up field simulation (#241313)\n\nThis PR should speed up
field simulation, which is blocking the submit\nbutton when defining
mappings. It does the following things:\n* Set a timeout\n* Reduce
sample size\n* Set terminate_after and disable track_total_hits to get
Elasticsearch\nto stop work as soon as possible\n* Don't sort the
results, otherwise Elasticsearch is forced to evaluate\nall the docs
because otherwise it can't tell which ones would end up on\ntop in the
order","sha":"50186a48b362ca77d429d4d43dd25cebcfe1cfbe"}},"sourceBranch":"main","suggestedTargetBranches":["9.2"],"targetPullRequestStates":[{"branch":"main","label":"v9.3.0","branchLabelMappingKey":"^v9.3.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/241313","number":241313,"mergeCommit":{"message":"π
Streams: Speed up field simulation (#241313)\n\nThis PR should speed up
field simulation, which is blocking the submit\nbutton when defining
mappings. It does the following things:\n* Set a timeout\n* Reduce
sample size\n* Set terminate_after and disable track_total_hits to get
Elasticsearch\nto stop work as soon as possible\n* Don't sort the
results, otherwise Elasticsearch is forced to evaluate\nall the docs
because otherwise it can't tell which ones would end up on\ntop in the
order","sha":"50186a48b362ca77d429d4d43dd25cebcfe1cfbe"}},{"branch":"9.2","label":"v9.2.1","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"}]}]
BACKPORT-->
Co-authored-by: Joe Reuter <[email protected]>
0 commit comments