Returning lines from a JSON log which match some content when reading from a CSV?
So using a script, with Python, in my CSV file, I want to see if IP and timestamp values exists in some way in the line entries of the JSON log file, and if so, return that specific JSON log…