What I am looking for is how to look at multiple sources and destinations in one query. In our enterprise environment, our servers are hosted offsite, and sometimes, I need to check the logs on multiple sources, and/or multiple destinations from the same source, or vice-versa. Is there a query that I can use that will facilitate that for me?
What have you tried so far and what issues are you running in to? Also, if you could provide some samples of the data you are looking at and then describe the desired outcome, that would certainly help.
In general (but since your question is a bit vague this may not be entirely relevant for what you are looking for), looking at multiple possible values for a certain field can be done in multiple ways. For instance by using OR operators: src=A OR src=B
or by using wildcards src=10.10.*
What have you tried so far and what issues are you running in to? Also, if you could provide some samples of the data you are looking at and then describe the desired outcome, that would certainly help.
In general (but since your question is a bit vague this may not be entirely relevant for what you are looking for), looking at multiple possible values for a certain field can be done in multiple ways. For instance by using OR operators: src=A OR src=B
or by using wildcards src=10.10.*