Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Serverless] Updates billing docs #6247

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/serverless/billing.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Your monthly bill is based on the capabilities you use. When you use Security An
* **Ingest** — Measured by the number of GB of log/event/info data that you send to your Security project over the course of a month.
* **Retention** — Measured by the total amount of ingested data stored in your Security project.

Data volumes for both ingest and retention are based on the uncompressed data size at the point of ingest, before {es} compression is performed, and will be higher than the volumes traditionally reported by {es} index size. In addition, these volumes might be larger than the volumes reported by cloud provider proxy logs for data going into {es}.
Data volumes for ingest and retention are based on the fully enriched normalized data size at the end of the ingest pipeline, before {es} compression is performed, and will be higher than the volumes traditionally reported by {es} index size. In addition, these volumes might be larger than those reported by cloud provider proxy logs for data going into Elasticsearch. This allows you to have flexibility in choosing your preferred ingest architecture for enrichment, whether it's through {agent}, {ls}, OpenTelemetry, or collectors — with no impact on the cost.

[discrete]
[[security-billing-endpoint-protection]]
Expand Down