How to read one specific file out of multiple files from BLOB storage

Is there any filter or parameter or condition that can be specified in my logstash conf file where I want to read one specific file from BLOB storage container where many different files are stored on that particular BLOB storage.

What kind of blob storage are you talking about?

Log files of certain microservices are being stored on Microsoft Azure BLOB storage and the type of BLOB is Append BLOB.
The following link provided me the input parameters to read log data from BLOB storage.

Okay, that clears things up. It doesn't appear that the plugin supports selection of which files to read.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.