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
{
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.

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.