1
0
Fork 0
telegraf/plugins/outputs/event_hubs/testdata/Config.json

25 lines
485 B
JSON
Raw Permalink Normal View History

{
"UserConfig": {
"NamespaceConfig": [
{
"Type": "EventHub",
"Name": "emulatorNs1",
"Entities": [
{
"Name": "test",
"PartitionCount": 2,
"ConsumerGroups": [
{
"Name": "cg1"
}
]
}
]
}
],
"LoggingConfig": {
"Type": "Console"
}
}
}