I have a question that I'm looking for some guidance on.
Our division has a team that's interested in data that sits on a another division's (let's call them "ABC") server. That data (info on dialup users) is intermingled with info from users from many other divisions. As such ABC is hesitatant to give us access to it as we'll see everyone else's dialup data.
Additionally, ABC does not run Splunk at all (although this is turning out to be a great introduction for them) and isn't likely to in the near term. So the discussion here is to let us put a LWF on their Windows server to slurp up this one particular log file that has everyone's dialup data in it.
ABC has asked if they let us do this, can we only index the data for our division. I haven't seen the log file in question so I don't know how one would discern between our data and theirs, but I'm assuming it's possible. I'm hoping it's not a question of "here's 4,000 users, only index events that are from one of them". Obviously this would be much easier if our data was in a separate log file, but I don't think that's an option.
I realize that the LWF isn't built to differentiate events as that particular engine isn't turned on to keep it light. So presumably the indexer has to do the heavy lifting here. If we can come up with some handy way to differentiate the events our data may be some minority of the full stream of events. We already filter out some very static events from being indexed, and I'm assuming that we can do this on a larger scale, but I worry that this will be a performance killer if we end up having to do it based on a large list of exclusions/inclusions.
In a perfect world, I would see ABC having their own Splunk indexers and pulling the data in themselves. Then potentially giving us access to do a distributed search for this data against their servers. A question I would have there is, assuming there's some field we can use to differentiate our users from theirs, can they restrict a distributed search based on a field? That is, we could search a specific index on their server, but only if it matched a certain field value?
Thanks!
... View more