Hello,
I have two logs that share a common field: ID
I need to create a single table with the following columns:
- The ID field
- Field X from the first log
- Field Y from the second log
Here's what I have so far:
- From the first log, I ran a search that produced a table containing the ID and X fields.
- From the second log, I ran a different search that produced a table containing the ID and Y fields.
Now, I want to combine these results into one table that includes all three fields (ID, X, and Y).
How can I achieve this in Chronicle?
Thank you!
