I have 10 microservices running and stored separate log files for each microservice. but when i am configuring the logstash or fluentd config file for tracing i have to give one specific log file name but i want logstash or fluentd has to take all the log files from all of my microservices.
how is that possible?
can i give the path of my log folder, where all my logs are storing?
will it consider the all log files? or i have to give only one log file path?
when i checked some docs, they are using one single log file and giving the entire path where that log file is present. but i want it to take all the log files which are present in the logs folder.
also please guide me how i can achieve this in Kubernetes?
1 node contains 10 pods and each pod running 1 microservice in kubernetes.