[
https://issues.apache.org/jira/browse/METRON-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16355789#comment-16355789
]
ASF GitHub Bot commented on METRON-1444:
----------------------------------------
Github user mmiklavc commented on the issue:
https://github.com/apache/metron/pull/928
@ottobackwards, @nickwallen is correct. This was originally intended to
deal with the Ubuntu repo problem, which ended up being fixed via the Ambari
upgrade (due to fixes they made to how they handle repoinfo processing)
fyi, I have successfully spun this up on both Centos and Ubuntu and see
data in the Kibana dashboard.
> Add Ubuntu Repositories for Elasticsearch to the Mpack
> ------------------------------------------------------
>
> Key: METRON-1444
> URL: https://issues.apache.org/jira/browse/METRON-1444
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Michael Miklavcic
> Priority: Major
>
> Currently the user must manually do something like the following to manually
> add the package repos before installing Metron with the MPack. These
> repositories need to be added as part of the MPack so that the manual step is
> not required.
> {{cat >/etc/apt/sources.list.d/elasticsearch.list << EOL}}
> {{deb [https://packages.elastic.co/curator/5/debian] stable main}}
> {{deb [https://artifacts.elastic.co/packages/5.x/apt] stable main}}
> {{EOL}}
> {{apt-get update}}
> NOTE: On the first attempt in fixing this defect, repository validation fails
> in Ambari and packages cannot be installed from these repos. We need to
> better understand how Ambari is validating the repos.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)