Hi!, Is there a way to convert an IP address to an integer in logstash filters?
Suppose I have the grok pattern:
%{IPv4: clientip} - %{DATA:name}....
I want to have the equivalent byte-like integer of the IP address to be able to use JDBC query to fetch something from my MySQL table. I want to compare this integer with 2 columns and check if the IP is in the range of those values.
Is that possible?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.