[
https://issues.apache.org/jira/browse/METRON-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15297575#comment-15297575
]
ASF GitHub Bot commented on METRON-180:
---------------------------------------
GitHub user nickwallen opened a pull request:
https://github.com/apache/incubator-metron/pull/133
METRON-180 Enable each component to be installed or not using tags
To allow users to make the most use of the deployment scripts, they should
be able to choose whether each component is installed or not. This is
important very highly customized environments where Metron will be installed.
This is currently possible in most cases, but there are a few scenarios that
are exceptions.
For example, the PCAP service will only be installed if
`install_elasticsearch` is set to `true`. This was a good coupling back when
PCAP searches were hosted in the index. Now that PCAP searches come from HDFS,
we need to be able to install PCAP service separately.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nickwallen/incubator-metron METRON-180
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-metron/pull/133.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #133
----
commit ec1e99b755fc922cae26256dcd0c22f36c3828c8
Author: Nick Allen <[email protected]>
Date: 2016-05-24T02:49:37Z
METRON-180 Enable each component to be installed or not using tags
----
> Enable Each Component to be Installed Separately
> ------------------------------------------------
>
> Key: METRON-180
> URL: https://issues.apache.org/jira/browse/METRON-180
> Project: Metron
> Issue Type: Improvement
> Reporter: David M. Lyle
> Labels: deployment
>
> To allow users of Metron to make the most use of the deployment scripts in
> highly-customized environments, a user should be able to choose whether each
> component is installed or not. This is currently possible in most cases, but
> there are a few scenarios that are not.
> For example, the PCAP service will only be installed if install_elasticsearch
> is set to "true". This was a good coupling back when PCAP searches were
> hosted in the index. Now that PCAP searches come from HDFS, we need to be
> able to install PCAP service separately.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)