-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[DOCS-12620] OP Rehydration #32959
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
maycmlee
wants to merge
8
commits into
master
Choose a base branch
from
may/op-rehydration
base: master
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
[DOCS-12620] OP Rehydration #32959
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
630ffb2
add doc
maycmlee 4e2c938
updates
maycmlee dbd1e3c
Merge branch 'master' into may/op-rehydration
maycmlee c1ec374
add further reading
maycmlee 9207f2b
add preview box
maycmlee d05a4f3
Update content/en/observability_pipelines/rehydration.md
maycmlee 028c432
Update content/en/observability_pipelines/rehydration.md
maycmlee 3057d9f
add link to packs
maycmlee 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,61 @@ | ||
| --- | ||
| title: Rehydration | ||
| description: Learn about using Rehydration to pull archived logs and processing them in Observability Pipelines. | ||
| disable_toc: false | ||
| private: true | ||
| further_reading: | ||
| - link: "/observability_pipelines/processors/" | ||
| tag: "Documentation" | ||
| text: "Learn more about processors" | ||
| - link: "/observability_pipelines/packs/" | ||
| tag: "Documentation" | ||
| text: "Learn more about Packs" | ||
| --- | ||
|
|
||
| {{< callout | ||
| btn_hidden="true" header="false">}} | ||
| Rehydration is in Preview. | ||
| {{< /callout >}} | ||
|
|
||
| ## Overview | ||
|
|
||
| Rehydration for Observability Pipelines enables you to pull archived logs from object storage and process them in Observability Pipelines. This gives you consistent access to historical context without having to rebuild workflows or modify ingestion pipelines. | ||
|
|
||
| Organizations often store large volumes of logs in cost-efficient, long-term archives to control spend and meet compliance requirements. However, historical data often becomes difficult to access when there is a security incident, audit request, or operational investigation. Retrieving archived logs from cold storage can be slow, manual, and disruptive, requiring ad-hoc scripts, decompression, or dedicated engineering effort. Rehydration for Observability Pipelines solves these issues. | ||
|
|
||
| ## How does Rehydration work? | ||
|
|
||
| Rehydration provides an automated workflow for retrieving and reprocessing archived logs stored in object stores, such as Amazon S3, Google Cloud Storage, and Azure Blob Storage. This helps you balance storage efficiency with quick access to historical data. | ||
|
|
||
| With Rehydration, you can: | ||
|
|
||
| ### Retrieve archived logs on demand | ||
|
|
||
| Pull only the data you need for investigations, audits, troubleshooting, or pipeline testing, and eliminate long retrieval delays and manual extraction steps. | ||
|
|
||
| ### Target specific time ranges or event slices | ||
|
|
||
| Specify the exact time frame or subset of events you need to prevent moving or processing data unnecessarily. | ||
|
|
||
| ### Process historical logs with Observability Pipelines | ||
|
|
||
| Rehydrated logs go through the same parsing, enrichment, normalization, and routing logic applied to live log streams. | ||
|
|
||
| This ensures: | ||
|
|
||
| - Consistent formatting and field extraction | ||
| - Reliable enrichment (for example, user, geo-IP, and cloud metadata) | ||
| - Uniform security and compliance controls | ||
| - Identical behavior across historical and real-time data | ||
|
|
||
| ### Route rehydrated data to any supported destination | ||
|
|
||
| You can send processed historical logs to SIEMs, data lakes, analytics platforms, or any Observability Pipelines destination. | ||
|
|
||
| ### Eliminate manual handling | ||
|
|
||
| Rehydration provides a structured, predictable way to pull archived data back into your observability platform, so you don't have to use custom scripts, manual decompression, or ad-hoc retrieval processes. | ||
|
|
||
| ## Further reading | ||
|
|
||
| {{< partial name="whats-next/whats-next.html" >}} | ||
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.