From 8ffc0db2e58901e8f2cc791baf5e1dd9219ba290 Mon Sep 17 00:00:00 2001 From: Patrick Carney Date: Fri, 19 Jul 2024 16:42:50 -0400 Subject: [PATCH] docs(external docs): add comment to the configuration because it conflicts with what is mentioned in the helm deployment docs (#19523) * Update _index.md * Update _index.md --------- Signed-off-by: Jesse Szwedko Co-authored-by: Jesse Szwedko --- website/content/en/docs/reference/configuration/_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/content/en/docs/reference/configuration/_index.md b/website/content/en/docs/reference/configuration/_index.md index 6840670e1bf48..acd0a3dcdccaa 100644 --- a/website/content/en/docs/reference/configuration/_index.md +++ b/website/content/en/docs/reference/configuration/_index.md @@ -23,6 +23,7 @@ data_dir: "/var/lib/vector" # Vector's API (disabled by default) # Enable and try it out with the `vector top` command +# NOTE: this is _enabled_ for helm chart deployments, see: https://github.com/vectordotdev/helm-charts/blob/develop/charts/vector/examples/datadog-values.yaml#L78-L81 api: enabled: false # address = "127.0.0.1:8686"