Completely new to the elasticsearch-stack, having some trouble understanding where and the format logstash plugins are configured.
I was able to install the logstash_http_input plugin but I am having trouble understanding where the configuration is specified for the plugin. Or if there is any configuration for the plugin, the documentation lists options but not where they get specified.
Like how do I specify the port and host that the input should be receiving on? or I have a returner that lists username and pass as options, where/how would I get/specify those?
My ultimate end goal is to consume the output from hubble audits. Hubble has a set of predefined returners so I should be good there.
Any help would be much appreciated.