Table of Contents

Search

  1. Preface
  2. RulePoint
  3. RulePoint Concepts
  4. Using RulePoint
  5. RulePoint Objects
  6. Working with Topics
  7. Working with Connections
  8. Working with Sources
  9. Working with Responders
  10. Working with Responses
  11. Working with Watchlists
  12. Working with Analytics
  13. DRQL
  14. Working with Rules
  15. Working with Alerts
  16. Setting Access Controls
  17. Troubleshooting RulePoint Issues
  18. Connecting to an Ultra Messaging Application
  19. Creating an Ultra Messaging JMS Source

User Guide

User Guide

Configure RulePoint to Communicate with Vibe Data Stream for Machine Data

Configure RulePoint to Communicate with Vibe Data Stream for Machine Data

You can install Vibe Data Stream for Machine Data in a remote machine and connect with RulePoint. The Vibe Data Stream allows an external UM application to push messages to a UM topic. Configure an Ultra Messaging source in RulePoint to pick messages from the UM topic and publish them as events on a RulePoint topic that is bound to the source.
  1. Create a
    lbm.cfg
    file with the following contents:
    ## Comment out the following configuration property if you use Linux context fd_management_type wincompport ## The receiver identifier for the UM Queue from which the UM source reads messages receiver umq_receiver_type_id [RECEIVER_TYPE_ID] ## The lbmrd process host and ip address context resolver_unicast_daemon [IP_OF_HOST_RUNNING_LBMRD]:[LBMRD_PORT] ## Uncomment the following property if you enable multicast in the environment #context resolver_multicast_interface [MULTICAST_IP]
  2. Edit the
    lbm.cfg
    file to set the
    receiver_type_id
    to match the configuration in Vibe Data Stream.
  3. Edit
    IP_OF_HOST_RUNNING_LBMRD
    and
    LBMRD_PORT
    to match the configuration of Vibe Data Stream.
  4. If you enable multicast in the Vibe Data Stream environment, set the
    MULTICAST_IP
    accordingly, and uncomment the line that contains the resolver_multicast_interface.
  5. Copy the
    lbm.cfg
    file to
    RULEPOINT_HOME/service-conf
    .
  6. Create an Ultra Messaging connection that refers to the
    lbm.cfg
    file in
    RULEPOINT_HOME/service-conf
    directory.
  7. Create an Ultra Messaging source that uses this connection. Set the source name configuration field with the name of the UM topic on which the Vibe Data Stream publishes messages.
  8. Set the source message type as Text, Byte Array, or LBM properties according to the type published by Vibe Data Stream.
  9. Deploy the Ultra Messaging source.

0 COMMENTS

We’d like to hear from you!