| date |
2020-07-13 |
| title |
The `splunk_hec` source's `host_field` option has been renamed to `host_key` |
| description |
This change ensures that the `host_key` option is consistent across all sources |
| authors |
|
| pr_numbers |
|
| release |
0.9.0 |
| hide_on_release_notes |
true |
| badges |
| type |
domains |
sinks |
breaking change |
|
|
|
We've renamed the [splunk_hec source's] host_field option to host_key.
This ensures that the host_key option is consistent across all sources.
[sources.splunk]
type = "splunk_hec"
- host_field = "host"
+ host_key = "host"