Hello,
I am trying to pull in data from Dynatrace. But getting the XML data required Login.
I have the config file :
input {
http_poller { urls => {
test1 => { url =>
"https://xxx.dynatrace.com:8021/rest/management/reports/create/PROD_ElasticDashboard?type=XML&format=XML+Export"
user => "xxx"
password => "xxx"
} request_timeout => 60
interval => 120
codec => "plain"
} } }
output { stdout {
codec => rubydebug
} }
We are getting unknown "user" and "pass
