Versions Compared

Key

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

...

In order to apply this triage configuration, we must modify the configuration for the squid sensor in the enrichment topology.  To do this, we should  

  1. Log into $HOST_WITH_ENRICHMENT_TAG as root
  2. WE need to d modify /usr/metron/

...

  1. $METRON_RELEASE/config/zookeeper/sensors/squid.json.

...

  1.  However, since the configuration in zookeeper may have be out of sync with the configuration on disk, we must make sure they are in sync by

...

  1. downloading the zookeeper configuration first:
    1. /usr/metron/$METRON_RELEASE/bin/zk_load_configs.sh

...

    1. -m

...

    1. PULL

...

    1. -z

...

    1. $ZOOKEEPER_HOST:2181

...

    1. -f

...

    1. -o

...

    1. /usr/metron/$METRON_RELEASE/config/zookeeper

 We should ensure that the configuration for squid exists by checking out

...