#2449 fix observation integration

This commit is contained in:
Marek Wolan
2024-04-03 15:58:01 +01:00
parent 985628f2da
commit a4caa3dfe4
6 changed files with 8 additions and 8 deletions

View File

@@ -215,7 +215,7 @@ class FirewallObservation(AbstractObservation, identifier="FIREWALL"):
:rtype: FirewallObservation
"""
return cls(
where=parent_where + ["nodes", config.hostname],
where=parent_where + [config.hostname],
ip_list=config.ip_list,
wildcard_list=config.wildcard_list,
port_list=config.port_list,