Skip to content

Instantly share code, notes, and snippets.

View JoshAnderson's full-sized avatar

Josh Anderson JoshAnderson

View GitHub Profile
@lusis
lusis / A.md
Created June 1, 2012 04:45
dirt simple basic config for talking to an external elasticsearch server

The thing that trips most people up is that the parameters to the web cli (--backend elasticsearch://blah:9300/blah) do NOT set the output destination.

The web app is its own process with its own args. It knows nothing about the agent config file.

Remember that you could simply use the same jar like so:

java -jar logstash.jar web --backend elasticsearch://elasticsearch:9300/clustername

and run the web interface without the agent process.