Knowledge Management

Javascript take splunk username

maurobissante
Explorer

Hi,

I'm trying to get the Splunk user that making changes in kv store. I tried to use the rest call but the User_Name fields return "undefined". I launch this search from javascript.

| inputlookup open_cases

| eval Notes=if(_key=\"" + key + "\",\"" + mod_notes + "\",Notes), Status=\"Work-in-progress\"

| appendcols [ | rest /services/authentication/current-context | rename username AS User_Name | fields User_Name]

| search _key=\"" + key + "\"

| outputlookup open_cases append=true | eval key=_key

Can you help me to get the right username value?

Thanks,

Mauro

 

Labels (2)
0 Karma
Get Updates on the Splunk Community!

Splunk Enterprise Security 8.x: The Essential Upgrade for Threat Detection, ...

 Prepare to elevate your security operations with the powerful upgrade to Splunk Enterprise Security 8.x! This ...

Get Early Access to AI Playbook Authoring: Apply for the Alpha Private Preview ...

Passionate about security automation? Apply now to our AI Playbook Authoring Alpha private preview ...

Reduce and Transform Your Firewall Data with Splunk Data Management

Managing high-volume firewall data has always been a challenge. Noisy events and verbose traffic logs often ...