-
Notifications
You must be signed in to change notification settings - Fork 20
feat: add Elasticsearch, Metricbeat, and Kibana Ansible roles #625
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ploy.yml for the target hosts
…ploy.yml for the target hosts
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We already have the elastic_stack role
| @@ -0,0 +1,31 @@ | |||
| --- | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How this is better than using already existing role?
| - name: Copy Metricbeat module configurations | ||
| ansible.builtin.copy: | ||
| src: "{{ item }}" | ||
| dest: "/etc/metricbeat/modules.d/{{ item | basename }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there any modules or module configuration is provided?
|
Let me redefine the task. Current state
Long-term goal (epic)
This taskGoal of this task is to replace prometheus with metricbeat. To achieve this, we need to:
Acceptance criteria
|
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.ymlfile to invoke these roles.How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only