
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 10:34 AM
I'm pretty sure there is a way to access my system logs via parameters on my ServiceNow instance but I cannot recall what this is. Can someone provide this detail?
For example, it was something like this ....
http://dev12345.service-now.com/syslog.do??????
I want a full dump of my system log information in xml. Thanks in advance.
Todd
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 10:47 AM
Hi Todd,
To get the XML dump of syslog table, You can use this URL. Make sure you apply proper date filters to reduce the size of file: https://instance_name.service-now.com/syslog_list.do?XML&sysparm_query=sys_created_onONToday%40javas...
To get the logs in a list view: https://instance_name.service-now.com/syslog_list.do?sysparm_query=
Replace instance_name with the name of your instance.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2017 04:26 PM
Hi Alikutty,
Yes, that was the answer. The key is having the "XML" in the parameter. Do you know where this functionality is documented? I would have thought a simple google search would find it. Thanks.
Todd
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 05:40 AM
Hi Todd,
You can refer to Wiki http://wiki.servicenow.com/index.php?title=Exporting_Data#Export_Format_Processors for more details on all types of export processors supported by Service Now.
Thanks
Please Hit like, Helpful or Correct depending on the impact of the response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2017 09:49 AM
Much appreciated.