Skip to content

Commit a984233

Browse files
authored
Merge pull request #126 from vimalk78/add-sinks-http
LOG-902: Add http sink to ocp-logging target
2 parents b71ed83 + e3b2654 commit a984233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Cargo.toml

+3-1
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,7 @@ ocp-logging = [
346346
"sources-prometheus",
347347
"sources-internal_metrics",
348348
"sources-demo_logs",
349+
"sources-http",
349350

350351
"transforms-remove_fields",
351352
"transforms-rename_fields",
@@ -367,7 +368,8 @@ ocp-logging = [
367368
"sinks-console",
368369
"sinks-prometheus",
369370
"sinks-gcp",
370-
"sinks-splunk_hec"
371+
"sinks-splunk_hec",
372+
"sinks-http"
371373
]
372374
# Default features for *-unknown-linux-gnu and *-apple-darwin
373375
default = ["api", "api-client", "enrichment-tables", "sinks", "sources", "sources-dnstap", "transforms", "unix", "rdkafka/gssapi-vendored", "vrl-cli", "enterprise"]

0 commit comments

Comments
 (0)