Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support unwrapping arrays #446

Open
davidkarlsen opened this issue Feb 18, 2025 · 0 comments
Open

Support unwrapping arrays #446

davidkarlsen opened this issue Feb 18, 2025 · 0 comments

Comments

@davidkarlsen
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant