Skip to content

Highlight importance of batching index requests#6968

Open
yetanothertw wants to merge 1 commit into
mainfrom
yetanothertw-bulk-requests
Open

Highlight importance of batching index requests#6968
yetanothertw wants to merge 1 commit into
mainfrom
yetanothertw-bulk-requests

Conversation

@yetanothertw

@yetanothertw yetanothertw commented Jun 18, 2026

Copy link
Copy Markdown
Member

Summary

Updating the billing dimensions documentation to add information on ingest VCU scaling and strategies for reducing costs by recommending batching requests with the _bulk operation.

Fixes #1307

Preview available here

image

Generative AI disclosure

  1. Did you use a generative AI (GenAI) tool to assist in creating this contribution?
  • Yes
  • No

Updating the billing dimensions documentation to add information on ingest VCU scaling and strategies for reducing costs by recommending `_bulk` requests. 

Fixes [#1307](elastic/docs-content-internal#1307)
@yetanothertw yetanothertw self-assigned this Jun 18, 2026
@yetanothertw yetanothertw requested a review from yuvielastic June 18, 2026 11:57
@github-actions

Copy link
Copy Markdown
Contributor

Elastic Docs AI PR menu

Check the box to run an AI review for this pull request.

  • Review docs changes (docs-review). Status: not started.

Powered by GitHub Agentic Workflows and docs-actions. For more information, reach out to the docs team.

@github-actions

Copy link
Copy Markdown
Contributor

✅ Elastic Docs Style Checker (Vale)

No issues found on modified lines!


The Vale linter checks documentation changes against the Elastic Docs style guide. To use Vale locally or report issues, refer to Elastic style guide for Vale.

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

🔍 Preview links for changed docs

@yetanothertw yetanothertw marked this pull request as ready for review June 18, 2026 12:05
@yetanothertw yetanothertw requested a review from a team as a code owner June 18, 2026 12:05

@shainaraskas shainaraskas left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy looks real nice. one suggestion to make this bullet fit better with its neighbors.

side note: this bulleted list is getting to be so big that it's hard to scan. we might consider breaking this into subheadings with an intro list.

* **Machine learning trained model autoscaling**: [Trained model autoscaling](/deploy-manage/autoscaling/trained-model-autoscaling.md) is always enabled and cannot be disabled, ensuring efficient resource usage, reduced costs, and optimal performance without manual configuration.

Trained model deployments automatically scale down to zero allocations after 24 hours without any inference requests. When they scale up again, they remain active for 5 minutes before they can scale down. During these cooldown periods, you will continue to be billed for the active resources.
* **Ingest VCU scaling**: Ingest VCU consumption scales with your indexing load. After 15 minutes with no ingest activity, ingest capacity scales down to zero and ingest charges are minimal during idle periods. Continuous indexing requests prevent idle windows, so ingest VCUs remain provisioned and you continue to incur costs.

@shainaraskas shainaraskas Jun 18, 2026

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think maybe we should reframe this using the lever as the title "batch indexing" or similar ... this also feels like it might be part of the "indexing strategies" section

if you break these into subheadings, you could put these two things underneath so people know that both the shape of their data and their indexing rate/strategy matter

alternatively, "indexing strategies" could get a better title like "index size / structure" (not with a slash, but you get it)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants