Dashboards & Visualizations

Azure Billing Dashboard

lruiz
Engager

Hi All,

I've tried searching the Internet far and wide for some guidance. I've installed the Microsoft Azure Billing Add-on in my Splunk instance and successfully configured it with our Azure tenancy subscription as i can see data being ingested.

My question is, does anyone have any example queries or dashboards they could share with me in querying some of this data? Some useful reports that could be used for the purposes of viewing billing details.

Would really appreciate some direction.

Thanks

drsharp
Explorer

Did you get any examples to share?
- It is amazing how much detail is in each of these JSON structured Billing records.
- On the other hand, getting this 24+ hours later, is an issue.

Here is one overview search by subscription, cumulative from beginning of month:

sourcetype="azure:billing"  earliest=@mon latest=-1d@h 
| spath properties.pretaxCost 
| dedup name 
|bucket _time span=1d | timechart  sum("properties.pretaxCost") AS cost by 
 properties.subscriptionName | streamstats sum(*) as *

Choose visualization as stacked area chart.

Note: The dedup on "name" to remove duplicate billing records.

shwetas
Explorer

HI did u got any input on the above query? If yes please share the details I am also trying the same

0 Karma

lruiz
Engager

Hi Shwetas,

Unfortunately no, still seeking an anwer or some guidance.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

May 2026 Splunk Expert Sessions: Security & Observability

Level Up Your Operations: May 2026 Splunk Expert Sessions Whether you are refining your security posture or ...

Network to App: Observability Unlocked [May & June Series]

In today’s digital landscape, your environment is no longer confined to the data center. It spans complex ...

SPL2 Deep Dives, AppDynamics Integrations, SAML Made Simple and Much More on Splunk ...

Splunk Lantern is Splunk’s customer success center that provides practical guidance from Splunk experts on key ...