Hello,
I am trying to load a log file from a firewall into my database so I can search it. Things work great, except for the ip address. An ip of 10.10.40.123 becomes 10.1040 in the database, which is utterly useless. I have tried changing the map so that it is text and varchar, but none of that makes a difference. Here is a sample line from the csv. Both of the IP addresses turn out the same, even if I change the map file to have them handled differently.
2015-05-22 23:59:59.928,10.10.40.183,,10.10.40.183,https://www.google.com/,false,false,Haiku site
Any suggestions on how to make it see the number properly?
Thanks
Charles