We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
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.
The text was updated successfully, but these errors were encountered: