-
Notifications
You must be signed in to change notification settings - Fork 246
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
base: main
Are you sure you want to change the base?
Changes from 5 commits
1e7d1cd
0b6e1a4
660d764
b3dc569
c8eb1fb
c38bec8
b003e6b
5f40abd
096b0b4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,59 @@ | ||
| --- | ||
| id: flex-to-tier-migration-report | ||
| title: Flex to Tier Migration Report | ||
| sidebar_label: 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 for log ingestion 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. | ||
|
JV0812 marked this conversation as resolved.
Outdated
|
||
|
|
||
| ## Column definitions | ||
|
|
||
| | Column | Description | | ||
|
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. 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. |
||
| |:--|:--| | ||
| | **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. | ||
|
JV0812 marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### 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 you do if my partition has SIEM Forwarding enabled? | ||
|
JV0812 marked this conversation as resolved.
Outdated
|
||
|
|
||
| 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. | ||
Uh oh!
There was an error while loading. Please reload this page.