You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ot...@apache.org on 2018/12/26 17:27:12 UTC

[metron] branch master updated: METRON-1955 Update metron SPEC file to include syslog 3164 parser (anandsubbu via ottobackwards) closes apache/metron#1314

This is an automated email from the ASF dual-hosted git repository.

otto pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/metron.git


The following commit(s) were added to refs/heads/master by this push:
     new 7089086  METRON-1955 Update metron SPEC file to include syslog 3164 parser (anandsubbu via ottobackwards) closes apache/metron#1314
7089086 is described below

commit 7089086cfc8c070a48d80b3884ad396ebb025238
Author: anandsubbu <an...@gmail.com>
AuthorDate: Wed Dec 26 11:10:38 2018 -0500

    METRON-1955 Update metron SPEC file to include syslog 3164 parser (anandsubbu via ottobackwards) closes apache/metron#1314
---
 metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
index a16a863..caf92a5 100644
--- a/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
+++ b/metron-deployment/packaging/docker/rpm-docker/SPECS/metron.spec
@@ -182,6 +182,7 @@ This package installs the Metron Bundled Parser files
 %{metron_home}/config/zookeeper/parsers/bro.json
 %{metron_home}/config/zookeeper/parsers/snort.json
 %{metron_home}/config/zookeeper/parsers/squid.json
+%{metron_home}/config/zookeeper/parsers/syslog3164.json
 %{metron_home}/config/zookeeper/parsers/syslog5424.json
 %{metron_home}/config/zookeeper/parsers/websphere.json
 %{metron_home}/config/zookeeper/parsers/yaf.json
@@ -633,6 +634,8 @@ chkconfig --del metron-management-ui
 chkconfig --del metron-alerts-ui
 
 %changelog
+* Wed Dec 26 2018 Apache Metron <de...@metron.apache.org> - 0.7.1
+- Update metron SPEC file to include syslog 3164 parser
 * Thu Nov 15 2018 Apache Metron <de...@metron.apache.org> - 0.7.0
 - Split metron-parsers into metron-parsing and submodules
 * Wed Oct 31 2018 Apache Metron <de...@metron.apache.org> - 0.7.0