Can I Query My Logs Stored in Azure Blob Storage?

0
9
Asked By CoolCat2023 On

I'm looking to migrate all my logs from Splunk indexers for retention purposes. Is it possible to store them in Azure Blob Storage and still be able to query them when needed? I appreciate any insights on this!

2 Answers

Answered By Dan On

{

Answered By TechGuru99 On

Unfortunately, you can't directly query blobs in Azure Blob Storage as they're just unstructured data. However, if you store your logs in a query-friendly format, you can use additional tools to access them. You'll need a service that can handle the querying process.

LogWatcher77 -

Yeah, it really depends on how you format the data. If you use something like JSON or CSV, it may be easier with the right tools.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.