This change adds initial support for Elasticsearch, Metricbeat, and Kibana through new Ansible roles. It's part of setting up monitoring and visualization for the Dash network deployment tool.
What was done?
Added Ansible roles for Elasticsearch, Metricbeat, and Kibana.
Updated the deploy.yml file to invoke these roles.
Placeholder entries have been added for the target hosts for these services, to be defined later.
Note: Terraform resources for these services are not included in this PR and will be defined in subsequent updates.
How Has This Been Tested?
Breaking Changes
None: This is an additive change and does not alter existing infrastructure or workflows.
Checklist:
[x] I have performed a self-review of my own code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have added or updated relevant unit/integration/functional/e2e tests
[ ] I have made corresponding changes to the documentation
For repository code-owners and collaborators only
[ ] I have assigned this pull request to a milestone
Issue being fixed or feature implemented
This change adds initial support for Elasticsearch, Metricbeat, and Kibana through new Ansible roles. It's part of setting up monitoring and visualization for the Dash network deployment tool.
What was done?
deploy.yml
file to invoke these roles.How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only