Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Load balancing events to a set of servers 
Anchor
scenario1
scenario1

Image Removed Load balancing events to a set of serversImage Added

This setup shows load balancing the event to publish it to all three Analytcis receivers. The load balanced publishing is done in a Round Robin manner, sending each event to each receiver in a circular order without any priority. It also handles fail-over cases such as, if Analytcis Receiver-1 is marked as down, then the Data Agent will send the data only to Analytcis Receiver-2 and Analytcis Receiver-3 in a round robin manner. When Analytcis Receiver-1 becomes active after some time, the Data Agent automatically detects it, adds it to the operation, and again starts to load balance between all three receivers. This functionality significantly reduces the loss of data and provides more concurrency.

...

Load balancing events to sets of servers  
Anchor
scenario 3
scenario 3

Image RemovedLoad balancing events to sets of serversImage Added

In this setup there are two sets of servers that are referred to as set-A and set-B. You can send events to both the sets. You can also carry out load balancing for both sets as mentioned in load balancing between a set of servers. This scenario is a combination of load balancing between a set of servers and sending an event to several receivers. An event is sent to both set-A and set-B. Within set-A, it will be sent either to Analytcis ReceiverA-1 or Analytcis ReceiverA-2. Similarly within set-B, it will be sent either to Analytcis ReceiverB-1 or Analytcis ReceiverB-2. In the setup, you can have any number of sets and any number of servers as required by mentioning them accurately in the server URL.

...

Sending all the events to several receivers 
Anchor
scenario2
scenario2

Image RemovedSending all the events to several receiversImage Added

This setup involves sending all the events to more than one Analytcis receiver. This approach is mainly followed when you use other servers to analyze events together with Analytcis servers. For example, you can use the same Data Agents to publish the events to WSO2 EI. You can use this functionality to publish the same event to multiple EI servers at the same time. This is useful to perform real time analytics with EI Analytics, to persist the data, and also to perform complex analysis with Analytcis in nearly real time with the same data.

...

Info

<Analytics Receiver – 1, 2, 3> can be either host name or IP addresses, and <port> is the port of the corresponding Analytcis receiver.

E.g.,  {tcp://10.100.2.32:7611},{ tcp://10.100.2.33:7611}, {tcp://10.100.2.34:7611}

Failover configuration

Image RemovedFailover configurationImage Added

When using the failover configuration in publishing events to Analytcis, events are sent to multiple Analytcis receivers in a sequential order based on priority. You can specify multiple Analytcis receivers so that events can be sent to the next server in the sequence in a situation where they were not successfully sent to the first server. In the scenario depicted in the above image, the events are first sent to Analytcis Receiver-1. If it is unavailable, then events will be sent to Analytcis Receiver-2. If Analytcis Receiver-2  is also unavailable, then the events will be sent to Analytcis Receiver-3.

...