RegEx Based Load Balanced Server Log File Paths

Avatar
  • updated
  • Under review
We have elastic scaling web servers, so for each site (we run around 100) a given site may be running on any number of servers between 2 and 10 on any given day.

We pull back the logs (IIS and Apache) in a folder structure as follows:

L:\Logfiles\IIS\[Servername]\[LogFile.bz2]
L:\Logfiles\Apache\[Servername]\[LogFile.bz2]

So at the moment we have to add a log file location per every possible server ID per site (at the moment possible but very annoying, if we move to an environment where the server naming is less predictable (e.g. cloud)) then this would be impossible.

What would be fantastic is if the entry screen allowed for some kind of pattern matching or parameterisation so that we could enter the path once for each of the cases above. (still obviously need separate entries per technology) but at least allowing total flexibility on the servername part.

So for example if we could enter a path as:
L:\LOGFILES\IIS\~SERVERNAME~\*-W3SVC109994012-*.log.bz2
where that path would then treat ~SERVERNAME~ as * and pass that ~SERVERNAME~ portion of the real path in the Load Balanced Server name.

End result being one path entry point but allowing for any possible server name and still giving us the data we want to see split out by server name.
load balanced server log log location pattern regex
Avatar
Michael
Thank you, we'll consider adding this feature.