cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Anonymous
Not applicable

Question

Can I query a range of IP addresses when using ADQL to find browser records or session data?

 

Answer

It is not possible to query a range of IP addresses; however, users can add wildcard search to their query to achieve similar results.

 

Example:

 

Using the '|' (pipe) operator will not work:

 

'x.x.x.x'|'x.x.x.y'|'x.x.x.z'

 

Instead, use the wildcard search:

 

'x.x.x.*'

 

The above wildcard search will return all IP addresses beginning with x.x.x. 

Version history
Last update:
‎12-22-2018 01:38 PM
Updated by:
Now On Demand
Learn how Splunk and AppDynamics are redefining observability


Watch Now!

Observe and Explore
Dive into our Community Blog for the Latest Insights and Updates!


Read the blog here
Contributors