Hi,
We have new log files get created every time when we run load test on jenkins machine.
Ex:
Load test1 creates file called: /jenkins/var/lib/simulation-1.log
Load test2 Creates file: jenkins/var/lib/simulation-2.log.
Load testx Creates file: jenkins/var/lib/simulation-x.log.
Like the above we will generate more then 10 log files each day, i can create index called "simulation-*.log", it includes all the logs in single index.
we want to have separate index get created on Elastic machine every time when there is new simulation file with build number, so that we will filter data in kibana based on each simulation log file.
Please suggest me how can we send those logs from Jenkins machine to Elastic machine separately, Thanks.