Getting Started with the Mezmo Platform
Manage Source Data
Build Telemetry Pipelines
Monitor Data and Create Alerts
Pipeline Destinations
Pipeline Processors
Reference
Other Mezmo Resources
Title
Message
Create new category
What is the title of your new category?
Edit page index title
What is the title of the page index?
Edit category
What is the new title of your category?
Edit link
What is the new title and URL of your link?
Encrypt Field Processor
Copy Markdown
Open in ChatGPT
Open in Claude
Connect to Cursor
Connect to VS Code
Description
You can use the Encrypt processor to apply an encryption algorithm and key to a specified field.
Use
The Encrypt processor is useful when you need to send sensitive log data to storage, for example when you want to retain log data that may contain account names and passwords.
Configuration
There are four options you need to set for this processor.
| Option | Description | Example |
|---|---|---|
| Field | The field you want to apply encryption to. | .foo |
| Encryption algorithm | The encryption algorithm to apply. These options also determine how many characters to use for the encryption key and initialization vector. | AES-256-CFB (key=32 characters, iv=16characters) |
| Encryption key | The key used by the algorithm to encrypt the field. | 6B58703273357638792F423F4528482B |
| Initialization vector (IV) field | This field is added by the pipeline to the JSON and is used by the algorithm as the initialization key. | .encrypt_iv |
Interactive Demo
Check out an interactive demo of the Encrypt Processor as a component in a Compliance group, as well as instructions for building a version of the Pipette with your own sample data.
Example
Before
JSON
{ "foo": "bar"}| Option | Value |
|---|---|
| Field | .foo |
| Encryption algorithm | AES-256-CFB (key=32 characters, iv=16characters) |
| Encryption key | 6B58703273357638792F423F4528482B |
| Initialization vector (IV) field | .encrypt_iv |
After
JSON
{ "encrypt_iv": "FmXUb0OPOWm1A2kw6diKYw==", "foo": "vFza"}Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard
Last updated on Oct 17, 2024
Was this page helpful?
Next to read:
Event to Metric ProcessorDiscard Changes
Do you want to discard your current changes and overwrite with the template?
Archive Synced Block
Message
Create new Template
What is this template's title?
Delete Template
Message