You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "Ryan Merriman (JIRA)" <ji...@apache.org> on 2019/05/17 20:11:00 UTC

[jira] [Created] (METRON-2119) Cannot remove an alert from a metaalert when Solr is enabled

Ryan Merriman created METRON-2119:
-------------------------------------

             Summary: Cannot remove an alert from a metaalert when Solr is enabled
                 Key: METRON-2119
                 URL: https://issues.apache.org/jira/browse/METRON-2119
             Project: Metron
          Issue Type: Bug
            Reporter: Ryan Merriman


After creating a metaalert in the Alerts UI, an alert cannot be removed.  The following error is returned:

 
{code:java}
Could not find collection:  {code}
I believe this happens because the request is incorrectly formatted:

 
{code:java}
{
  "metaAlertGuid":"6eaa087e-d357-4c5c-82be-ed911a8bb53e",
  "alerts":[
    {
      "guid":"278d97e6-7de8-4453-8366-aadf2a057b59",
      "sensorType":"bro",
      "index":""
    }
  ]
}{code}
The index property that is set to a blank string should instead be left out.

 

 



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