Was this helpful?

Apigee provides an alert feature in its fast and responsive user interface to monitor potential message flow violations.

The Raise Alert policy sends an alert notification to a destination (a local disk or the system log server) when certain conditions are met, and when required.

Configure the Raise Alert policy using the following elements.

Field Name Field Description
Syslog Destination Host IP address of the Syslog server
Port Port where the Syslog server is running

Example - Raise Alert policy

<RaiseAlert name="RaiseAlert">
    <Syslog>
        <Message>This is a test message. id = {request.header.id}</Message>
        <Host>IP</Host>
        <Port>514</Port>
    </Syslog>
</RaiseAlert>