I have 3 sourcetypes, and am trying to correlate them based off of 2 IDs. Here is an oversimplified example of the data and what I am trying to achive:
index=books sourcetype=titles
fields: title title_id queue_id
index=books sourcetype=authors
fields: author title_id
index=books sourcetype=locations
fields: location queue_id
What is the easiest way to get title, author, location, title_id, queue_id in one row of results, based on a search for a title?