teragrep / cfe_41

Integration Command-line
GNU Affero General Public License v3.0
0 stars 0 forks source link

Capture_sink response rewrite #7

Open Nefarious46 opened 1 month ago

Nefarious46 commented 1 month ago

Description Current issue with gathering information for capture sink is that there is no endpoint CFE-18 that returns IP and PORT when requesting with Flow and L7 combination. Should implement an endpoint that returns such values with before mentioned keys.

Issue is that now the object has to rely on GET ALL endpoint and parse the whole list of sinks in order to use correct values. This is in CaptureSink.java in CFE_41.

Nefarious46 commented 5 days ago

This should be fine as is.