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 2017/02/24 23:11:44 UTC

[jira] [Commented] (METRON-641) Fix Kibana install file

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

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

Github user DimDroll commented on the issue:

    https://github.com/apache/incubator-metron/pull/405
  
    Oh my, thank you team for such a warm words, I really appreciate it. I have made mentioned changes.
    
    Also, as a side note, while I was looking for {} in rest of the code base using following command in root:
    `grep -R '{}' * | grep -v '\.java:\|README.md:\|LICENSE:\|\.json:\|\.js:\|\.jj:' | less`
    I have found this guy: metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/KIBANA/4.5.1/package/scripts/dashboard/dashboard.p
    Unless it is Matlab file I feel like it is misnamed py or most likely pyc file. Should I do anything about it?
    Please advise.
    
    Thank you.


> Fix Kibana install file
> -----------------------
>
>                 Key: METRON-641
>                 URL: https://issues.apache.org/jira/browse/METRON-641
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.3.0
>            Reporter: Dima Kovalyov
>            Priority: Minor
>             Fix For: 0.3.1
>
>
> Kibana installed as part of Metron mpack winthin Ambari will fail during start with following error:
> {code}
> ValueError: zero length field name in format
> {code}
> We can fix it with:
> {code}
> sed -i 's@{}/kibana@{0}/kibana@g' /incubator-metron/metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/KIBANA/4.5.1/package/scripts/kibana_master.py
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)