The initial import of opendoc-streaming does appear to match the head from https://github.com/OpenSOC/opensoc-streaming
The version in the pom file and the total number of files is quite different https://github.com/OpenSOC/opensoc-streamiing has version 0.3BETA and 250 files https://github.com/apache/incubator-metron.git:opensoc-streaming has version 0.6BETA and 372 files Version 0.6 is what I think we want to work from (there is also a 0.7BETA branch, but the version number is the only change) -Charles *clone opendoc-streaming from cisco* $:owen CAPorter$ git clone https://github.com/OpenSOC/opensoc-streaming.git Cloning into 'opensoc-streaming'... remote: Counting objects: 8678, done. remote: Total 8678 (delta 0), reused 0 (delta 0), pack-reused 8678 Receiving objects: 100% (8678/8678), 52.28 MiB | 862.00 KiB/s, done. Resolving deltas: 100% (3307/3307), done. Checking connectivity... done. *charlesp-mt-2:opensoc-streaming CAPorter$ grep -i BETA pom.xml* * <version>0.3BETA-SNAPSHOT</version>* *charlesp-mt-2:opensoc-streaming CAPorter$ find . -type f | wc -l* * 372* *clone from Metron:* charlesp-mt-2:owen CAPorter$ git clone https://github.com/apache/incubator-metron.git Cloning into 'incubator-metron'... remote: Counting objects: 787, done. remote: Compressing objects: 100% (596/596), done. remote: Total 787 (delta 105), reused 786 (delta 104), pack-reused 0 Receiving objects: 100% (787/787), 1.65 MiB | 1.35 MiB/s, done. Resolving deltas: 100% (105/105), done. Checking connectivity... done. charlesp-mt-2:owen CAPorter$ cd incubator-metron/opensoc-streaming *charlesp-mt-2:opensoc-streaming CAPorter$ grep -i BETA pom.xml* * <version>0.6BETA</version>* *charlesp-mt-2:opensoc-streaming CAPorter$ find . -type f | wc -l* * 250*
