-
Notifications
You must be signed in to change notification settings - Fork 15
Parsing csv log. #9
Comments
hit this issue too so far, I was able to convert RDS
@lawrencejones does such an approach looks valid to you or am I missing something? |
Hey @jalexandre0 - Unfortunately we don't have any native support for CSV logs at the moment, correct. In theory adding another parser to do this would be pretty straight-forward, given that the logs contain all of the required data, in a roughly similar format. Contributions are welcome! In the meantime, you could possibly craft some sed/awk commands to meld the log into the correct format. It's also worth noting that |
I've created another simple parser that converts an RDS CSV into a pgreplay-go JSON file. |
Hi there.
Theres a way to parse and replay from csv logs for people who can't change their log_line_prefix (aka RDS customers).
The text was updated successfully, but these errors were encountered: