Skip to content

Commit

Permalink
Merge pull request #126 from vimalk78/add-sinks-http
Browse files Browse the repository at this point in the history
LOG-902: Add http sink to ocp-logging target
  • Loading branch information
syedriko committed Oct 28, 2022
2 parents b71ed83 + e3b2654 commit a984233
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,7 @@ ocp-logging = [
"sources-prometheus",
"sources-internal_metrics",
"sources-demo_logs",
"sources-http",

"transforms-remove_fields",
"transforms-rename_fields",
Expand All @@ -367,7 +368,8 @@ ocp-logging = [
"sinks-console",
"sinks-prometheus",
"sinks-gcp",
"sinks-splunk_hec"
"sinks-splunk_hec",
"sinks-http"
]
# Default features for *-unknown-linux-gnu and *-apple-darwin
default = ["api", "api-client", "enrichment-tables", "sinks", "sources", "sources-dnstap", "transforms", "unix", "rdkafka/gssapi-vendored", "vrl-cli", "enterprise"]
Expand Down

0 comments on commit a984233

Please sign in to comment.