This repository provides the workflow for deploying a Kibana dashboard on the MSactivator.
Download them and then load them into the MSActivator repository.
Alternatively, see below "Installing this repo on a local MSA".
The procedure below is for developer who are going to code changes on a MSActivator. The installation of the workflow for operational use can be done by running a container based installer
Login to a live MSA as root and perform the following:
cd /opt/fmc_repository
git clone https://github.com/openmsa/workflow_kibana.git OpenMSA_Workflow_Kibana
cd Process/
ln -s ../OpenMSA_Workflow_Kibana/ OpenMSA_Workflow_Kibana
# Disable the automatic update to prevent unintended changes to workflows during local development.
mkdir -p /opt/fmc_repository/OpenMSA_Workflow_Kibana/.devops
The new entry "Deploy Dashboard" should be available and browsable under Automation > Workflows
.