Skip to content

Commit 3a5e654

Browse files
authored
Merge pull request #429 from splunk/case_insensitive_data_sources
Make data_sources lookup case insensitive
2 parents 36ba530 + 6bfdb25 commit 3a5e654

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contentctl/input/director.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ def buildDataSourceCsv(self):
200200
author=self.input_dto.app.author_name,
201201
description="A lookup file that contains the data source objects for detections.",
202202
lookup_type=Lookup_Type.csv,
203+
case_sensitive_match=False,
203204
contents=RuntimeCsvWriter.generateDatasourceCSVContent(
204205
self.output_dto.data_sources
205206
),

0 commit comments

Comments
 (0)