Skip to content

Commit

Permalink
Merge pull request #38 from linuxdaemon/sec-app
Browse files Browse the repository at this point in the history
Ensure detections show up in the ES app
  • Loading branch information
josehelps authored Jun 24, 2024
2 parents 893725a + 5384b05 commit a6db215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contentctl/actions/api_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def execute(self, input_dto: API_DeployInputDto) -> None:
"username": target.username,
"password": target.password,
"owner": "nobody",
"app": "search",
"app": "SplunkEnterpriseSecuritySuite",
}
print("Warning - we are currently deploying all content into the 'search' app. "
"At this time, this means the user does not have to install the app "
Expand Down

0 comments on commit a6db215

Please sign in to comment.