All Apps and Add-ons

Webtools Add-on urlencode : Why is there command failure?

TheFrunkster
Explorer

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.Screen Shot 2023-01-18 at 4.47.40 PM.png

Any help on resolving this issue would be extremely appreciated.

Thanks.

Regards,

TheFrunkster

Labels (2)
0 Karma

wmuselle
Path Finder

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

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...