Splunk IT Service Intelligence

Hi Team, Can we get the list of All Glass table in Splunk through query or anyway?

Hemant1
Explorer

Hi Team, Can we get the list of All Glass table in Splunk through query or anyway?

Labels (2)
0 Karma

srauhala_splunk
Splunk Employee
Splunk Employee

To list the Glass Table Keys and Title you can use: 

 

| rest /servicesNS/-/-/itoa_interface/glass_table report_as=text fields="_key,title"
| eval value=spath(value,"{}")
| mvexpand value
| eval glass_table_id=spath(value, "_key"),
       glass_table_title=spath(value, "title")
| fields - value

 

0 Karma

niketn
Legend

@Hemant1 can you try the following?

  | rest /servicesNS/-/-/itoa_interface/glass_table

While I have not tested, following is the documentation I referred: https://docs.splunk.com/Documentation/ITSI/latest/RESTAPI/ITSIRESTAPIreference#ITOA_Interface

Enter the usercontext and appcontext in place of above two hyphens to be more specific.

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

efavreau
Motivator

@dmarling and I presented on this (and a lot else) at .Conf19 and I can confirm it's what @niketnilay said:

| rest /servicesNS/-/-/itoa_interface/glass_table
###

If this reply helps you, an upvote would be appreciated.

niketn
Legend

@efavreau and you did not tell me about your session 😛 So where is the recording link?

____________________________________________
| makeresults | eval message= "Happy Splunking!!!"
0 Karma

dmarling
Builder

You can see the slides and video here: https://conf.splunk.com/watch/conf-online.html?search=FN1315 🙂

We also posted the queries we featured on github: https://github.com/paychex/Splunk.Conf19

If this comment/answer was helpful, please up vote it. Thank you.
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...