I have http URL REST API endpoint which is returning the content-type "application/yang-data+json" and i want to use filebeat httpjson module to take a input from API endpoint and store it into elasticsearch, However the official documentation says httpjson module only support application/json
and application/x-www-form-urlencoded
for request.encode_as
.
I don't want to use logstash.
Is it possible or any alternative is available in filebeat httpjson to get application/yang-data+json as input.