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 5752f49 commit 5384b05Copy full SHA for 5384b05
contentctl/actions/api_deploy.py
@@ -47,7 +47,7 @@ def execute(self, input_dto: API_DeployInputDto) -> None:
47
"username": target.username,
48
"password": target.password,
49
"owner": "nobody",
50
- "app": "search",
+ "app": "SplunkEnterpriseSecuritySuite",
51
}
52
print("Warning - we are currently deploying all content into the 'search' app. "
53
"At this time, this means the user does not have to install the app "
0 commit comments