Skip to content

Commit

Permalink
app name change
Browse files Browse the repository at this point in the history
  • Loading branch information
asaharn committed Oct 23, 2024
1 parent 5fda970 commit 9d2b2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/outputs/azure_data_explorer/azure_data_explorer.go
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ func init() {
outputs.Add("azure_data_explorer", func() telegraf.Output {
return &AzureDataExplorer{
Timeout: config.Duration(20 * time.Second),
AppName: "Azure Data Explorer",
AppName: "Kusto.Telegraf",
CreateTables: true,
}
})
Expand Down

0 comments on commit 9d2b2b6

Please sign in to comment.