Need to configure network logs in Kubernetes

I have logs which received from different network device for different client.We have UNIQUEID which identify which network logs are belongs to which client.Further we run our script which check which all logs are critical based on rule setup.So when it found alert as per rule it will notify to respective client.
I have to configure these logs in Kubernetes, need to know which one would be best setup.Thanks