diff --git a/config/runtime.exs b/config/runtime.exs index ba8cb59f30..287038e992 100644 --- a/config/runtime.exs +++ b/config/runtime.exs @@ -117,7 +117,7 @@ config :dotcom, :mbta_api, config :dotcom, :telemetry_metrics_splunk, token: System.get_env("TELEMETRY_METRICS_SPLUNK_TOKEN"), - url: "https://mbta.splunkcloud.com:8089/services/collector" + url: "https://http-inputs-mbta.splunkcloud.com/services/collector" config :dotcom, aws_index_prefix: System.get_env("AWS_PLACE_INDEX_PREFIX") || "dotcom-dev"