You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Justin Leet (JIRA)" <ji...@apache.org> on 2018/05/30 19:47:00 UTC

[jira] [Created] (METRON-1586) Defaulting for the source type field in alerts UI does not work

Justin Leet created METRON-1586:
-----------------------------------

             Summary: Defaulting for the source type field in alerts UI does not work
                 Key: METRON-1586
                 URL: https://issues.apache.org/jira/browse/METRON-1586
             Project: Metron
          Issue Type: Bug
            Reporter: Justin Leet


The alerts UI does not allow you to display an individual alert. The error is a 404 against the findOne endpoint becuase the sensorType is set to "undefined". We should be defaulting this to source:type in the UI.

The POST data is:

{guid: "0e0d5f36-0fb5-4348-81fc-a6096ac4f74b", sensorType: "undefined"}

The core issue is everywhere in [https://github.com/apache/metron/pull/1010/files] that we're calling this.globalConfig['source.type.field'] should fall-back to source:type



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)