You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: dev-docs/Cloud-Env-Testing.md
+15
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,21 @@ The [`Create Environment with Cloud Logs`](https://github.com/elastic/cloudbeat/
146
146
147
147
The workflow requires a subset of input parameters. All required inputs are described [here](#how-to-run-the-workflow).
148
148
149
+
## Install Integrations Worfklow
150
+
151
+
The [`Install Integrations`](https://github.com/elastic/cloudbeat/actions/workflows/install-integrations.yml) GitHub workflow is used when the Elastic Stack is already installed, and the user wants to add `CIS` and/or `CDR` integrations.
152
+
153
+
### Workflow Inputs
154
+
155
+
-**`stack-version`** - The version of the stack to deploy.
156
+
-**`kibana-url`** - The Kibana URL where the integrations will be installed.
157
+
-**`kibana-username`** - The username for Kibana login.
158
+
-**`kibana-password`** - The password for Kibana login.
159
+
-**`infra-type`** - The type of integrations to install, with three allow options:
160
+
-**`all`** - Installs both `CIS` and `CDR` integrations.
161
+
-**`cis`** - Installs `CSPM`, `KSPM`, and `CNVM` integrations.
162
+
-**`cdr`** - Installs `Audit Logs`, `Asset Inventory`, and `Wiz` integrations.
163
+
-**`docker-image-override`** - For build candidate versions, specifies a custom Docker image path for agent installations.
0 commit comments