Skip to content

Commit fa60068

Browse files
authored
Merge pull request #353 from splunk/snapattack_datasource_enrichments
Additions to DataSource model
2 parents ac074dd + 7b6275f commit fa60068

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contentctl/objects/data_source.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,12 @@ class DataSource(SecurityContentObject):
1717
source: str = Field(...)
1818
sourcetype: str = Field(...)
1919
separator: Optional[str] = None
20+
separator_value: None | str = None
2021
configuration: Optional[str] = None
2122
supported_TA: list[TA] = []
2223
fields: None | list = None
2324
field_mappings: None | list = None
25+
mitre_components: list[str] = []
2426
convert_to_log_source: None | list = None
2527
example_log: None | str = None
2628
output_fields: list[str] = []

0 commit comments

Comments
 (0)