Skip to content

Split the long json log files #35

@sree0744

Description

@sree0744

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions