Skip to content

Commit

Permalink
Regenerate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Szwedko <[email protected]>
  • Loading branch information
jszwedko committed Aug 6, 2024
1 parent 07f40d9 commit cba07d0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ base: components: sources: docker_logs: configuration: {
[global_host_key]: https://vector.dev/docs/reference/configuration/global-options/#log_schema.host_key
"""
required: false
type: string: default: "host"
type: string: {}
}
include_containers: {
description: """
Expand Down
5 changes: 1 addition & 4 deletions website/cue/reference/components/sources/base/file.cue
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ base: components: sources: file: configuration: {
[global_host_key]: https://vector.dev/docs/reference/configuration/global-options/#log_schema.host_key
"""
required: false
type: string: {
default: "host"
examples: ["hostname"]
}
type: string: examples: ["hostname"]
}
ignore_checkpoints: {
description: """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base: components: sources: internal_logs: configuration: {
[global_host_key]: https://vector.dev/docs/reference/configuration/global-options/#log_schema.host_key
"""
required: false
type: string: default: "host"
type: string: {}
}
pid_key: {
description: """
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ base: components: sources: internal_metrics: configuration: {
[global_host_key]: https://vector.dev/docs/reference/configuration/global-options/#log_schema.host_key
"""
required: false
type: string: default: "host"
type: string: {}
}
pid_key: {
description: """
Expand Down
2 changes: 1 addition & 1 deletion website/cue/reference/components/sources/base/socket.cue
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ base: components: sources: socket: configuration: {
[global_host_key]: https://vector.dev/docs/reference/configuration/global-options/#log_schema.host_key
"""
required: false
type: string: default: "host"
type: string: {}
}
keepalive: {
description: "TCP keepalive settings for socket-based components."
Expand Down

0 comments on commit cba07d0

Please sign in to comment.