Greetings
we have the following versions : Splunk 6.5.2/ES 4.5.0/CIM 4.6.0
When we use the macro on its own in the search, it links and shows expected results. Also, when we use the same correlation search on the search bar [ within ES or general search], it works. However, as part of notable event, it doesn't link to identity and doesn't display the user_first, user_last etc..
Has anyone seen the following issue with the macro? Any pointers?
| makeresults | eval user="VanHelsing" | get_identity4events(user) - works
|datamodel(...) | get_identity4events(user) --works
| .... in correlation search /notable doesn't display all the fields from the identity for that particular user.
Thanks
Laks
... View more