All Apps and Add-ons

License Usage Dashboard App: How to create a visualization showing usage metrics of a field over time?

vchitrala
New Member

Hi ,

I'm building a dashboard to monitor usage of a tool called Datameer. Logs are captured by two dedicated queues in YARN canned 'Ad-hoc' and 'Scheduled'.

I need to plot a graph showing usage of these two queues over a period of 24 hours. Is there a way within Splunk to plot usage metrics for a field over a period of time?

0 Karma

sundareshr
Legend

Try something like this

index=xyz YARN='Ad-hoc' OR YARN="Scheduled" | timechart span=1h count by YARN
0 Karma

vchitrala
New Member

Thank you Sundar..

I have this search query :

index="prod_hadoop" sourcetype=yarn host="asphad301.aus1.homeaway.live" AND ( queue=datameer OR queue=dm-adhoc: OR queue=dm-scheduled:)  | Table queue absoluteUsedCapacity 

I need to plot graph of used capacity percentage over past 24 hours.. Is there a way to extend above query..

0 Karma
Get Updates on the Splunk Community!

Stay Connected: Your Guide to May Tech Talks, Office Hours, and Webinars!

Take a look below to explore our upcoming Community Office Hours, Tech Talks, and Webinars this month. This ...

They're back! Join the SplunkTrust and MVP at .conf24

With our highly anticipated annual conference, .conf, comes the fez-wearers you can trust! The SplunkTrust, as ...

Enterprise Security Content Update (ESCU) | New Releases

Last month, the Splunk Threat Research Team had two releases of new security content via the Enterprise ...