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!

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...