@WANders Check the indentation. Should be
[[inputs.http]]
interval = "10s"
name_override = "Spotter"
urls = [
"https://api.sofarocean.com/api/latest-data?spotterId=****&token=****"
]
etc . . .
and the timestamp’s path is waves.timestamp
, right? Then try json_time_key = "waves.timestamp"
.
Here’s the documentation for what you want to do
and this post is very similar to your situation.