Skip to content
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

feat/ELK stack #107

Merged
merged 5 commits into from
Jan 31, 2025
Merged

feat/ELK stack #107

merged 5 commits into from
Jan 31, 2025

Conversation

joshgamache
Copy link
Contributor

Addresses #100. Adds a Helm chart for deploying ElasticSearch and Kibana. The logging sidecar from #99 compliments this by sending logs to ES. This ES instance is set to be able to receive logs from other CAS namespaces.

Changes 🚧

  • Added template for ElasticSearch, Kibana and supporting infrastructure

To test 🔬

Once logged into OpenShift, you can deploy this chart with helm install -n <Namespace> efk cas-efk/. You can see the deployment in the OpenShift dashboard, as well as connect to Kibana using oc port-forward service/kibana 5601:5601 and going to localhost:5601 in your browser.

Notes 📝

Due to issues with certificates and inter-node communication, there is another ticket #106 used to set those up. Having simple auth on Kibana requires these certificates, so this chart is not production ready.

@joshgamache joshgamache self-assigned this Jan 27, 2025
@joshgamache joshgamache merged commit 822f0eb into master Jan 31, 2025
2 checks passed
@joshgamache joshgamache deleted the feat/100-efk-ggircs branch January 31, 2025 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants