Remove functionality of dashboards installing
Problem description
For now Filebeat role fetches configuration file which was templated in remote host and use it for installing dashboards, index-managment and piplines. Installing dashboards needs access to Kibana API but rest of them needs elasticsearch. This could be a problem if defined eleasticsearch host domains differs on remote and localhost.
Proposal
Perform installation only dashboards from localhost and rest of things perform from remote host.
UPDATE functionality of dashboard will be removed completely.
Edited by Krzysztof Szymański