Skip to content

Commit d854699

Browse files
committed
Change default testing data to link
1 parent adc88f8 commit d854699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/new_content.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def buildDetection(self)->dict[str,Any]:
5757
'name': "True Positive Test",
5858
'attack_data': [
5959
{
60-
'data': "Enter URL for Dataset Here. This may also be a relative or absolute path on your local system for testing.",
60+
'data': "https://github.com/splunk/contentctl/wiki",
6161
"sourcetype": "UPDATE SOURCETYPE",
6262
"source": "UPDATE SOURCE"
6363
}

0 commit comments

Comments
 (0)