Database Reference
In-Depth Information
Discovering client IP codes that have not been used
on certain days
You might want to find out if some clients have not used your system in the last few days.
You can check this out with the code shown as follows:
* clientip !=211* | timechart count
This code searches all events for those where the clientip is not equal to 211* ( != means
not equal and 211* refers to all IP addresses beginning with 211 ). The first part of an IP
address (the first three digits) usually signifies the network. The following screenshot
shows are the results, which show the IP codes beginning with 211 that engaged with the
site a lot during one month, but did not during the next three months. Your data probably
does not look like this though. We found this pattern because we downloaded the tu-
torialdata.zip twice, with three months between the first and the last download:
Search for Client IP Addresses that are Not Equal to 211* Using Timechart
Search WWH ::




Custom Search