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!

Index This | What travels the world but is also stuck in place?

April 2026 Edition  Hayyy Splunk Education Enthusiasts and the Eternally Curious!   We’re back with this ...

Discover New Use Cases: Unlock Greater Value from Your Existing Splunk Data

Realizing the full potential of your Splunk investment requires more than just understanding current usage; it ...

Continue Your Journey: Join Session 2 of the Data Management and Federation Bootcamp ...

As data volumes continue to grow and environments become more distributed, managing and optimizing data ...