Hi, I have the following case which I can't get around.
My search returns something like this:
In order to help security analysts with some useful information, from a lookup we are adding MITRE technique ID and some useful information about how to detect this particular technique.
What I wanted to do is to move the multivalue fields from mitre_technique_id column as the separate columns named exactly like the MITRE ID, and in that column I wanted to include the information about the detection tips for that technique.
I was trying something with foreach, transpose, mvexpand but with no good results.
Does anyone knows how to achieve it? The end result would look like this:
Thanks in advance!
... View more