File tree Expand file tree Collapse file tree
website/docs/reference/sinks Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ description = "Your Humio ingestion token."
5656
5757[sinks.humio_logs.options.host]
5858type = "string"
59+ default = "https://cloud.humio.com"
5960examples = ["http://myhumiohost.com"]
60- required = false
6161description = "The optional host to send Humio logs to."
6262
6363<%= render("_partials/fields/_encoding_options.toml",
Original file line number Diff line number Diff line change @@ -6571,7 +6571,7 @@ require('custom_module')
65716571 # The optional host to send Humio logs to.
65726572 #
65736573 # * optional
6574- # * no default
6574+ # * default: "https://cloud.humio.com"
65756575 # * type: string
65766576 host = " http://myhumiohost.com"
65776577
Original file line number Diff line number Diff line change 11---
2- last_modified_on : " 2020-05-21 "
2+ last_modified_on : " 2020-05-25 "
33delivery_guarantee : " at_least_once"
44component_title : " Humio Logs"
55description : " The Vector `humio_logs` sink batches `log` events to Humio via the HEC API."
@@ -61,7 +61,7 @@ The Vector `humio_logs` sink
6161 type = " humio_logs" # required
6262 inputs = [" my-source-or-transform-id" ] # required
6363 healthcheck = true # optional, default
64- host = " http ://myhumiohost. com" # optional, no default
64+ host = " https ://cloud.humio. com" # optional, default
6565 token = " ${HUMIO_TOKEN}" # required
6666
6767 # Batch
@@ -424,7 +424,7 @@ Enables/disables the sink healthcheck upon start.
424424</Field >
425425<Field
426426 common={false}
427- defaultValue={null }
427+ defaultValue={" https://cloud.humio.com" }
428428 enumValues={null}
429429 examples={[ "http://myhumiohost.com" ] }
430430 groups={[ ] }
You can’t perform that action at this time.
0 commit comments