You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by JonZeolla <gi...@git.apache.org> on 2018/03/05 19:31:39 UTC

[GitHub] metron-bro-plugin-kafka issue #7: METRON-1324: Increment metron-bro-plugin-k...

Github user JonZeolla commented on the issue:

    https://github.com/apache/metron-bro-plugin-kafka/pull/7
  
    # Testing
    ## Build and install manually
    Some guideline commands to test:
    
    ```
    mkdir tmp
    cd tmp
    git clone https://github.com/bro/bro
    cd bro
    git checkout v2.5.3
    git submodule update --recursive --init
    ./configure && make
    cd ..
    git clone https://github.com/apache/metron-bro-plugin-kafka
    cd metron-bro-plugin-kafka
    ./configure --bro-dist=../bro && make && sudo make install
    bro -N Apache::Kafka
    ```
    
    ## Use `bro-pkg`
    
    ```
    bro-pkg install metron-bro-plugin-kafka
    bro -N Apache::Kafka
    ```


---