Navigating to Pattern Debugger

Mason Angus
Giga Contributor

Hello, I am trying to follow the steps in this knowledge article to debug some Kubernetes pattern we are running :https://hi.service-now.com/kb_view.do?sysparm_article=KB0858191

But it appears the entire KB article is run out of the pattern debugger, and for the life of me I can't figure out how to find this pattern debugger. Can any one give me a quick step by step on how to get there? Thanks!

2 REPLIES 2

Rahul Priyadars
Giga Sage
Giga Sage

I am showing you for windows pattern- Windows OS - Servers

Open Discovery Pattern and look for specified pattern

find_real_file.png

Inside Pattern browse Identification section it will look like this.

find_real_file.png

Press DEBUG-It will popup and ask you for Mid Server details and IP of Host.

find_real_file.png

Press Connect and it will execute steps.

In case of Kubernetes it will look like this- 

find_real_file.png

Put Input Parameter like URL, NameSpace etc and run the Debugger 

find_real_file.png

 

Hope this helps.

Regards

RP

Venky VA
ServiceNow Employee
ServiceNow Employee
  • In the left navigator search pattern
  • Go to Pattern Designer --> Discovery Patterns.
  • In the Discovery patterrn list view search and open Kubernetes pattern

find_real_file.png

  • You need to open any of links in Identification or Extension section to open pattern designer.

find_real_file.png

  • On the pattern designer click on Debug Mode button 
  • Debug form will be presented you need to enter following details to start debug session.
  • PrometheusURL : If you have enter proper URL if you dont have enter any text.
  • Url : Its kubernetes cluster URL or kubernetes API server url.
  • CredentialsAlias: CredentialsAlias configured in kubernetes credentials.
  • Namespace: * to discover all namespaces

find_real_file.png