All Apps and Add-ons

Splunk App for Service Now: snow.py ORDERBY bug

BP9906
Builder

I found that the incident scripted input wasnt working properly (likely all the others that use snow.py). The sys_updated_on is being used to track when stuff is downloaded, but I noticed that the download sys_updated_on wasnt being ordered properly. The bug:
(remove the equals sign after ORDERBY)
http://wiki.servicenow.com/index.php?title=Encoded_Query_Strings


orderby = "^ORDERBY="+self.oset['timefield']


orderby = "^ORDERBY"+self.oset['timefield']

0 Karma
1 Solution

BP9906
Builder

cp -a ./bin/scripts/snow.py ./bin/scripts/snow.py.original
vi ./bin/scripts/snow.py (as described above)

View solution in original post

0 Karma

BP9906
Builder

cp -a ./bin/scripts/snow.py ./bin/scripts/snow.py.original
vi ./bin/scripts/snow.py (as described above)

0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...