Skip to content

Align ELK role TLS paths and variables to deployer standard#3

Open
Amunagala-itential wants to merge 3 commits into
devfrom
bugfix/elk-tls-path-fix
Open

Align ELK role TLS paths and variables to deployer standard#3
Amunagala-itential wants to merge 3 commits into
devfrom
bugfix/elk-tls-path-fix

Conversation

@Amunagala-itential

Copy link
Copy Markdown
Contributor
  • Rename _tls_dest_dir/_tls_src_dir to _pki_base_dir/_pki_src_dir across all four ELK roles (filebeat, logstash, kibana, elasticsearch)
  • Add _pki_private_subdir and _pki_private_dir; move private key dest to private/ subdirectory to match deployer layout
  • Fix elasticsearch_pki_base_dir from /etc/elasticsearch/certs to /etc/pki/elasticsearch
  • Rename tls_filename to tls_file and tls_ca_cert* to tls_ca*
  • Update copy-certs tasks to create both base and private directories
  • Update all templates and docs to use the new variable names and paths

- Rename _tls_dest_dir/_tls_src_dir to _pki_base_dir/_pki_src_dir across
  all four ELK roles (filebeat, logstash, kibana, elasticsearch)
- Add _pki_private_subdir and _pki_private_dir; move private key dest to
  private/ subdirectory to match deployer layout
- Fix elasticsearch_pki_base_dir from /etc/elasticsearch/certs to
  /etc/pki/elasticsearch
- Rename _tls_*_filename to _tls_*_file and _tls_ca_cert_* to _tls_ca_*
- Update copy-certs tasks to create both base and private directories
- Update all templates and docs to use the new variable names and paths
Documents playbook commands, tag-based selective execution, macOS prerequisites,
and architecture for all three stacks (Prometheus/Grafana, ELK, Loki/Alloy).
Comment thread roles/elasticsearch/tasks/copy-certs.yml Outdated
All four ELK roles (elasticsearch, filebeat, logstash, kibana) are
RHEL/CentOS only, matching the rest of the itential.monitoring
collection and itential.deployer. Remove apt_key/apt_repository tasks,
the Debian trust store tasks in elasticsearch copy-certs, and the
Debian OS family conditionals throughout. Update READMEs, docs, and
role CLAUDE.md files accordingly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants