Skip to content

Commit 596f2c1

Browse files
authored
Merge pull request #201 from splunk/extra_field
Remove extra field
2 parents f660140 + a9a5b03 commit 596f2c1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

contentctl/actions/new_content.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ def buildDetection(self)->dict[str,Any]:
3232
answers['status'] = "production" #start everything as production since that's what we INTEND the content to become
3333
answers['description'] = 'UPDATE_DESCRIPTION'
3434
file_name = answers['name'].replace(' ', '_').replace('-','_').replace('.','_').replace('/','_').lower()
35-
answers['kind'] = answers['detection_kind']
3635
answers['search'] = answers['detection_search'] + ' | `' + file_name + '_filter`'
3736
del answers['detection_search']
3837
answers['how_to_implement'] = 'UPDATE_HOW_TO_IMPLEMENT'

0 commit comments

Comments
 (0)