I’m brand new to Influxdb and want to create a database that will track srcip,dstip, srcprt, dstport information. I will then want to run queries based on any combination of source/destination ip/port information. Is influx capable of storing an IP as a value such as srcip =192.168.1.1 or do I need to create the database as srcip1 = 192, srcip2 = 168 srcip3 = 1 srcip4 = 1?
I realize this is a very rudimentary question, but this being my first attempt at creating and Influx db I want to know which would be more appropriate and which would result in faster query responses if both are appropriate?