You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/06/06 21:33:21 UTC

[jira] [Commented] (METRON-180) Enable Each Component to be Installed Separately

    [ https://issues.apache.org/jira/browse/METRON-180?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15317295#comment-15317295 ] 

ASF GitHub Bot commented on METRON-180:
---------------------------------------

Github user nickwallen commented on the issue:

    https://github.com/apache/incubator-metron/pull/133
  
    You can test this by, for example, choosing to install only one of the 'sensor' components and not the rest.  Before you had to install all 'sensor' components.
    
    Should you want to explore packet capture in your test environment this command will only install pcap-replay and pycapa, but not the rest of the sensor components.
    
    ```
    cd metron-deployment/vagrant/quick-dev-platform
    vagrant --ansible-tags="hdp-deploy,metron" --ansible-skip-tags="solr,bro,flume,snort,yaf,sensor-test-mode"  up
    ```


> 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)