teragrep / cfe_31

0 stars 0 forks source link

More captureGroups than HostGroups sent #8

Closed MoonBow-1 closed 8 months ago

MoonBow-1 commented 9 months ago

Now that the #3 is pretty much done, RELP groups are in line with the amount of groups sent, but CFE-01 groups differ by 26.

MoonBow-1 commented 9 months ago

Some of the hosts contain the hosts directory, but not any sub-directories. Implemented a simple check for catching that.

That bring the total missing hostGroups to 25, so 1 more needs to be caught

MoonBow-1 commented 9 months ago

The problem was with the parser getting the specific archiving directory from the archive object. It was using the .contains() method, but changed it to .equals().

Fixed in commit dfef0e3e and added to new-endpoint branch