Forum Moderators: DixonJones
domain¦file path¦log entry
...so that there are 3 columns delimited by the pipe symbol
Now we've found that certain hack simulations can somehow insert pipe symbols into the file path, and of course this causes problems for log software which tries to split each line into 3 columns using pipe as a delimiter. Even newline characters can be inserted, resulting in an empty blank line in the logs.
Shouldn't the server be encrypting special characters before writing them into the log? Or is it industry standard for Linux servers to just the log data exactly as is?