AppDynamics Knowledge Base

How do I query a range of IP addresses?

How do I query a range of IP addresses?

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. 

Labels (1)
Tags (2)
Version history
Last update:
‎05-30-2017 11:24 AM
Updated by: