Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 901 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 901 Bytes

UC StackStorm Kafka Sensor README

Installation

Access the terminal and navigate to the /opt/stackstorm/packs/ directory.

cd /opt/stackstorm/packs/

If you installed stackstorm in a different location, navigate to the stackstorm packs directory and continue the installation.

cd <STACKSTORM_PATH>/packs/
  1. Clone the st2_confluent_kafka_pack project into the designated StackStorm packs folder (/opt/stackstorm/packs):
git clone [email protected]:ucraft-com/st2_confluent_kafka_pack.git
  1. Enter the pack folder
cd st2_confluent_kafka_pack/
  1. Copy configuration example to stackstorm configs folder
cp st2_confluent_kafka_pack.example.yaml /opt/stackstorm/configs/st2_confluent_kafka_pack.yaml
  1. Using editor (vim, nano) and fill in the form with your credentials

  2. Install the pack

st2 pack install file://$PWD