Skip to content

Commit

Permalink
chore(docs): update the v0.28.0 upgrade guide with note about `data…
Browse files Browse the repository at this point in the history
…dog_logs` sink `hostname` key (vectordotdev#17156)
  • Loading branch information
neuronull authored Apr 14, 2023
1 parent 65a8856 commit c169131
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
date: "2023-02-18"
title: "0.28 Upgrade Guide"
description: "An upgrade guide that addresses breaking changes in 0.28.0"
authors: ["spencergilbert"]
authors: ["spencergilbert", "neuronull"]
release: "0.28.0"
hide_on_release_notes: false
badges:
Expand All @@ -15,6 +15,7 @@ Vector's 0.28.0 release includes **breaking changes**:
2. [Removal of metadata functions](#metadata-functions-removal)
3. [Removal of the `apex` sink](#apex-removal)
4. [Removal of the `disk_v1` buffer type](#disk_v1-removal)
4. [Renaming of `host` to `hostname` in `datadog_logs`](#host-rename-dd-logs)

and **deprecations**:

Expand Down Expand Up @@ -76,6 +77,12 @@ this migration. Also see [the blog post about the introduction of the new disk b
implementation](/highlights/2022-02-08-disk-buffer-v2-beta/) for the reasons the new disk buffer
implementation was introduced.

#### Renaming of `host` to `hostname` in `datadog_logs` {#host-rename-dd-logs}

In the `datadog_logs` sink, if an event contained the `host` key from either the global
log schema, or the host path of the event, it was renamed to `host`. This was changed to rename it
to `hostname`, to match the Datadog Agent intake API.

### Deprecation notices

#### The `redis` sink's `url` argument changed to `endpoint` {#redis-endpoint}
Expand Down

0 comments on commit c169131

Please sign in to comment.