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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...