You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ni...@apache.org on 2016/09/16 12:56:25 UTC

incubator-metron git commit: METRON-422 Remove bluecoat.json (cestella via nickwallen) closes apache/incubator-metron#255

Repository: incubator-metron
Updated Branches:
  refs/heads/master 1fbbf7648 -> c64e8ad03


METRON-422 Remove bluecoat.json (cestella via nickwallen) closes apache/incubator-metron#255


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

Branch: refs/heads/master
Commit: c64e8ad039018982d2903de88d423f37f25971d2
Parents: 1fbbf76
Author: cestella <ce...@gmail.com>
Authored: Fri Sep 16 08:51:31 2016 -0400
Committer: Nick Allen <ni...@nickallen.org>
Committed: Fri Sep 16 08:51:31 2016 -0400

----------------------------------------------------------------------
 metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec | 1 -
 .../src/main/config/zookeeper/parsers/bluecoat.json             | 5 -----
 2 files changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c64e8ad0/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
----------------------------------------------------------------------
diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
index 18f810f..d0720e7 100644
--- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
+++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
@@ -120,7 +120,6 @@ This package installs the Metron Parser files
 %dir %{metron_home}/patterns
 %dir %{metron_home}/lib
 %{metron_home}/bin/start_parser_topology.sh
-%{metron_home}/config/zookeeper/parsers/bluecoat.json
 %{metron_home}/config/zookeeper/parsers/bro.json
 %{metron_home}/config/zookeeper/parsers/snort.json
 %{metron_home}/config/zookeeper/parsers/squid.json

http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/c64e8ad0/metron-platform/metron-parsers/src/main/config/zookeeper/parsers/bluecoat.json
----------------------------------------------------------------------
diff --git a/metron-platform/metron-parsers/src/main/config/zookeeper/parsers/bluecoat.json b/metron-platform/metron-parsers/src/main/config/zookeeper/parsers/bluecoat.json
deleted file mode 100644
index 303bedc..0000000
--- a/metron-platform/metron-parsers/src/main/config/zookeeper/parsers/bluecoat.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
-"parserClassName":"org.apache.metron.parsers.bluecoat.BasicBluecoatParser",
-"sensorTopic":"bluecoat",
-"parserConfig": {}
-}
\ No newline at end of file