derek-ho/Starts Dashboards with Plugin
Installs OpenSearch Dashboard with a plugin from github, then checks out the correct dashboards version for the plugin, configures npm/yarn, bootstraps Dashboards, and starts the instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| plugin_name | The name of the plugin to use, such as security-dashboards-plugin | yes | — |
| built_plugin_name | The name of the plugin after building, if doing zip install | no | — |
| built_plugin_suffix | The suffix of the plugin after building, if doing zip instll. Leave empty to indicate default OSD build behavior | no | — |
| install_zip | Whether the setup should be done using the install plugin flow. Leave empty to indicate dev setup. Only applicable for linux for now | no | — |
| plugin_repo | The repo of the plugin to use. Leave empty to indicate the repo which is running this action | no | — |
| opensearch_dashboards_yml | The file to replace opensearch_dashboards.yml. Leave empty to use the default | no | — |
| plugin_branch | The branch of the repo of the plugin to use. Leave empty to indicate the branch which is running this action | no | — |
Outputs
| name | description |
|---|---|
| dashboards-directory | The directory where the dashboards has been configured |
| dashboards-binary-directory | The directory of the dashboards binary that was configured |
| plugin-directory | The directory where the plugin has been configured |