rackspace-cookbooks / elkstack

Elasticsearch, logstash, and kibana stack
Other
81 stars 54 forks source link

Updates to get forwarder and Kibana 4 to work #147

Open markcallen opened 9 years ago

markcallen commented 9 years ago

I've created a few updates in order to get the logstash forwarder to work on both a logstash server and by itself.

Changed the nginx config to work with any host you specify in the URL.

Pulling directly from kibana_lwrp so that the request_timeout is set correctly. This can be ignored if they update their deployed package.

martinb3 commented 9 years ago

Hi there -- could you include some test-kitchen or chefspec tests in this PR that demonstrate the problem you're fixing? We had actually been doing nightly CI jobs that combined logstash and logstash-forwader on one system, without any trouble. I'd like to better understand what problems you're running into that required these changes.