Skip to content

Commit

Permalink
Replace syslog receiver with tcplog receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
dhurley committed Nov 28, 2024
1 parent 5faae62 commit bbc3eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/collector/otel_collector_plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ func (oc *Collector) updateTcplogReceivers(nginxConfigContext *model.NginxConfig
{
Type: "add",
Fields: map[string]string{
"field": "resource.instance.id",
"field": "resource[\"instance.id\"]",
"value": nginxConfigContext.InstanceID,
},
},
Expand Down

0 comments on commit bbc3eb5

Please sign in to comment.