-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: New Output Plugin Microsoft Fabric #4
Conversation
ConnectionString := m.ConnectionString | ||
|
||
if ConnectionString == "" { | ||
return errors.New("endpoint must not be empty") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should mention this example as: For Kusto refer : https://learn.microsoft.com/en-us/kusto/api/connection-strings/kusto?view=microsoft-fabric for EventStream refer : https://learn.microsoft.com/en-us/fabric/real-time-intelligence/event-streams/add-manage-eventstream-sources?pivots=enhanced-capabilities
m.EHConf.Log = m.Log | ||
m.EHConf.Init() | ||
m.FabricSinkService = m.EHConf | ||
} else { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we check for DataSource = and make it explicit for Kusto, throw an error otherwise. Because we can say extend to one lake later
outputs.Add("microsoft_fabric", func() telegraf.Output { | ||
return &MicrosoftFabric{ | ||
ADXConf: &ADX.AzureDataExplorer{ | ||
Timeout: config.Duration(20 * time.Second), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Timeout should be configurable
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes. Timeout is configurable. this is default. as per the corresponding connector.
0e8da79
to
73c913c
Compare
Moved change to #5 |
Summary
Checklist
Related issues
resolves #