Hello All,
I've been playing around with Logstash recently and thought it'll be cool to pick your lots brain about something.
When in the logstash.yml, I place the cloud.id and cloud.auth, which is well and ok. But then when I go to output data, in a .conf file, I leave out the username and password to the host url (as the cloud.id/ cloud.auth should cover that) but I keep getting a '401 error'. But then when I put a username and password in the output it works.
Does this mean that the cloud.id/ cloud.auth set up isn't working in Logstash? (it works in all the beats that I have set up) or am I missing something?
I found a post on the discussion page from another person about this but no real answer or reasoning to why (Using cloudid in logstash).