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!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...