Send/Capture nodeSelector from node metadata in Kubernetes to Sumologic Logs(not metrics, which is supported)
Is your feature request related to a problem? Please describe.
We are trying to query logs based on the nodeSelector in Kubernetes, in order to send alerts to a specific correlating team. Although we can get node metadata from prometheus metrics, we are not able to get node labels/nodeSelector in our logs that we are sending. This is problematic, as we want to dynamically send to alerts to teams based on the nodeSelector and not hard-coded service names. If tomorrow, we create a new service, we do not want to have to hard-code the service value.
Describe the solution you'd like Capture nodeSelector in LOGS, in addition to hostname and other node metadata
Describe alternatives you've considered Adding an additional field in our logs, but this does not apply to third-party services where we do not have full control over log fields that are being sent
Additional context Add any other context or screenshots about the feature request here.