Skip to content

Instantly share code, notes, and snippets.

@johan
Last active February 3, 2025 19:37
Show Gist options
  • Select an option

  • Save johan/f203bc1b83500ad6f1506d5a8363e0aa to your computer and use it in GitHub Desktop.

Select an option

Save johan/f203bc1b83500ad6f1506d5a8363e0aa to your computer and use it in GitHub Desktop.
splunk country code unicode emoji flags
… | eval flag = printf("%c%c", 127452 + tonumber(substr(countrycode,1,1), 36), 127452 + tonumber(substr(countrycode,2,1), 36)),
         country=countrycode+" ("+percent+"%) "+flag

country code pie chart in splunk

@johan
Copy link
Copy Markdown
Author

johan commented Sep 15, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment