Deploy and Configure Logging Stack
This should include a custom config of Fluentd. In order to keep this self-contained, the suggested customization would be to stand up a second ES instance for audit logs, and configure the Fluentd stack to send audit logs there instead of to the primary ES instance
I'll take this one, I'm not sure how to set it as assigned to me
#13 Created WIP PR with manifests to deploy base install of EFK stack. Still working on:
- Trying 4.4 EFK operator
- Using new CRs
- Spinning up seperate audit log elasticsearch and configure fluentd
I ended up branching off my original work and creating a new PR to get the vanilla install added #22
I refactored everything to fall under the simple-bootstrap directory
PR #22 is rebased and ready to be merged.