We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3d6cc commit b0cfb4dCopy full SHA for b0cfb4d
contentctl/objects/abstract_security_content_objects/detection_abstract.py
@@ -1060,8 +1060,7 @@ def get_summary(
1060
def validate_data_source_output_fields(self):
1061
# Skip validation for Hunting and Correlation types, or non-production detections
1062
if (self.status != DetectionStatus.production or
1063
- self.type in {AnalyticsType.Hunting, AnalyticsType.Correlation} or
1064
- len(self.data_source) <= 1):
+ self.type in {AnalyticsType.Hunting, AnalyticsType.Correlation}):
1065
return self
1066
1067
# Validate that all required output fields are present in the search
0 commit comments