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.
no specific config for individual plugins. create an configuration file with input block containing http input, filter if any and output as required. Run the file with command: bin\logstash -f "path of config file"
I read the print out from --help and I better understand, but do I have to do this everytime I restart the logstash daemon? or this is a once everytime the config changes deal?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.