Hello,
Is there a way to influcence the type of join operation when using data tables ?
Previously, when working with splunk there was an option to pick one of 3 choices: inner, outer or left.
When working with data tables in secops I see that it behaves like an inner join, which effectively filters results, which is something I want to avoid.
Example:
- when a data table contains account A and events contain account A enrichment works as expected.
- when a data table contains account B and events contain account A enrichment does not work and events are filtered out (but I want to see them despite ‘unsuccessful’ enrichment).