All Apps and Add-ons

How to grab two different numbers using the rest command in the search app

coleman07
Path Finder

I am creating a dashboard to show the % of the license used for the current day. I want to grab the license quota info from the /services/licenser/stacks endpoint and the license usage info from the /services/licenser/pool endpoint then compute the percentage of license used.

I know in the search app, I can do the following:

|rest /services/licenser/pools |search stack_id=download-trial |eval usage=used_bytes | fields usage

and could do the same for the quota:

|rest /services/licenser/stacks | search type=download-trial |  eval lic_quota=quota | fields lic_quota

How would I combine these two to be able to compute usage/lic_quota?

0 Karma

yannK
Splunk Employee
Splunk Employee

Use a main search, and use appendcols the result of the second sub search.

search1 | appendcols [ search2 ] | eval mycalculation

see http://docs.splunk.com/Documentation/Splunk/4.3.3/SearchReference/Appendcols

0 Karma
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 ...