Skip to content

Commit 9536cc1

Browse files
committed
PR feedback + note on overview page
1 parent d4f4d6b commit 9536cc1

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

deploy-manage/monitor/autoops/autoops-for-serverless.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,25 @@ For [{{serverless-full}}](/deploy-manage/deploy/elastic-cloud/serverless.md) pro
1212

1313
In your {{serverless-full}} project, Elastic ensures that the appropriate resources are adequately provisioned and autoscaled so that your workloads run efficiently. This is why {{serverless-full}} is billed based on the effective usage of compute and storage resources.
1414

15-
:::{note}
15+
:::{tip}
1616
For more information about how {{serverless-full}} is priced and packaged, refer to the following pages:
1717
* [{{serverless-full}} pricing page](https://www.elastic.co/pricing/serverless-search)
1818
* [{{serverless-full}} pricing and packaging blog post](https://www.elastic.co/blog/elastic-cloud-serverless-pricing-packaging)
1919
:::
2020

2121
Since your monthly serverless bill is directly related to how many resources have been consumed, it's important for you to understand why your consumption fluctuates and how past usage was influenced by your project's performance. This information lets you adapt your workloads accordingly and have better control over your future bills.
2222

23-
This is where AutoOps comes in. With AutoOps for serverless, you can:
23+
This is where AutoOps comes in. With AutoOps for Serverless, you can:
2424

2525
* understand and monitor your usage patterns through project-level and index-level performance metrics.
2626
* access several curated dashboards to look at your project from all the different angles.
2727
* have full visibility into the main serverless billing dimensions.
2828

29-
## AutoOps for serverless billing dimensions
29+
:::{note}
30+
To align with the [new {{serverless-full}} architecture](https://www.elastic.co/blog/journey-to-build-elastic-cloud-serverless#rethinking-architecture:-from-stateful-to-stateless), AutoOps for Serverless does not include monitoring API endpoints such as [node statistics](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-nodes-stats) and [cluster statistics](https://www.elastic.co/docs/api/doc/elasticsearch/operation/operation-cluster-stats). These endpoints are included in [](ec-autoops-how-to-access.md) and [](cc-autoops-as-cloud-connected.md).
31+
:::
32+
33+
## AutoOps for Serverless billing dimensions
3034

3135
AutoOps for serverless focuses on different [billing dimensions](/deploy-manage/cloud-organization/billing/serverless-project-billing-dimensions.md) related to compute and storage, which are explained in the following subsections.
3236

@@ -40,7 +44,7 @@ There are three main types of VCUs:
4044

4145
VCUs materialize the load that each of the above tiers has to sustain to respond to your search, indexing, and machine learning needs respectively. As the load of a given tier fluctuates above or below some pre-defined thresholds, the tier will autoscale accordingly to accommodate that load.
4246

43-
:::{note}
47+
:::{tip}
4448
For more information about how autoscaling works in serverless, refer to the following blog posts:
4549
* [Search tier autoscaling](https://www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling)
4650
* [Ingest autoscaling](https://www.elastic.co/search-labs/blog/elasticsearch-ingest-autoscaling)

deploy-manage/monitor/autoops/search-ai-lake-view-autoops-serverless.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To get to this view, [access AutoOps](/deploy-manage/monitor/autoops/access-auto
2323

2424
Use the following features to explore this view:
2525
* Use the built-in **project picker** to switch between projects. This allows you to make quick context changes without needing to navigate back to your {{ecloud}} home page to select a different project.
26-
* Select **custom time windows** let to explore usage data ranging from the last 3 hours to the last 10 days. The charted data is bucketed per day except when you select a period of up to 24 hours, when it is bucketed per hour.
26+
* Select **custom time windows** to explore usage and performance data up to the last 10 days. The charted data is bucketed per day except when you select a period of up to 72 hours, when it is bucketed per hour.
2727

2828
{applies_to}`elasticsearch:` {{es-serverless}} projects offer the same experience, except that unlike Observability and Security Serverless projects, they only focus on storage retained and not on ingest rate usage metrics.
2929

deploy-manage/monitor/autoops/search-tier-view-autoops-serverless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ On the **Search Tier** page, the top half of the screen offers general insights
2323

2424
Use the following features to explore this view:
2525
* Use the built-in **project picker** to switch between projects. This allows you to make quick context changes without needing to navigate back to your {{ecloud}} home page to select a different project.
26-
* Select **custom time windows** let to explore usage and performance data ranging from the last 3 hours to the last 10 days. The charted data is bucketed per day except when you select a period of up to 24 hours, when it is bucketed per hour.
26+
* Select **custom time windows** to explore usage and performance data up to the last 10 days. The charted data is bucketed per day except when you select a period of up to 72 hours, when it is bucketed per hour.
2727
* Explore different **visualizations** presenting the trend of search VCU usage over time and how it compares to the performance of the search tier in terms of search rate and latency.
2828
* View the **annotations** overlaying the search VCUs usage chart to understand when the search power and boost window changed during the selected time period and how that might have affected the autoscaling of your project (and consequently your VCU consumption).
2929
* Gain insights from the **performance charts** depicting search rate and search latency trends to understand why your VCU consumption might fluctuate over time.
@@ -43,7 +43,7 @@ Each row of the table represents a single index or data stream and provides the
4343
* The latest **search latency** in the selected time period.
4444
* The timestamp of the **last search** on the index or data stream.
4545

46-
Using this table, you can detect which of your indices or data streams are currently being searched and at what rate and latency. This helps you identify which indices are suffering from search pressure, so that you can deduce where that load is coming from manage it to optimize your search VCU consumption.
46+
Using this table, you can detect which of your indices or data streams are currently being searched and at what rate and latency. This helps you identify which indices are suffering from high [search load](https://www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling#what-is-search-load?), so that you can deduce where that load is coming from and manage it accordingly.
4747

4848
For historical analysis, you can also expand each row to reveal performance trends over time, helping you detect patterns or anomalies in search performance for each index and data stream individually.
4949

@@ -61,7 +61,7 @@ The consumption of search VCUs is directly related to autoscaling. When your pro
6161
The following factors may cause upscaling or downscaling and consequently an increase or decrease in the number of search VCUs consumed:
6262

6363
### Search rate
64-
A higher search rate will lead to a larger search load, which means the project will be upscaled and more search VCUs will be consumed. Similarly, a smaller search load means fewer search VCUs being consumed.
64+
A higher search rate will lead to a larger [search load](https://www.elastic.co/search-labs/blog/elasticsearch-serverless-tier-autoscaling#what-is-search-load?), which means the project will be upscaled and more search VCUs will be consumed. Similarly, a smaller search load means fewer search VCUs being consumed.
6565

6666
The search rate on your project can increase for many different reasons, such as when more clients start issuing search requests at the same time, or when a complex dashboard with many visualizations is configured with a low auto-refresh rate.
6767

0 commit comments

Comments
 (0)