- start working on 1.1-proofing the docs

This commit is contained in:
Jordan Sissel 2012-01-24 22:53:38 -08:00
parent bedcdb9aad
commit 950f33e0b6

View file

@ -36,7 +36,7 @@ You'll most likely want the version of ElasticSearch specified by the
<outputs/elasticsearch> docs. Modify this in your shell for easy downloading of
ElasticSearch:
ES_PACKAGE=elasticsearch-0.17.6.zip
ES_PACKAGE=elasticsearch-%ELASTICSEARCH_VERSION%.zip
ES_DIR=${ES_PACKAGE%%.zip}
SITE=https://github.com/downloads/elasticsearch/elasticsearch
if [ ! -d "$ES_DIR" ] ; then
@ -54,16 +54,16 @@ foreground, use 'bin/elasticsearch -f'
AMQP is a standard for message-based communication. It supports
publish-subscribe, queues, etc. AMQP is supported way to ship your logs
between servers with logstash. You could also use redis, xmpp, stomp, tcp, or
other means to transport your logs.
between servers with logstash. You could also use redis, xmpp, stomp, tcp,
zeromq, or other means to transport your logs.
If you don't know what AMQP is, that's fine, you don't need to know anything
about it for this config. If you already have an AMQP server and know how to
configure it, you can skip this section.
If you don't have an AMQP server already, you might as well download [rabbitmq
http://www.rabbitmq.com/server.html] I recommend using the native packages
(rpm, deb) if those are available for your system.
If you don't have an AMQP server already, you might as well download
[rabbitmq](http://www.rabbitmq.com/server.html). I recommend using the native
packages (rpm, deb) if those are available for your system.
Configuring RabbitMQ is out of scope for this doc, but know that if you use the
RPM or Deb package you'll probably end up with a rabbitmq startup script that
@ -80,7 +80,7 @@ Download the monolithic logstash release package. By 'monolithic' I mean the
package contains all required dependencies to save you time chasing down
requirements.
You can download the latest release on the [front page](/)
Follow [this link to download logstash-%VERSION%](http://semicomplete.com/files/logstash/logstash-%VERSION%-monolithic.jar).
Since we're doing a centralized configuration, you'll have two main logstash
agent roles: a shipper and an indexer. You will ship logs from all servers to a