ARIZE CLOUD¶
About¶
Arize is an AI engineering platform focused on evaluation and observability. It helps engineers develop, evaluate, and observe AI applications and agents.
Product Details¶
Vendor URL: ARIZE CLOUD
Product Type: AI/ML Observability & Evaluation Platform
Product Tier: Tier II
Integration Method: API Token
Integration URL: Arize - Cyderes Documentation
Log Guide: N/A
Parser Details¶
Log Format: JSON
Expected Normalization Rate: Near 100%
Data Label: ARIZE_CLOUD
UDM Fields (list of all UDM fields leveraged in the Parser):
Log File Field | UDM Field |
---|---|
ID | metadata.product_log_id |
User.Email | target.user.email_addresses |
IP | principal.ip |
Success | security_result.action |
MutationName | metadata.product_event_type |
LoggedAt | metadata.event_timestamp |
Product Event Types¶
Event | UDM Event Classification |
---|---|
login | USER_LOGIN |
all | GENERIC_EVENT |
Log Sample¶
{"ID":12345,"User":{"Email":"user@example.com"},"IP":"10.0.0.5","Success":true,"MutationName":"login","LoggedAt":"2025-09-04T21:23:07.013Z"}
Sample Parsing¶
metadata.event_timestamp.seconds = 1757028654
metadata.event_timestamp.nanos = 97000000
metadata.log_type = "ARIZE_CLOUD"
metadata.product_event_type = "login"
metadata.product_log_id = "12345"
metadata.product_name = "ARIZE_CLOUD"
metadata.vendor_name = "ARIZE CLOUD"
principal.asset.ip = "10.0.0.5"
security_result.action = "ALLOW"
target.user.email_addresses = "user@example.com"