Hi Splunkers, I have an issue merging two identity lookup files on ES. In particular, my first lookup file has rows like the below: identity priority email
vagn low
[email protected] The second lookup file looks like the below: identity priority email
vagn critical
[email protected] I would expect that when I run the "| inputlookup append=T identity_lookup_expanded | entitymerge identity " command I would have a result like the below, yet this doesn't happen. identity priority email
vagn critical
[email protected]
low Any ideas? I have enabled the multivalue field for the "priority" field already so it can hold more than one value but didn't help. Regards, Evang
... View more