Skip to content

Support unwrapping arrays #446

Open
Open
@davidkarlsen

Description

@davidkarlsen

output (kafkarecords) from azure-diagnostic settings over azure event hubs is on format:
https://learn.microsoft.com/en-us/azure/azure-monitor/essentials/stream-monitoring-data-event-hubs#data-formats

{
  "records": [
    {...},
    {....},
]}

I'd like to unwrap this structure into splunk, so that each individual record is fed into splunk - not the array struct.

Then the shipping could be a simple sink, and not a custom stream to unwrap, and then into the splunk sink.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions