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!

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...