-
Notifications
You must be signed in to change notification settings - Fork 241
DOCS-1642 - Add Flex to Tier Migration Report #6728
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
Open
JV0812
wants to merge
9
commits into
main
Choose a base branch
from
flex-to-tier-migration-report
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
1e7d1cd
DOCS - Add Flex to Tier Migration Report doc
JV0812 0b6e1a4
DOCS-1642 - Move Flex to Tier Migration Report to partitions section
JV0812 660d764
Merge branch 'main' into flex-to-tier-migration-report
JV0812 b3dc569
Merge branch 'main' into flex-to-tier-migration-report
JV0812 c8eb1fb
Update flex-to-tier migration report based on GDoc feedback
JV0812 c38bec8
Update docs/manage/partitions/flex-to-tier-migration-report.md
JV0812 b003e6b
Update docs/manage/partitions/flex-to-tier-migration-report.md
JV0812 5f40abd
Update docs/manage/partitions/flex-to-tier-migration-report.md
JV0812 096b0b4
Update docs/manage/partitions/flex-to-tier-migration-report.md
JV0812 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,58 @@ | ||
| --- | ||
| id: flex-to-tier-migration-report | ||
| title: Flex to Tier Migration Report | ||
| description: Learn how to use the Flex to Tier Migration Report to assess partition readiness, understand column definitions, and act on migration recommendations. | ||
| keywords: | ||
| - flex | ||
| - tier migration | ||
| - partition | ||
| - tiered storage | ||
| - migration report | ||
| --- | ||
|
|
||
| import useBaseUrl from '@docusaurus/useBaseUrl'; | ||
|
|
||
| The Flex to Tier Migration Report shows your partitions and their readiness for migration from a flex licensing model to a tiered licensing model for log ingestion. It includes recommendation messages and the status of any unsupported features that may be affected by migration. | ||
|
|
||
| ## Column definitions | ||
|
|
||
| | Column | Description | | ||
| |:--|:--| | ||
| | **Partition Name** | Name of the partition. | | ||
| | **Ingestion Volume** | Total ingestion volume associated with the partition. | | ||
| | **Current Scope** | Indicates whether the partition is currently included or excluded from the migration scope. | | ||
| | **SIEM Forwarding** | Indicates whether SIEM forwarding is enabled for the partition (`true` / `false`). | | ||
| | **Unsupported Features Detected When Moving Towards Tiered** | Displays any unsupported dependencies detected for the partition after migration to Tiered storage. For example, `true [monitor, slo]`. | | ||
| | **Unsupported Monitor** | Lists monitor names currently using the partition that may not function after migration. | | ||
| | **Unsupported SLO** | Lists SLO names associated with the partition that may become unsupported after migration. | | ||
| | **Unsupported Scheduled Views** | Lists scheduled view names dependent on the partition that may not work after migration. | | ||
| | **Recommendation** | Provides the recommended action based on dependency analysis and migration readiness. | | ||
|
|
||
| ## Recommendation messages | ||
|
|
||
| The **Recommendation** column displays one of the following messages based on the partition's scope, unsupported feature status, and SIEM forwarding configuration. | ||
|
|
||
| | Is Included | Unsupported Features Detected | SIEM Forwarding | Recommendation | | ||
| |:--|:--|:--|:--| | ||
| | `true` | `false` | Any | No action needed. | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this mean any value? or either |
||
| | `false` | `false` | `false` | No action needed. | | ||
| | `false` | `false` | `true` | Switch to Included (Continuous). SIEM Forwarding will not work correctly on an excluded partition. | | ||
| | `false` | `true` | Any | Switch to Included (Continuous). Monitors/SLOs/Scheduled Views will not work correctly on an excluded partition. | | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. does this mean any value? or either |
||
|
|
||
| ## FAQ | ||
|
|
||
| ### What is the Flex to Tier Migration Report? | ||
|
|
||
| The Flex to Tier Migration Report is a tool that shows each partition in your organization and whether it is ready to migrate from Flex to Tiered storage. It evaluates each partition against a set of dependency checks, including monitors, SLOs, scheduled views, and SIEM forwarding, and provides a recommended action for each. | ||
|
|
||
| ### What does the Is Included column mean? | ||
|
|
||
| The **Is Included** column indicates whether a partition is part of the [default scope](/docs/manage/partitions/flex/faq/#how-can-i-optimize-my-query-using-default-scope). A value of `true` means the partition is included in the default scope; `false` means it is excluded. Excluded partitions may need to be switched to **Included** if they have active SIEM forwarding or unsupported feature dependencies. | ||
|
|
||
| ### What happens to monitors and SLOs after migration to Tiered storage? | ||
|
|
||
| Monitors and SLOs that rely on a partition excluded from Tiered storage may stop functioning correctly after migration. The report lists the affected monitor and SLO names in the **Unsupported Monitor** and **Unsupported SLO** columns so you can take action before migration. | ||
|
|
||
| ### What should I do if my partition has SIEM Forwarding enabled? | ||
|
|
||
| If SIEM Forwarding is enabled and the partition is currently excluded from the migration scope, the recommendation is to switch it to Included (Continuous). SIEM Forwarding does not work correctly on excluded partitions, and leaving it excluded can result in data not being forwarded after migration. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
The Column definitions table defines a column called Current Scope, but the Recommendation messages table uses Is Included as its column header. The FAQ then asks "What does the Is Included column mean?" and answers as if it's a column — but "Is Included" is never defined in the Column definitions section. These appear to be the same concept with two different names. One name should be chosen and used consistently throughout.