You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ce...@apache.org on 2016/02/17 14:46:02 UTC

incubator-metron git commit: Changing Version 0.6BETA -> 0.1BETA

Repository: incubator-metron
Updated Branches:
  refs/heads/master 8a94a4246 -> 657665ca3


Changing Version 0.6BETA -> 0.1BETA


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/657665ca
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/657665ca
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/657665ca

Branch: refs/heads/master
Commit: 657665ca3f3023dd87443b699d532d94cf555e7b
Parents: 8a94a42
Author: cstella <ce...@gmail.com>
Authored: Wed Feb 17 08:45:34 2016 -0500
Committer: cstella <ce...@gmail.com>
Committed: Wed Feb 17 08:45:34 2016 -0500

----------------------------------------------------------------------
 deployment/inventory/metron_example/group_vars/all               | 2 +-
 deployment/inventory/singlenode-vagrant/group_vars/all           | 2 +-
 deployment/roles/metron_pcapservice/vars/main.yml                | 4 ++--
 deployment/roles/metron_ui/vars/main.yml                         | 2 +-
 metron-streaming/Metron-Alerts/pom.xml                           | 2 +-
 metron-streaming/Metron-Common/pom.xml                           | 2 +-
 metron-streaming/Metron-DataLoads/pom.xml                        | 2 +-
 .../Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh      | 2 +-
 .../Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh     | 2 +-
 metron-streaming/Metron-DataServices/pom.xml                     | 2 +-
 metron-streaming/Metron-EnrichmentAdapters/pom.xml               | 2 +-
 metron-streaming/Metron-Indexing/pom.xml                         | 2 +-
 metron-streaming/Metron-MessageParsers/pom.xml                   | 2 +-
 metron-streaming/Metron-Pcap_Service/pom.xml                     | 2 +-
 metron-streaming/Metron-Topologies/pom.xml                       | 2 +-
 metron-streaming/Metron-Topologies/readme.md                     | 4 ++--
 metron-streaming/pom.xml                                         | 2 +-
 metron-streaming/readme.md                                       | 2 +-
 18 files changed, 20 insertions(+), 20 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/deployment/inventory/metron_example/group_vars/all
----------------------------------------------------------------------
diff --git a/deployment/inventory/metron_example/group_vars/all b/deployment/inventory/metron_example/group_vars/all
index 6f712d9..5f136a3 100644
--- a/deployment/inventory/metron_example/group_vars/all
+++ b/deployment/inventory/metron_example/group_vars/all
@@ -5,7 +5,7 @@ ambari_user: "admin"
 ambari_password: "admin"
 
 #Metron variables
-metron_version: 0.6BETA
+metron_version: 0.1BETA
 java_home: "/usr/jdk64/jdk1.8.0_40"
 
 #Default values

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/deployment/inventory/singlenode-vagrant/group_vars/all
----------------------------------------------------------------------
diff --git a/deployment/inventory/singlenode-vagrant/group_vars/all b/deployment/inventory/singlenode-vagrant/group_vars/all
index bf3c610..d9e6511 100644
--- a/deployment/inventory/singlenode-vagrant/group_vars/all
+++ b/deployment/inventory/singlenode-vagrant/group_vars/all
@@ -7,7 +7,7 @@ cluster_type: "single_node_vm"
 hdp_host_group: ["node1"]
 
 #Metron variables
-metron_version: 0.6BETA
+metron_version: 0.1BETA
 java_home: "/usr/jdk64/jdk1.8.0_40"
 
 #Default values

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/deployment/roles/metron_pcapservice/vars/main.yml
----------------------------------------------------------------------
diff --git a/deployment/roles/metron_pcapservice/vars/main.yml b/deployment/roles/metron_pcapservice/vars/main.yml
index 38510a3..e4c552f 100644
--- a/deployment/roles/metron_pcapservice/vars/main.yml
+++ b/deployment/roles/metron_pcapservice/vars/main.yml
@@ -1,6 +1,6 @@
 ---
 # vars file for metron_pcapservice
-metron_version: 0.6BETA
+metron_version: 0.1BETA
 metron_directory: /usr/metron/{{ metron_version }}
 pcapservice_jar_name: Metron-Pcap_Service-{{ metron_version }}-jar-with-dependencies.jar
-pcapservice_jar_path: "{{ playbook_dir }}/../../metron-streaming/Metron-Pcap_Service/target/{{ pcapservice_jar_name }}"
\ No newline at end of file
+pcapservice_jar_path: "{{ playbook_dir }}/../../metron-streaming/Metron-Pcap_Service/target/{{ pcapservice_jar_name }}"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/deployment/roles/metron_ui/vars/main.yml
----------------------------------------------------------------------
diff --git a/deployment/roles/metron_ui/vars/main.yml b/deployment/roles/metron_ui/vars/main.yml
index 3ddeeba..04b599a 100644
--- a/deployment/roles/metron_ui/vars/main.yml
+++ b/deployment/roles/metron_ui/vars/main.yml
@@ -1,6 +1,6 @@
 ---
 # vars file for elasticsearch
-metron_version: 0.6BETA
+metron_version: 0.1BETA
 metron_directory: /usr/metron/{{ metron_version }}
 metron_jar_url: http://192.168.1.174:8080/repository/internal/com/opensoc/OpenSOC-Topologies/{{ metron_version }}/OpenSOC-Topologies-{{ metron_version }}.jar
 metron_source_url: https://github.com/merrimanr/incubator-metron/archive/master.zip

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Alerts/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Alerts/pom.xml b/metron-streaming/Metron-Alerts/pom.xml
index 8a2a6c8..22c75ea 100644
--- a/metron-streaming/Metron-Alerts/pom.xml
+++ b/metron-streaming/Metron-Alerts/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>Metron-Streaming</artifactId>
-        <version>0.6BETA</version>
+        <version>0.1BETA</version>
     </parent>
     <artifactId>Metron-Alerts</artifactId>
     <name>Metron-Alerts</name>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Common/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Common/pom.xml b/metron-streaming/Metron-Common/pom.xml
index 97ec9c7..f7738cb 100644
--- a/metron-streaming/Metron-Common/pom.xml
+++ b/metron-streaming/Metron-Common/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>Metron-Streaming</artifactId>
-        <version>0.6BETA</version>
+        <version>0.1BETA</version>
     </parent>
     <artifactId>Metron-Common</artifactId>
     <name>Metron-Common</name>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-DataLoads/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-DataLoads/pom.xml b/metron-streaming/Metron-DataLoads/pom.xml
index c2a76fa..f2e07bb 100644
--- a/metron-streaming/Metron-DataLoads/pom.xml
+++ b/metron-streaming/Metron-DataLoads/pom.xml
@@ -15,7 +15,7 @@
   <parent>
     <groupId>org.apache.metron</groupId>
     <artifactId>Metron-Streaming</artifactId>
-    <version>0.6BETA</version>
+    <version>0.1BETA</version>
   </parent>
   <artifactId>Metron-DataLoads</artifactId>
   <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh b/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh
index 430c48c..ecf3b50 100755
--- a/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh
+++ b/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_load.sh
@@ -18,4 +18,4 @@ for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   fi
 done
 export HADOOP_CLASSPATH
-hadoop jar /usr/metron/0.6BETA/lib/Metron-DataLoads-0.6BETA.jar org.apache.metron.dataloads.ThreatIntelBulkLoader -libjars ${LIBJARS} "$@"
+hadoop jar /usr/metron/0.1BETA/lib/Metron-DataLoads-0.1BETA.jar org.apache.metron.dataloads.ThreatIntelBulkLoader -libjars ${LIBJARS} "$@"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh b/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh
index e21c9e1..52ced3f 100755
--- a/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh
+++ b/metron-streaming/Metron-DataLoads/src/main/bash/threatintel_bulk_prune.sh
@@ -18,4 +18,4 @@ for jar in $(echo $HADOOP_CLASSPATH | sed 's/:/ /g');do
   fi
 done
 export HADOOP_CLASSPATH
-hadoop jar /usr/metron/0.6BETA/lib/Metron-DataLoads-0.6BETA.jar org.apache.metron.dataloads.LeastRecentlyUsedPruner -libjars ${LIBJARS} "$@"
+hadoop jar /usr/metron/0.1BETA/lib/Metron-DataLoads-0.1BETA.jar org.apache.metron.dataloads.LeastRecentlyUsedPruner -libjars ${LIBJARS} "$@"

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-DataServices/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-DataServices/pom.xml b/metron-streaming/Metron-DataServices/pom.xml
index b71f060..e3e4211 100644
--- a/metron-streaming/Metron-DataServices/pom.xml
+++ b/metron-streaming/Metron-DataServices/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.metron</groupId>
 		<artifactId>Metron-Streaming</artifactId>
-		<version>0.6BETA</version>
+		<version>0.1BETA</version>
 	</parent>
 
 	<modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-EnrichmentAdapters/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-EnrichmentAdapters/pom.xml b/metron-streaming/Metron-EnrichmentAdapters/pom.xml
index 45d068f..595429e 100644
--- a/metron-streaming/Metron-EnrichmentAdapters/pom.xml
+++ b/metron-streaming/Metron-EnrichmentAdapters/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>Metron-Streaming</artifactId>
-        <version>0.6BETA</version>
+        <version>0.1BETA</version>
     </parent>
     <artifactId>Metron-EnrichmentAdapters</artifactId>
 

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Indexing/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Indexing/pom.xml b/metron-streaming/Metron-Indexing/pom.xml
index abb42c9..72d1f21 100644
--- a/metron-streaming/Metron-Indexing/pom.xml
+++ b/metron-streaming/Metron-Indexing/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>Metron-Streaming</artifactId>
-        <version>0.6BETA</version>
+        <version>0.1BETA</version>
     </parent>
     <artifactId>Metron-Indexing</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-MessageParsers/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-MessageParsers/pom.xml b/metron-streaming/Metron-MessageParsers/pom.xml
index a297d67..a6ac4dc 100644
--- a/metron-streaming/Metron-MessageParsers/pom.xml
+++ b/metron-streaming/Metron-MessageParsers/pom.xml
@@ -15,7 +15,7 @@
 	<parent>
 		<groupId>org.apache.metron</groupId>
 		<artifactId>Metron-Streaming</artifactId>
-		<version>0.6BETA</version>
+		<version>0.1BETA</version>
 	</parent>
 	<artifactId>Metron-MessageParsers</artifactId>
     <properties>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Pcap_Service/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Pcap_Service/pom.xml b/metron-streaming/Metron-Pcap_Service/pom.xml
index 79cfb47..b8b9eca 100644
--- a/metron-streaming/Metron-Pcap_Service/pom.xml
+++ b/metron-streaming/Metron-Pcap_Service/pom.xml
@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.apache.metron</groupId>
 		<artifactId>Metron-Streaming</artifactId>
-		<version>0.6BETA</version>
+		<version>0.1BETA</version>
 	</parent>
 	<artifactId>Metron-Pcap_Service</artifactId>
 	<description>Metron Pcap_Service</description>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Topologies/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Topologies/pom.xml b/metron-streaming/Metron-Topologies/pom.xml
index 27f54a3..ccc4e87 100644
--- a/metron-streaming/Metron-Topologies/pom.xml
+++ b/metron-streaming/Metron-Topologies/pom.xml
@@ -15,7 +15,7 @@
     <parent>
         <groupId>org.apache.metron</groupId>
         <artifactId>Metron-Streaming</artifactId>
-        <version>0.6BETA</version>
+        <version>0.1BETA</version>
     </parent>
     <artifactId>Metron-Topologies</artifactId>
     <description>Metron Topologies</description>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/Metron-Topologies/readme.md
----------------------------------------------------------------------
diff --git a/metron-streaming/Metron-Topologies/readme.md b/metron-streaming/Metron-Topologies/readme.md
index e1c737d..f19d910 100644
--- a/metron-streaming/Metron-Topologies/readme.md
+++ b/metron-streaming/Metron-Topologies/readme.md
@@ -9,9 +9,9 @@ This module provides example topologies that show how to drive Metron modules an
 We use Storm Flux to launch topologies, which are each described in a YAML file.
 
 ```
-storm jar target/Metron-Topologies-0.6BETA.jar org.apache.storm.flux.Flux --local src/main/resources/Metron_Configs/topologies/bro/local.yaml --filter src/main/resources/Metron_Configs/etc/env/config.properties
+storm jar target/Metron-Topologies-0.1BETA.jar org.apache.storm.flux.Flux --local src/main/resources/Metron_Configs/topologies/bro/local.yaml --filter src/main/resources/Metron_Configs/etc/env/config.properties
 
-storm jar target/Metron-Topologies-0.6BETA.jar org.apache.storm.flux.Flux --remote src/main/resources/Metron_Configs/topologies/bro/remote.yaml --filter src/main/resources/Metron_Configs/etc/env/config.properties
+storm jar target/Metron-Topologies-0.1BETA.jar org.apache.storm.flux.Flux --remote src/main/resources/Metron_Configs/topologies/bro/remote.yaml --filter src/main/resources/Metron_Configs/etc/env/config.properties
 ```
 
 Note that if you use `--local` it will run the topology in local mode, using test data. If you use `--remote` it will attempt to connect to and deploy to Storm Nimbus.

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/pom.xml
----------------------------------------------------------------------
diff --git a/metron-streaming/pom.xml b/metron-streaming/pom.xml
index f6d0c12..8f15ec2 100644
--- a/metron-streaming/pom.xml
+++ b/metron-streaming/pom.xml
@@ -14,7 +14,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.metron</groupId>
 	<artifactId>Metron-Streaming</artifactId>
-	<version>0.6BETA</version>
+	<version>0.1BETA</version>
 	<packaging>pom</packaging>
 	<name>Metron-Streaming</name>
 	<description>Stream analytics for Metron</description>

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/657665ca/metron-streaming/readme.md
----------------------------------------------------------------------
diff --git a/metron-streaming/readme.md b/metron-streaming/readme.md
index 76bb2b5..5236f18 100644
--- a/metron-streaming/readme.md
+++ b/metron-streaming/readme.md
@@ -1,6 +1,6 @@
 #Current Build
 
-The latest build of Metron-Streaming is 0.6BETA.
+The latest build of Metron-Streaming is 0.1BETA.
 
 We are still in the process of merging/porting additional features from our production code base into this open source release. This release will be followed by a number of additional beta releases until the port is complete. We will also work on getting additional documentation and user/developer guides to the community as soon as we can. At this time we offer no support for the beta software, but will try to respond to requests as promptly as we can.