NETWAYS / NETWAYS/ansible-collection-elasticstack
[Feature]: Unify default Beats output to elasticsearch
Nobody has claimed this yet.
- Dominant language
- Jinja
- Stars
- 14
- Forks
- 11
- Avg merge
- 1d 47m
- Merged PRs (30d)
- 6
Description
beats_filebeat_output defaults to logstash, but beats_auditbeat_output / beats_metricbeat_output default to elasticsearch — inconsistent.
Make all three default to elasticsearch. Breaking: setups relying on Filebeat → Logstash by default must then set beats_filebeat_output: logstash explicitly.
Pairs with the data-driven Beats work (#510 / #505 / #516).
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the definitions and defaults for beats_filebeat_output, beats_auditbeat_output, and beats_metricbeat_output in the Ansible collection. Compare the related data-driven Beats work in issues #510, #505, and #516, then verify that all three defaults are elasticsearch and that the breaking-change behavior is documented or covered by the relevant checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elasticsearch
- Domain
- devops
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 78/100