Versions Compared

Key

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

...

${METRON_HOME}/bin/zk_load_configs.sh -m PULL -z $ZOOKEEPER -o ${METRON_HOME}/config/zookeeper -f

Now lets go to drop the Elasticserach Head plugin and drop the existing squid indexes.  

curl -XDELETE "http://${ELASTICSEARCH}:9200/squid*"

After  After dropping the indexes we re-ingest.  Let's trigger on the two Zeus domains we ingested:

...

tail -f /var/log/squid/access.log -n 2 | /usr/hdp/current${HDP_HOME}/kafka-broker/bin/kafka-console-producer.sh --broker-list $BROKERLIST --topic squid

...