You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The IntelMQ webinput could show previews of the *processed* data to the operator, not just the input data, adding much more value to the preview functionality.
67
+
The IntelMQ webinput can show previews of the *processed* data to the operator, not just the input data, adding much more value to the preview functionality.
42
68
Currently the preview gives the operator feedback on the parsing step. The further processing of the data by the bots is invisible to the operator.
43
69
This causes confusion and uncertainty for the operators.
44
70
71
+
The Webinput backend can call the bots and process the events, without any interference to the running bot processes, pipelines and bot management.
72
+
The data flow illustrated:
45
73
```
46
74
Data provided by operator -> webinput backend parser -> IntelMQ bots as configured in the webinput configuration -> preview shown to operator
47
75
```
48
-
The implementation details for the webinput are not part of the IEP.
76
+
The implementation details for the webinput are not part of this proposal document.
49
77
50
-
In the next step, the webinput can also show previews of notifications (e.g. Emails):
78
+
In the next step, the webinput can also show previews of notifications (e.g. Emails). This is also not part of this proposal document.
51
79
```
52
80
Data provided by operator -> webinput backend parser -> IntelMQ bots as configured in the webinput configuration -> notification tool (preview mode) -> notification preview shown to operator
0 commit comments