Skip to main content

QuickConnect

Our second section of Routing is QuickConnect. True to its name, QuickConnect helps administrators connect Sources and Destinations quickly. The trade-off here is that there are no filters, meaning if your use case calls for filtering particular events into certain Pipelines, Data Routes are going to be your answer.

note

Sources can only be sent to either Data Routes or QuickConnect, not both. Take this into consideration when building your Stream configuration.

QuickConnect follows much of the same ideas as Data Routes, minus the filter. QuickConnect utilizes:

  • Sources of all available types
  • Pipelines or Packs to process the data coming from the sources
  • Destinations where the data ends up

Let's get set up so we can see QuickConnect in action.

important

Meet QuickConnect

  1. With Manage active in the top nav, select Routing and click QuickConnect.
  2. On the left-hand side, click Add Source under Sources.
  3. In the resulting pane, select Datagen and click Add New.
    1. For Input ID enter qc_apache_common.
    2. In the Datagen table, under Data Generator File, choose apache_common.log from the drop-down.
  4. Click Save.

Using QuickConnect, we can rapidly link together our new qc_apache_common source with our pre-existing local Filesystem destination. We can also apply the apache_common_lookup pipeline that we created earlier. All we have to do is click and drag from the + on our source to our destination. Then we select our pipeline and we're done!

important
  1. Click the + on the right side of Datagen: qc_apache_common.

  2. While still holding down the left mouse button drag the cursor onto Filesystem: local.

  3. While your cursor is over the destination release your left mouse button.

  4. In the resulting pop-up, select Pipeline.

  5. Click the dot to the let of access_common_lookup.

    Note: if you click ON the name of the pipeline, it opens a new tab in your browser to this Stream instance. You can continue there, or simply navigate back to the sandbox tab and continue the course.

  6. Click Save

View QuickConnect Events

Now, to check your additional work, let's view the events as they're being saved to your local filesystem.

important
  1. If the terminal is not already open, toggle it open on the bottom right.
  2. At the command prompt, type or paste:
    ls -l /tmp/staging/local
    You should see a new directory, datagen:qc_apache_common.
  3. At the prompt, now type or paste:
    tree /tmp/staging/
    You should not only see the output from our foray into Data Routes, but also the new files inside datagen:qc_apache_common that are being generated from our QuickConnect routing.