Skip to content

Commit a6db215

Browse files
authored
Merge pull request #38 from linuxdaemon/sec-app
Ensure detections show up in the ES app
2 parents 893725a + 5384b05 commit a6db215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/actions/api_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def execute(self, input_dto: API_DeployInputDto) -> None:
4747
"username": target.username,
4848
"password": target.password,
4949
"owner": "nobody",
50-
"app": "search",
50+
"app": "SplunkEnterpriseSecuritySuite",
5151
}
5252
print("Warning - we are currently deploying all content into the 'search' app. "
5353
"At this time, this means the user does not have to install the app "

0 commit comments

Comments
 (0)