-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I try to use the Openshift integrated EFK stack as central logging platform for both:
- Openshift containerized Workloads
- External Cloud Native Workload (e.g. Databases)
From looking at the config of the search-guard config, it seems that there is no way to provide write access for anythin except the fluentd client (which has write access for ALL indexes). It would be great if I could somehow configure (e.g. with a role) serviceAccountNames that are allowed to write to the tenants index. This would allow two new scenarios:
- extended logging requirements for structured logging within the platform (e.g. logstash / fluentd log parser for off-the-shelf applications, where I can not modify the configuration to create structued logging by parsing the log's with GROK patterns) (application ---> logstash (parse) --> elasticsearch)
- integrating external logs (e.g. azure audit logs) via logstash agent (azureblobstore --> logstash --> elasticsearch)
Metadata
Metadata
Assignees
Labels
No labels