Hi,
I use elastic stack as a log aggregator for a k8s cluster. I'm creating a separate index from filebeat for each namespace in the cluster for multiple reasons, one of them being to speed up search on a specific namespace.
I'm relying on the Kibana Logs feature for log tailing. In order to switch from one index (corresponding to a namespace) to another, I need to change the Logs settings. It implies that only one namespace (so a single user, as long as it's not the same index that it's used for troubleshooting) can concurrently use the Kibana Logs.
Is there a way to have multiple settings for kibana Logs feature ?