influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
72 stars 263 forks source link

Broken link for HTTP guide config #1106

Closed sjwang90 closed 4 years ago

sjwang90 commented 4 years ago

Describe the issue here. Citibike HTTP/JSON link is broken

Relevant URLs

Configuration file needs to be updated as well.

Station status information HTTP plugin config:

[[inputs.http]]
  interval = "1m"
  urls = [
    "https://gbfs.citibikenyc.com/gbfs/en/station_status.json"
  ]
  name_override = "citibike_gbfs"
  tagexclude = ["url"]
  method = "GET"
  timeout = "5s"
  data_format = "json"
  json_query = "data.stations"
  tag_keys = [
    "station_id"
  ]
  json_string_fields = []
  json_name_key = ""
  json_time_key = "last_reported"
  json_time_format = "unix"
noramullen1 commented 4 years ago

This is now fixed on their end!

PrplHaz4 commented 4 years ago

The documentation still seems to reference the old feed (https://feeds.citibikenyc.com/stations/stations.json), which does not seem to exist anymore.

noramullen1 commented 4 years ago

Thanks @PrplHaz4 , this is now updated.