I am using the Webtools add-on to do some work with a API endpoints. The curl commands works fantastically. However, when attempting to use the urlencode command, I keep getting errors. I get the following error message:
command="urlencode", '<' not supported between instances of 'OrderedDict' and 'OrderedDict'
I have installed the latest version of TA-webtools, 3.0.2. Splunk version 8.2.7.
Please see the attached image.
Any help on resolving this issue would be extremely appreciated.
Thanks.
Regards,
TheFrunkster
Not using that add-on, but looks to me that:
it is because the custom command is trying to sort the results before returning.
you will notice that it it will probably work if you only pipe 1 event into the command.
easy way out: remove results.sort() from the custom command
hoping they fix the add-on for you