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 adc88f8 commit d854699Copy full SHA for d854699
contentctl/actions/new_content.py
@@ -57,7 +57,7 @@ def buildDetection(self)->dict[str,Any]:
57
'name': "True Positive Test",
58
'attack_data': [
59
{
60
- 'data': "Enter URL for Dataset Here. This may also be a relative or absolute path on your local system for testing.",
+ 'data': "https://github.com/splunk/contentctl/wiki",
61
"sourcetype": "UPDATE SOURCETYPE",
62
"source": "UPDATE SOURCE"
63
}
0 commit comments