All Apps and Add-ons

Splunk Add-on for Microsoft Azure: Is Azure blob storage or table storage better for logging and indexing to Splunk?

arunkabrahamdnb
New Member

Is Azure blob storage or table storage better for logging and indexing to Splunk?
I will be using the Splunk Add-on for Microsoft Azure to index the logs.
What about performance and Scalability?

0 Karma

jkat54
SplunkTrust
SplunkTrust

Any additional details needed here or are you willing to accept my answer? @arunkabrahamdnb

0 Karma

jkat54
SplunkTrust
SplunkTrust

From performance and scalability, do keep in mind that table & blob storage retrieval is conducted via API calls.

If you're pulling BIG DATA every minute from 1000's of blobs/tables, you might find that performance will be impacted. You'll need to architect a solution that uses dedicated machines for pulling the data, etc.

Networking speeds will come into consideration at scale, as will the TCP port limit of 2^16-1 or 65535.

As for which is better, I've experienced the similar results with both and found that some Azure services may require one or the other.

Blob is good for unstructured data such as photos, documents, videos, backups, and varying format logs, etc. Blob is typically recommended for "big data".

Table storage is more "SQL-Like" and is typically better for structured data, and can also be more performant if developed corrected.

I recommend reading this primer: https://docs.microsoft.com/en-us/azure/storage/storage-introduction

Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...