The Zurich release has arrived! Interested in new features and functionalities? Click here for more

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

This is a two-part series; in Part 1 we’ll review how Automation Discovery can help you find automation opportunities in your data fast.  In Part 2, I’ll walk you through the installation and creation of your first Automation Discovery report.

Introduction to Automation Discovery

ServiceNow’s mission is to make the world of work, work better for people. One way we do that is through the automation of manual/repetitive tasks freeing ServiceDesk agents to tackle complex issues. In April we released Automation Discovery (as a store app), to help process owners identify ITSM automation opportunities in their data using Machine Learning. The automation analysis is delivered in an easy-to-read Automation Discovery report with executive level metrics and recommendations. * Please note – I am showing the Automation Discovery on Quebec, this will look different on Orlando/Paris.

Using Automation Discovery is easy, if you can build a report in ServiceNow you can use Automation Discovery. In Part 2 of this series I go into detail in how to do this. In Quebec, Automation Discovery identifies areas that can be automated using the ServiceNow Virtual Agent; in future updates we will identify areas we can automate through Predictive Intelligence, Agent Assist, and other platform capabilities.

Automation Discovery is unique in that we use Predictive Intelligence to align your data with common ITSM use cases, which we call Automation Opportunities. Any records that we are unable to map we cluster, into patterns using HDBScan to make it easy to identify where you need to do custom development.

Automation Discovery creates a preview in about 15 minutes and typically will complete the full analysis in about 30minutes. After the analysis completes you are provided with the below report that contains an executive summary and details of automation opportunities in your data (Figure 1)

find_real_file.png

Figure 1 – an Automation Discovery Report against the Incident table

Automation Opportunities Summary Metrics

find_real_file.png

Figure 2 – Summary of automation opportunities

The red circles 1, 2, 3 are high level score cards that show automation opportunities, possible deflections, and estimated time savings. You can click the information icon to flip the score card to see details on the back of the card. The query conditions are pointed out by red circle 4. Red circle 5 points out that you can share the report, add watchers, and print a PDF of the report.


Drilling deeper into the three score cards

On the Automation Opportunities card (Figure 3) we have identified 77 automation opportunities and we have 22 pre-built VA topics and intents that may help you deflect these incidents.

find_real_file.png
Figure 3 – Automation Opportunities

On the Possible Deflections card (Figure 4) – Automation Discovery identifies 20,125 incidents that can be automated and 47% (9,510) of those incidents might be deflected using pre-built Virtual Agent topics. *Please Note that pre-built Virtual Agent topics is a feature only available on the Quebec version.

find_real_file.png
Figure 4 – Possible Deflections

We calculate the Estimated Time Savings ( Figure 5) and display it as a bar chart.  This metric is helpful to determine the time savings if action is taken to automate. The green bar means we have already mapped an automation opportunity to an NLU model while the blue bar means we have yet to take action to automate.

find_real_file.png

Figure 5 – Estimated Times Savings

Automation Opportunities Tab

Below (figure 6) the summary metrics you will see more detail around how your incidents were grouped. The first tab represents the 77 Automation Opportunities. Automation Discovery grouped 2,520 incidents under Automation Opportunity category ITSM-Issue-Email-Troubleshoot and it’s flagged this category as Virtual Agent Ready; meaning these incidents can potentially be automated and deflected using Virtual Agent. I can also see the latest actions taken, for example below I show that I have already taken action on ResetPassword.

find_real_file.png

Figure 6 – Automation Opportunities Detail tab

Expanding the ITSM-Issue-Email-Troubleshoot category (Figure 7) I can see helpful details around the incidents matched to this category.  Reading from left to right I can see that the MTTR is  14 seconds(1) for the 2,520 incidents that fall under the ITSM-Issue-Email-Troubleshoot category.  The Assignment Group distribution(2), shows that we have 3.9% of the email issues are routed to the Network group.  The Top Short Description Values(3) show the patterns of how employees ask for help around email issues, we can see common culprits such as 27 incidents with How can I fix outlook as the short description.  Finally, we will recommend actions that you can take(4); the action recommendation will evolve with each new store update. 

find_real_file.png

Figure 7 – ITSM-Issue-Email-Troubleshoot

Not Categorized Records

Incidents that we are unable to map against ServiceNow’s ITSM Taxonomy are clustered using HDBScan and are presented in the Not Categorized tab (Figure 8). The non-categorized incident clusters are useful to review as they may present additional opportunities to automate. 

find_real_file.png

Figure 8 – Not categorized incidents

For example, expanding the ORA-04031 category may identify patterns for potential ITOM event aggregation candidates. (Figure 9).

find_real_file.png

Figure 9 – Expansion of ORA-04031 error

Summary

Automation Discovery is a fast way to identify ITSM automation opportunities that can be solved with Virtual Agent. In future releases we will identify automation opportunities that be addressed by different platform capabilities such as Predictive Intelligence and Agent Assist.

Please look for Part 2 of this series to learn how to install and create your first Automation Discovery report.

 

 

Comments
Martin Barclay
ServiceNow Employee
ServiceNow Employee

Hi, this is really cool. The Virtual Agent and IntegrationHub teams are working closely together to bring solutions to our customers to remediate these automation opportunities that involve external systems such as Active Directory, Okta, Citrix, SCCM, etc. Password Reset is the prime example - VA+IHUB can completely automate this request with out of the box topics and integrations for AD, AAD, Okta, and Google Directory.

Does this/will this app include remediation recommendations that include not only VA, but also IntegrationHub?

 

Thanks!

Martin

 
Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Hi Martin,

Invoking our Safe Harbor statement below as you are asking about futures. Regarding your question "will this app include remediation recommendations that include not only VA, but also IntegrationHub?".  Yes, that is the intent.  In the near term we will focus on automation opportunities that can be remediated with Predictive Intelligence and Agent Assist.  Longer term we will include automation opportunities that can be remedied by various platform capabilities, including Integration Hub.   HTH -Lener

 

find_real_file.png

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Hi everyone, I just posted Part 2.

find_real_file.png

 

 
Kevin Burck
ServiceNow Employee
ServiceNow Employee

I've been waiting for Part 2! 🙂 

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Update: latest Automation Discovery store update allows you to drill into the records under the automation opportunity

find_real_file.png

find_real_file.png

Mitch16
ServiceNow Employee
ServiceNow Employee

Make sure that glide.prediction_service.url property is set to= https://mlpredictor-customer.ycg.service-now.com.

ycg is the airport code that defines which ServiceNow datacenter to point to. Depending on where you are in the world, you should use the appropriate code.

To find out what your instance is using, click into Filter Navigator and type "stats.do" then look at the value next to Connected to cluster node. It should look something like app123456.ycg3.service-now.com

Mitch16
ServiceNow Employee
ServiceNow Employee

Actually... this KB articles explains how to resolve issues with the prediction service.

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0755722 

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Regarding MTTR.  The MTTR in automation discovery is calculated based on the closed records w/in the group.  So in figure 1, the MTTR for ITSM-Issue-Software-Collaboration tools is 9days. MTTR is calculated using an algorithm that goes through every valid closed record and calculates

MTTR = CLOSE - OPEN

The algorithm determines if we can convert to days, hours, or minutes.

find_real_file.png

(Figure 1 - MTTR for Software Collaboration tools)

If you click into the details of that taxonomy you can see the records used in the calculation (Figure 2).

find_real_file.png

(Figure 2 - individual records used in the MTTR calculation)

 

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Automation Discovery has been updated with an AIOPS taxonomy.   The broader goal of Automation Discovery is to identify automation opportunities for VA, AIOPS, AI/ML, etc.

find_real_file.png

find_real_file.png

 

luke_miller
ServiceNow Employee
ServiceNow Employee

Hi all,

When running the discovery jobs we are seeing the record default to 100k records. The system property does have 500k record but it does not seem to be adopting that setting. Has anyone else seen or got a fix for this ? 

find_real_file.png

 

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Hi Luke,  PM recommended the following to train 500k:

1. Go to automation discovery > properties > increment to 501k

find_real_file.png

2. Save, go back to automation discovery > discovery reports > click troubleshoot

find_real_file.png

3. Try the recommended steps and then retrain.

find_real_file.png

Head back here if it doesn't work.  -Lener

 

PerV
Kilo Sage

Lener, we just started to use this for ITSM, and it´s great and gives us a lot of feedback and possible improvements.

However, how do we find the VA or Predictive AIOPS (and are there even more than these?) taxonomies? I assume these are related to additional plugins, and if so, which plugins?

 

//Per

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Hi Per,

Those taxonomies are included with the Automation Discovery Store application.  Just make sure you look at the store application requirements. You will need to install ITSM VA Conversations and ITSM NLU. -lener

find_real_file.png

Nikki M
Tera Contributor

Hi Lener,

We are also just starting to look at Automation Discovery and Predictive Intelligence.  We have both the Automation Discovery Store app installed and the Virtual Agent Conversations and NLU.  I'm only seeing ITSM and No Taxonomy as my choices.  (We are on Rome.)

Also, I know for Predictive Intelligence you should configure your Solutions in a non-prod instance with recent import of Prod data.  For Automation Discovery, should the reports be created in Prod directly?

Thanks, Nikki

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

Hi Nikki,

I just checked my Rome instance, you're seeing the correct taxonomies for that version.

Just make sure you have the ITSM VA Conversations and NLU models for full functionality.

Regarding your 2nd question, yes you can create the Automation Discovery reports directly in prod.  When you create the report there are default limits of 10k minimum records and 100k max, so make sure to adjust your filters accordingly.  You can create a separate report against your incident and request tables.

HTH -Lener

PaulSco
Tera Guru

What are the requirements for moving this to a production environment, or would you only run this on sub-prod instances?  I ask because it indicates it is a 'paid' plugin, but if only used in sub instance, would there really be a cost?

Lener Pacania1
ServiceNow Employee
ServiceNow Employee

To move this into production would require a PRO SKU license such as ITSM Pro.  Automation discovery uses Predictive Intelligence.   Software that is unlicensed in your sub instances assumes you are evaluating the software for an eventual purchase to use in Prod.  HTH.

luke_miller
ServiceNow Employee
ServiceNow Employee

Yes this tool leverages our Predictive Intelligence to gather the data and surface the results. PI is included with the Professional offering on each module so you would need that to have this running in your Production environment. 

Version history
Last update:
‎04-26-2021 12:00 PM
Updated by: