Skip to content

Commit 5384b05

Browse files
committed
Ensure detections show up in the ES app
This ensures that detections show up as content in the Enterprise Security UI in Splunk
1 parent 5752f49 commit 5384b05

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)