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
Get Updates on the Splunk Community!

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!

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

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...