[
https://issues.apache.org/jira/browse/METRON-1296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16242100#comment-16242100
]
ASF GitHub Bot commented on METRON-1296:
----------------------------------------
Github user anandsubbu commented on the issue:
https://github.com/apache/metron/pull/829
Hi @nickwallen , thank you for the fix. It is my bad, I should have added
the line `commands = IndexingCommands(params)` before the `try` block in my
previous fix :(.
I am under way validating and will post my observation. However, given that
the indexing templates are a must have for the alerts UI to work properly,
should we remove the try/expect block and allow the install to fail in the
event it was not successfully installed? Or do you think we should WARN and
move on?
> Full Dev Fails to Deploy Index Templates
> ----------------------------------------
>
> Key: METRON-1296
> URL: https://issues.apache.org/jira/browse/METRON-1296
> Project: Metron
> Issue Type: Bug
> Reporter: Nick Allen
> Assignee: Nick Allen
> Fix For: 0.4.2
>
>
> There are cases where Full Dev is deployed, but the index templates are not
> deployed. Without the index templates, the Alerts UI and Kibana dashboard do
> not work as expected. This seems to occur sometimes and not others.
> The index template install happens during startup of the Index topology.
> Elasticsearch master start occurred well before the attempt to install the
> templates. The following message is shown in the logs.
> {code}
> WARNING: Elasticsearch templates could not be installed. The Elasticsearch
> service is probably down.
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)