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

[jira] [Comment Edited] (METRON-1856) [UI] Implement parser grouping with drag and drop

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

Tamas Fodor edited comment on METRON-1856 at 5/3/19 9:45 AM:
-------------------------------------------------------------

_*> Does the UI show the usual stats but for the group or nothing?*_

The animation above is very old, that's why you can see the information for groups but yes, we show the info for the groups as well as for the individual sensors.

_*> What happens if you try to group 3 parsers that are already running? Or some combination of running and not running?*_

Very good question. We've already covered this edge case. Currently it's only implemented on the frontend but we're planning to implement it on the backend as well. You cannot combine running and not running sensors together. When you try to aggregate a running sensor with a stopped one, nothing happens, the drop won't have any effect on the state.

_*> What happens if you have 3 sensors, but not all of them are configured and you try to start the group?*_

I don't know the answer for this question. [~simonellistonball] [~rmerriman] [~msmiklavcic] Can you please help me out with this one?

Cheers.


was (Author: ruffle1986):
_*> Does the UI show the usual stats but for the group or nothing?*_

The animation below is very old, that's why you can see the information for groups but yes, we show the info for the groups as well as for the individual sensors.

_*> What happens if you try to group 3 parsers that are already running? Or some combination of running and not running?*_

Very good question. We've already covered this edge case. Currently it's only implemented on the frontend but we're planning to implement it on the backend as well. You cannot combine running and not running sensors together. When you try to aggregate a running sensor with a stopped one, nothing happens, the drop won't have any effect on the state.

_*> What happens if you have 3 sensors, but not all of them are configured and you try to start the group?*_

I don't know the answer for this question. [~simonellistonball] [~rmerriman] [~msmiklavcic] Can you please help me out with this one?

Cheers.

> [UI] Implement parser grouping with drag and drop
> -------------------------------------------------
>
>                 Key: METRON-1856
>                 URL: https://issues.apache.org/jira/browse/METRON-1856
>             Project: Metron
>          Issue Type: New Feature
>            Reporter: Tibor Meller
>            Priority: Major
>         Attachments: create-parser-group.gif, delete-parser-group.gif, merge-and-create-new-group.gif, save-parser-group.gif
>
>          Time Spent: 1h 40m
>  Remaining Estimate: 0h
>
> The capability to group parsers via the CLI already exists in Metron, but it currently is not possible to do so through the Management UI. This feature seems important as it allows users to pass in groups of parsers to start, stop, disable and enable rather than enacting the action on each individual parser.
> An initial implementation of the UI was done by Tamás Fodor, Tibor Meller and myself (@ruffle1986, @tiborm and @sardell on GitHub, respectively), and the REST endpoint work was performed by Ryan Merriman in PR 1396: [https://github.com/apache/metron/pull/1396].
> Here is a brief description of the UI changes we proposing (and subsequently implemented in PR 1360).
> In order to create a parser group, simply drag and drop two parsers together. A user can optionally update the name and add a description before creating the group. Notice that once a group is created, the parser group is highlighted in green and the parsers moved inside of a group are highlighted in yellow.
> !create-parser-group.gif|width=601,height=330!
> Once a user has created the parser groups they want, they can simply click on the apply button at the bottom of the screen. You'll notice the highlighting colors go away, a success message appears and controls for all the parsers in the group are available at the group level (in this case the start button).
> !save-parser-group.gif|width=601,height=330!
> If a user wants to add to a group or create a new group from nested parsers, they can choose to either merge or create a new group as shown below.
> !merge-and-create-new-group.gif|width=601,height=330!
> If a user wants to delete a group, they can simply click on the trash can icon in the group's controls section. We chose to keep the confirmation popup in addition to the apply button in order to prevent accidental group deletions and prevent sending multiple http delete calls one after the other to the backend. If a user decides not to delete a group after confirming with the modal window, they can click on the discard button to return to the previous state.
> !delete-parser-group.gif|width=601,height=330!



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