Parsing Enum values to Strings in Dashboard
So I've got a search like the one below-
_index=app_hudl _sourceHost=p-getpaid* Func=Create AND NewSignUpFlow | count by role
where role returns an int between 0-4, which is an enum. But, for displaying on a dashboard, it would be more meaningful if instead of 1
we showed admin
for example. I saw that this could be done with a lookup operator and a CSV file.
Although, for what would be a small CSV file like this (4 rows), can it be done inline without having to call a HTTPS server to snag the CSV?
Please sign in to leave a comment.
Comments
1 comment