Run Book - Technical Preview
Also available as:
PDF

OPTIONAL: Install the Squid Package

In this section we install the package for our Squid telemetry data source so we can generate data. If you have already installed your data source and have a log source, you can skip this section and move to the next one.

[Important]Important

Squid and Nifi must be installed on the same server. NiFi cannot read the local files on another server, so they must be colocated.

  1. ssh into $SQUID_HOST,

  2. Install and start Squid:

    sudo yum install squid
    sudo service squid start