Hello,
the Cisco AMP module for filebeat logs an error on each execution.
ERROR [input.httpjson-cursor] v2/request.go:186 error processing response: failed to execute http client.Do: Get "": Get "": unsupported protocol scheme "" {"input_source": "https://api.eu.amp.cisco.com/v1/events/", "input_url": "https://api.eu.amp.cisco.com/v1/events/"}
This is my configuration:
amp:
enabled: true
var.input: httpjson
var.url: https://api.eu.amp.cisco.com/v1/events/
var.client_id: xxx
var.api_key: xxx
var.first_interval: 24h
var.request_timeout: 120s
var.limit: 100
var.interval: 5m
My question is now, can I use the httpjson cursor in version 1 somehow? I think v2 is not working with Cisco AMP. Is there any configuration option, which is not documented maybe?
Thanks and best regards.