I want to see who has disabled and enabled the default demo lookup files under Splunk ES->Data Enrichment->Identity Management, is there any Search Query which can help me ?
This appears to work for me, when I test it against our own ES installation:
index="_internal" sourcetype="splunkd_access" uri="*identity_manager*" file="disable" OR file="enable"
| table _time, uri, user
It returns the username and path of what the user interacted with.