@@ -13,19 +13,19 @@ import (
1313type HTTPLogItem struct {
1414 // The integration name associated with your log: the technology from which the log originated.
1515 // When it matches an integration name, Datadog automatically installs the corresponding parsers and facets.
16- // See [reserved attributes](https://docs.datadoghq.com/logs/log_collection /#reserved-attributes).
16+ // See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention /#reserved-attributes).
1717 Ddsource * string `json:"ddsource,omitempty"`
1818 // Tags associated with your logs.
1919 Ddtags * string `json:"ddtags,omitempty"`
2020 // The name of the originating host of the log.
2121 Hostname * string `json:"hostname,omitempty"`
22- // The message [reserved attribute](https://docs.datadoghq.com/logs/log_collection /#reserved-attributes)
22+ // The message [reserved attribute](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention /#reserved-attributes)
2323 // of your log. By default, Datadog ingests the value of the message attribute as the body of the log entry.
2424 // That value is then highlighted and displayed in the Logstream, where it is indexed for full text search.
2525 Message string `json:"message"`
2626 // The name of the application or service generating the log events.
2727 // It is used to switch from Logs to APM, so make sure you define the same value when you use both products.
28- // See [reserved attributes](https://docs.datadoghq.com/logs/log_collection /#reserved-attributes).
28+ // See [reserved attributes](https://docs.datadoghq.com/logs/log_configuration/attributes_naming_convention /#reserved-attributes).
2929 Service * string `json:"service,omitempty"`
3030 // UnparsedObject contains the raw value of the object if there was an error when deserializing into the struct
3131 UnparsedObject map [string ]interface {} `json:"-"`
0 commit comments