File tree 3 files changed +426
-2
lines changed
website/cue/reference/components/sinks/base
3 files changed +426
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ pub(super) fn default_timestamp_field() -> String {
33
33
/// Configuration for the `azure_logs_ingestion` sink.
34
34
#[ configurable_component( sink(
35
35
"azure_logs_ingestion" ,
36
- "Publish log events to the Azure Logs Ingestion API."
36
+ "Publish log events to the Azure Monitor Logs Ingestion API."
37
37
) ) ]
38
38
#[ derive( Clone , Debug ) ]
39
39
#[ serde( deny_unknown_fields) ]
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ pub(super) fn default_host() -> String {
29
29
/// Configuration for the `azure_monitor_logs` sink.
30
30
#[ configurable_component( sink(
31
31
"azure_monitor_logs" ,
32
- "Publish log events to the Azure Monitor Logs service ."
32
+ "Publish log events to the Azure Monitor Data Collector API ."
33
33
) ) ]
34
34
#[ derive( Clone , Debug ) ]
35
35
#[ serde( deny_unknown_fields) ]
You can’t perform that action at this time.
0 commit comments