Github user justinleet commented on the issue:
https://github.com/apache/metron/pull/1142
I ran this up and I'm able to run a query with ip:
- 999.999.999.999
Each of the four octets should be in the range [0-255], e.g. 0.0.0.0,
255.255.255.255, 255.0.12.100 etc.
I'm also able to run with ports:
- 9000
- 90000
- 900000.9989
Ports can be specified with scientific notation (and apparently send
properly!)
- 1e3
Ports with pieces of scientific notation and fairly unreasonable values run
with empty strings:
- 1e9
- 1+9
- 1.0e-5
---