- 
                Notifications
    You must be signed in to change notification settings 
- Fork 8
Open
Description
Hello,
Tried azure_blob_storage input plugin with "json" codec and our requirement is to split the long json file into small units and then to process. Was looking for any options like "break_json_down_policy" in this plugin. Currently we are getting the results as shown below.
Event#1
{
    "Computer": "***",
  "LogEntrySource": "stderr",
***** o/p *** omitted.
}
{
    "Computer": "***",
"LogEntrySource": "stderr",
***** o/p *** omitted,
}
What we are trying to achieve is as shown below
Event#1
{
    "Computer": "***",
  "LogEntrySource": "stderr",
***** o/p *** omitted.
}
Event #2
{
    "Computer": "***",
"LogEntrySource": "stderr",
***** o/p *** omitted,
}
Metadata
Metadata
Assignees
Labels
No labels