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
Hi!
We just realized that we haven't looked into this issue in a while. We're sorry!
We're labeling this issue as Stale to make it hit our filters and make sure we get back to it as soon as possible. In the meantime, it'd be extremely helpful if you could take a look at it as well and confirm its relevance. A simple comment with a nice emoji will be enough :+1.
Thank you for your contribution!
The Filebeat Check Point module uses this file as "template": https://github.com/elastic/beats/blob/v8.8.2/x-pack/filebeat/module/checkpoint/firewall/config/firewall.yml
It seems that the template file is switching between
tcp
andudp
based on thessl
settings presence, which is weird.Meaning that if we use:
We can switch to
tcp
.Proof:
It's weird though we have such template. Wouldn't it be better to explicitly call out the protocol to be used?
By the way, it is also tricky now to switch to a "good" behavior as users might have already started using the module...
Also, a general suggestion would be to prefix the
ssl
settings withvar
in the examples of the doc.FYI @P1llus
(On integrations side https://github.com/elastic/integrations/blob/main/packages/checkpoint/data_stream/firewall/manifest.yml#L4 it seems explicitly set as
input: tcp / udp / logfile
- so all good).The text was updated successfully, but these errors were encountered: