This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

Flow tapping

Flow tapping allows you to sample the data flowing in a Flow and see how it processes the logs. It’s useful to test the flow when you’re configuring or adjusting Processing Steps.

Prerequisites

Flow tapping works only on flows that have been deployed to an AxoRouter instance. This means that if you change a processing step in a flow, you must first Save the changes (or select Save and Test).

If you want to experiment with a flow, we recommend that you clone ( ) the flow and configure it to use the /dev/null destination, then redo adjusting the final processing steps in the original flow.

Tap into a flow

To tap into a Flow, complete the following steps.

  1. Open Axoflow Console and select Flows.

  2. Select the flow you want to tap into, then select Process > Test.

    Start flow tapping

  3. Select the router where you want to tap into the flow, then click Start Log Tapping.

    Start flow tapping

  4. Axoflow Console displays a sample of the logs from the data flow in matched pairs for the input and the output of the flow.

    The input point is after the source connector finished processing the incoming message. For the Syslog (autodetect and classify), this means that the input messages are already classified.

    The output shows the messages right before they are formatted according to the specific destination’s requirements.

    Tapped logs

  5. You can open the details of the messages to compare fields, values, and so on. By default, the messages are linked: opening the details of a message in the output automatically opens the details of the message input window, and vice versa (provided the message you clicked exists in both windows).

    Details of tapped logs

    If you want to compare a message with other messages, click link to disable linking.

  6. If the flow contains one or more Probe steps, you can select the probe as the tapping point. That way you can check how the different processing steps modify your messages. You can change the first and the second tapping point by clicking and , respectively.

    Select tapping point