Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Converted from version 'v7.9.0'.

...

Info
titleOther sending methods

Instead of the Devo relay, you may opt to use tools like NXlog, Fluentd, or Logstash to collect the alert events, apply the Devo tag, and forward them securely to your Devo cloud. Learn more in Other data collection methods

Here we explain how to send events using the Devo relay.

...

  1. Go to Settings - Notifications
  2. Check the rsyslog Event Type ckeckbox in the Notification Settings grid. 
  3. Click the rsyslog column heading to open the Rsyslog Settings.
  4. Specify the following, then click Apply Settings.

    FieldValue
    Default formatJSON - Concise
    Default deliveryPer event
    Default send asAlert


  5. In the Rsyslog Server Listing section, click Add Rsyslog Server, then specify the following:

    FieldValue
    EnabledYes
    IP Address<DevoRelayIP>
    DeliveryDefault
    NotificationAll Events
    FormatDefault
    Send asDefault
    AccountN/A
    ProtocolTCP


  6. Click Update to save the new Rsyslog server.

  7. To assign the port on the relay to which you are sending events, go to the CLI and enter the following command:

    Code Block
    logging <devo_relay_ip_address> port <relay_port>

    For example, 

    Code Block
    logging 111.23.4.56 port 13003


At this point, the events should be getting sent to the Devo relay where the correct tag is applied before being securely forwarded to your Devo domain.