Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/static/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ output {
}
----------------------------------

You can also format times using in this sprintf format. Instead of specifying a field name, use the `+FORMAT` syntax where `FORMAT` is a http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html[time format].
You can also format times using this sprintf format. Instead of specifying a field name, use the `+FORMAT` syntax where `FORMAT` is a http://joda-time.sourceforge.net/apidocs/org/joda/time/format/DateTimeFormat.html[time format].

For example, if you want to use the file output to write to logs based on the
hour and the 'type' field:
Expand Down
21 changes: 2 additions & 19 deletions docs/static/getting-started-with-logstash.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Once you have verified the existence of Java on your system, we can move on!
Logstash startup script uses environment variables so you can easily configure your
environment if you wish to do so.

When you start Logstash using the startup script, we launch Java with pre-configured JVM options.
When you start Logstash using the startup script, we launch Java with pre-configured JVM options.
Most times it is better to leave the options as is, but you have the option to pass in
extra JVM settings. For example, if you want to monitor Logstash using JMX, you can add these settings
using the environment variable `LS_JAVA_OPTS` and start Logstash
Expand Down Expand Up @@ -104,7 +104,7 @@ stored data when you query it.
Now, you're probably saying, "that's all fine and dandy, but typing all my logs
into Logstash isn't really an option, and merely seeing them spit to STDOUT
isn't very useful." Good point. First, let's set up Elasticsearch to store the
messages we send into Logstash. If you don't have Elasticearch already
messages we send into Logstash. If you don't have Elasticsearch already
installed, you can
http://www.elastic.co/download/[download the RPM or DEB package], or install
manually by downloading the current release tarball, by issuing the following
Expand Down Expand Up @@ -182,23 +182,6 @@ This should return something like the following:

Congratulations! You've successfully stashed logs in Elasticsearch via Logstash.

[float]
==== Elasticsearch Plugins (an aside)
Another very useful tool for querying your Logstash data (and Elasticsearch in
general) is the Elasticearch-kopf plugin. (For more information about
Elasticsearch plugins, see
http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-plugins.html[Elasticsearch plugins].)
To install elasticsearch-kopf, issue the following command from your
Elasticsearch directory (the same one from which you started Elasticsearch):

[source,js]
----------------------------------
bin/plugin -install lmenezes/elasticsearch-kopf
----------------------------------
Now you can go to
http://localhost:9200/_plugin/kopf/[http://localhost:9200/_plugin/kopf/]
to browse your Elasticsearch data, settings, and mappings!

[float]
==== Multiple Outputs

Expand Down
10 changes: 4 additions & 6 deletions docs/static/repositories.asciidoc
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
:branch: 1.4

[[package-repositories]]
== Package Repositories

We also have repositories available for APT and YUM based distributions. Note
that we only provide binary packages, but no source packages, as the packages
are created as part of the Logstash build.

We have split the major versions in separate urls to avoid accidental upgrades
across major version. For all 1.4.x releases use 1.4 as version number, for
1.3.x use 1.3, etc.
We have split the Logstash package repositories by version into separate urls
to avoid accidental upgrades across major or minor versions. For all 1.5.x
releases use 1.5 as version number, for 1.4.x use 1.4, etc.

We use the PGP key
http://pgp.mit.edu/pks/lookup?op=vindex&search=0xD27D666CD88E42B4[D88E42B4],
Elasticsearch Signing Key, with fingerprint
Elastic's Signing Key, with fingerprint

4609 5ACC 8548 582C 1A26 99A9 D27D 666C D88E 42B4

Expand Down