feat: add Elasticsearch, Metricbeat, and Kibana Ansible roles#625
Closed
vivekgsharma wants to merge 9 commits into
Closed
feat: add Elasticsearch, Metricbeat, and Kibana Ansible roles#625vivekgsharma wants to merge 9 commits into
vivekgsharma wants to merge 9 commits into
Conversation
…ploy.yml for the target hosts
…ploy.yml for the target hosts
ktechmidas
reviewed
Mar 12, 2024
Contributor
There was a problem hiding this comment.
We already have the elastic_stack role
shumkov
reviewed
Mar 13, 2024
| @@ -0,0 +1,31 @@ | |||
| --- | |||
Collaborator
There was a problem hiding this comment.
How this is better than using already existing role?
shumkov
requested changes
Mar 13, 2024
| - name: Copy Metricbeat module configurations | ||
| ansible.builtin.copy: | ||
| src: "{{ item }}" | ||
| dest: "/etc/metricbeat/modules.d/{{ item | basename }}" |
Collaborator
There was a problem hiding this comment.
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
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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