-
Notifications
You must be signed in to change notification settings - Fork 164
Add AutoOps for Serverless docs #3560
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
base: main
Are you sure you want to change the base?
Conversation
…jihaparvez/docs-content into autoops-serverless-docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @wajihaparvez
I made a first pass and added some comments.
deploy-manage/monitor/autoops/search-tier-view-autoops-serverless.md
Outdated
Show resolved
Hide resolved
* The latest **search latency** in the selected time period. | ||
* The timestamp of the **last search** on the index or data stream. | ||
|
||
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel the last part of the sentence " manage it to optimize your search VCU consumption" doesn't fit or something is missing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@consulthys I added this part for contextualization, to show how the customer can benefit from finding out this information. I've edited it for a bit more clarity, but please let me know if we need to get rid of this part/edit it more
deploy-manage/monitor/autoops/search-ai-lake-view-autoops-serverless.md
Outdated
Show resolved
Hide resolved
|
||
This view provides both high-level project summaries and detailed index-level and data stream-level breakdowns. | ||
|
||
To get to the Search Tier view, [access AutoOps](/deploy-manage/monitor/autoops/access-autoops-for-serverless.md) in your project and then select **Search Tier** from the navigation menu. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To get to the Search Tier view, [access AutoOps](/deploy-manage/monitor/autoops/access-autoops-for-serverless.md) in your project and then select **Search Tier** from the navigation menu. | |
To get to the Search Tier view, [access AutoOps](/deploy-manage/monitor/autoops/access-autoops-for-serverless.md) in your project and then select **Search Tier** from the navigation menu. |
I see that "Search Tier" is capitalized, so maybe it should be bolded too, if it's a UI string.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🍒
Looks great @wajihaparvez! Just a few minor suggestions.
This PR adds docs for AutoOps for Serverless and updates existing docs/structure as needed.
Closes #3079, #2962, #2961.