Skip to content

Commit c2a050b

Browse files
authored
[client] fix(settings): remove platform setting from base configs
Signed-off-by: Antoine MAZEAS <antoine.mazeas@filigran.io>
1 parent bf5183d commit c2a050b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

pyoaev/configuration/settings_loader.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,6 @@ class ConfigLoaderCollector(BaseConfigModel):
112112

113113
name: str = Field(description="Name of the collector")
114114

115-
platform: str | None = Field(
116-
default="SIEM",
117-
description="Platform type for the collector (e.g., EDR, SIEM, etc.).",
118-
)
119115
log_level: LogLevelToLower | None = Field(
120116
default="error",
121117
description="Determines the verbosity of the logs.",

0 commit comments

Comments
 (0)