mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 06:10:45 +00:00
11 lines
268 B
YAML
11 lines
268 B
YAML
# [Stable] `http_output`
|
|
#
|
|
# Send logs to an HTTP endpoint or webhook.
|
|
#
|
|
# When using falcosidekick, it is necessary to set `json_output` to true.
|
|
json_output: true
|
|
json_include_output_property: true
|
|
http_output:
|
|
enabled: true
|
|
url: "http://falco-sidekick:2801/"
|
|
|