|
Hi all i need to do a search like this:
where the IP is in a field of another search. How can i do this? |
|
Take a look at the |
|
If the IP could possibly be in several locations, and you want to normalize them into a field, I like the coalesce command in eval.
This says "make a new field called IP, and use the value from the first non-empty field." http://www.splunk.com/base/Documentation/latest/SearchReference/CommonEvalFunctions |