Mezmo Log Analysis
Description
Sending your pipeline data to Mezmo Log Analysis enables you to use features like JSON Field Search, and Views and Alerts, to analyze and visualize your log data.
Configuration
You can send data to any Log Analysis account, not just the current account. If you want to use your current account, use the Ingestion Key associated with it as described in the Configuration Options.
Configuration Options
Check out our Pipeline Configuration Syntax guide for help with Log Analysis configuration. Template configuration options can be one or more Data References or Static Values, and will result in a string value. Data Field configuration options point to fields and can result in objects as well as string values.
Option | Category | Description | |
---|---|---|---|
Mezmo Host | Ingestion | The URI for your Mezmo Log Analysis host environment. This option is auto-configured based on your Mezmo account. | Required |
Ingestion Key | Ingestion | Your Mezmo ingestion key. You can find this for the current account by logging into the Mezmo Web App and navigating to Settings > Organization > API Key. | Required |
Hostname | Query | Template used to identify the origin of your logs. | Required |
Tags | Query | Array of Templates used as the tags in Log Analysis. Default is no tags . | Optional |
IP | Query | Template used as the IP value in Log Analysis. Default is no IP . | Optional |
MAC | Query | Template used as the MAC value in Log Analysis. Default is no MAC . | Optional |
Log construction scheme | Message | How to build the log message, either explicitly field by field or as a pass-through of the current message object. The other Message category options below only apply to the Note that if you choose In addition to | Required |
Line | Message | Template or Data Field used as the If no configuration is provided the remainder of the | Optional |
Meta | Message | Data Field used as the If no configuration is provided the remainder of the | Optional |
Timestamp | Message | Data Field used as the timestamp field in Log Analysis. Default value is the current time. | Optional |
App | Message | Template used as the app in Log Analysis. Default is mezmo-pipeline . | Optional |
Env | Message | Template used as the environment value in Log Analysis. Default is production . | Optional |
File | Message | Template used as the file value in Log Analysis. Default is no file . | Optional |